Bump Strophe version

This commit is contained in:
JC Brand 2022-01-21 20:25:01 +01:00
parent ba6da97416
commit 72eb9d9595
2 changed files with 14 additions and 11 deletions

23
package-lock.json generated
View File

@ -27,7 +27,7 @@
"pluggable.js": "3.0.1",
"sizzle": "^2.3.5",
"sprintf-js": "^1.1.2",
"strophe.js": "1.4.3",
"strophe.js": "1.4.4",
"urijs": "^1.19.7"
},
"devDependencies": {
@ -7747,7 +7747,7 @@
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
"deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.",
"deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.",
"hasInstallScript": true
},
"node_modules/core-js-compat": {
@ -19256,6 +19256,7 @@
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/read-package-tree/-/read-package-tree-5.3.1.tgz",
"integrity": "sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw==",
"deprecated": "The functionality that this package provided is now in @npmcli/arborist",
"dev": true,
"dependencies": {
"read-package-json": "^2.0.0",
@ -20686,6 +20687,7 @@
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
"deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
"dev": true,
"optional": true,
"dependencies": {
@ -20719,6 +20721,7 @@
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
"deprecated": "See https://github.com/lydell/source-map-url#deprecated",
"dev": true,
"optional": true
},
@ -21309,9 +21312,9 @@
}
},
"node_modules/strophe.js": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.4.3.tgz",
"integrity": "sha512-+HoCo9exCcbYFWFFTOCE3BBEVnn/nRlir48AMbK88azzgsdaEEH/3nTRiarUkwMfrDTTa1nM+o6Po/+mcIhEQg==",
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.4.4.tgz",
"integrity": "sha512-Y6JMbv8EQyvajfR6QKZERTxJsO1pvYjbsEhjKkDKBns8KTWn6RRAP+lZ8Fdh/NpbMjjRPi0hg89KeUWsWCLklw==",
"dependencies": {
"abab": "^2.0.3"
},
@ -23464,7 +23467,7 @@
"pluggable.js": "3.0.1",
"sizzle": "^2.3.5",
"sprintf-js": "^1.1.2",
"strophe.js": "1.4.3",
"strophe.js": "1.4.4",
"urijs": "^1.19.7"
},
"devDependencies": {}
@ -24654,7 +24657,7 @@
"pluggable.js": "3.0.1",
"sizzle": "^2.3.5",
"sprintf-js": "^1.1.2",
"strophe.js": "1.4.3",
"strophe.js": "1.4.4",
"urijs": "^1.19.7"
}
},
@ -39887,9 +39890,9 @@
}
},
"strophe.js": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.4.3.tgz",
"integrity": "sha512-+HoCo9exCcbYFWFFTOCE3BBEVnn/nRlir48AMbK88azzgsdaEEH/3nTRiarUkwMfrDTTa1nM+o6Po/+mcIhEQg==",
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.4.4.tgz",
"integrity": "sha512-Y6JMbv8EQyvajfR6QKZERTxJsO1pvYjbsEhjKkDKBns8KTWn6RRAP+lZ8Fdh/NpbMjjRPi0hg89KeUWsWCLklw==",
"requires": {
"@xmldom/xmldom": "0.7.5",
"abab": "^2.0.3",

View File

@ -48,7 +48,7 @@
"pluggable.js": "3.0.1",
"sizzle": "^2.3.5",
"sprintf-js": "^1.1.2",
"strophe.js": "1.4.3",
"strophe.js": "1.4.4",
"urijs": "^1.19.7"
}
}