chore(deps): bump xmldom from 0.1.27 to 0.5.0
Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 to 0.5.0. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/v0.1.27...0.5.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e7297714c6
commit
7933d4b4d6
|
@ -10290,6 +10290,10 @@
|
||||||
"js-md5": "0.7.3"
|
"js-md5": "0.7.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"jitsi-meet-logger": {
|
||||||
|
"version": "github:jitsi/jitsi-meet-logger#4add5bac2e4cea73a05f42b7596ee03c7f7a2567",
|
||||||
|
"from": "github:jitsi/jitsi-meet-logger#v1.0.0"
|
||||||
|
},
|
||||||
"js-md5": {
|
"js-md5": {
|
||||||
"version": "0.7.3",
|
"version": "0.7.3",
|
||||||
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
|
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
|
||||||
|
@ -12566,6 +12570,13 @@
|
||||||
"base64-js": "^1.2.3",
|
"base64-js": "^1.2.3",
|
||||||
"xmlbuilder": "^9.0.7",
|
"xmlbuilder": "^9.0.7",
|
||||||
"xmldom": "0.1.x"
|
"xmldom": "0.1.x"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"xmldom": {
|
||||||
|
"version": "0.1.31",
|
||||||
|
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
|
||||||
|
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugin-error": {
|
"plugin-error": {
|
||||||
|
@ -18560,9 +18571,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xmldom": {
|
"xmldom": {
|
||||||
"version": "0.1.27",
|
"version": "0.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
|
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
|
||||||
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
|
"integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="
|
||||||
},
|
},
|
||||||
"xpipe": {
|
"xpipe": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
"uuid": "3.1.0",
|
"uuid": "3.1.0",
|
||||||
"wasm-check": "2.0.1",
|
"wasm-check": "2.0.1",
|
||||||
"windows-iana": "^3.1.0",
|
"windows-iana": "^3.1.0",
|
||||||
"xmldom": "0.1.27",
|
"xmldom": "0.5.0",
|
||||||
"zxcvbn": "4.4.2"
|
"zxcvbn": "4.4.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue