Bump to Strophe 1.4.1

This commit is contained in:
JC Brand 2020-12-03 17:25:32 +01:00
parent d47c72711b
commit 01e03fc677
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -22461,8 +22461,9 @@
}
},
"strophe.js": {
"version": "github:strophe/strophejs#4f9b094ecef4be0d473f92965c5ffb654510a598",
"from": "github:strophe/strophejs#4f9b094ecef4be0d473f92965c5ffb654510a598",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.4.1.tgz",
"integrity": "sha512-Nh+EEcx73Zorl0tgJ2uPfGYCQhgHiNcxDVY3U4SVEt9BUfF434QioLlfoK/PE8QWSg5PWRXWWXZmOyufUCOPWg==",
"requires": {
"abab": "^2.0.3",
"ws": "^7.0.0",

View File

@ -43,6 +43,6 @@
"lodash-es": "^4.17.15",
"pluggable.js": "2.0.1",
"sprintf-js": "^1.1.2",
"strophe.js": "strophe/strophejs#4f9b094ecef4be0d473f92965c5ffb654510a598"
"strophe.js": "1.4.1"
}
}