Update to Strophe 1.3.6

Fixes #2067
This commit is contained in:
JC Brand 2020-06-15 15:37:52 +02:00
parent bab71485ca
commit 2009a94ba4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -23087,9 +23087,9 @@
}
},
"strophe.js": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.3.5.tgz",
"integrity": "sha512-258PeC2FieDMBtewJLXwmgtXmG2AI8eRJJnfOV1geUeQJui2nrRzu2feclG53PDbvUZrSP0eWcPAnraPuHjRAQ==",
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.3.6.tgz",
"integrity": "sha512-kTFdf6ziHqlp2PCr7Z7D/lhO+Hd0FIhzwXXlAIQNOqCWwnnTEor9folIUCVoXgZRMYPQ9BTXI2wBv88RG8mgAA==",
"requires": {
"abab": "^2.0.0",
"ws": "^7.0.0",

View File

@ -42,7 +42,7 @@
"localforage": "^1.7.3",
"lodash-es": "^4.17.15",
"pluggable.js": "2.0.1",
"strophe.js": "1.3.5",
"strophe.js": "1.3.6",
"twemoji": "^12.1.2"
}
}