mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
Merge pull request #16347 from overleaf/msm-xml2js-update
[web] Update `xml2js` to 0.6.2 GitOrigin-RevId: 8dc50e7ff99e641fbd5171a27b8c9b8395a783c5
This commit is contained in:
committed by
Copybot
parent
5bd074af4e
commit
2d224c7b4e
16
package-lock.json
generated
16
package-lock.json
generated
@@ -42967,9 +42967,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/xml2js": {
|
||||
"version": "0.4.23",
|
||||
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
|
||||
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
||||
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
||||
"dependencies": {
|
||||
"sax": ">=0.6.0",
|
||||
"xmlbuilder": "~11.0.0"
|
||||
@@ -46479,7 +46479,7 @@
|
||||
"valid-url": "^1.0.9",
|
||||
"w3c-keyname": "^2.2.8",
|
||||
"xml-crypto": "^2.1.2",
|
||||
"xml2js": "^0.4.22",
|
||||
"xml2js": "^0.6.2",
|
||||
"xregexp": "^4.3.0",
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
@@ -55453,7 +55453,7 @@
|
||||
"webpack-merge": "^5.10.0",
|
||||
"worker-loader": "^3.0.8",
|
||||
"xml-crypto": "^2.1.2",
|
||||
"xml2js": "^0.4.22",
|
||||
"xml2js": "^0.6.2",
|
||||
"xregexp": "^4.3.0",
|
||||
"yauzl": "^2.10.0",
|
||||
"yup": "^0.32.11"
|
||||
@@ -83311,9 +83311,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"xml2js": {
|
||||
"version": "0.4.23",
|
||||
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
|
||||
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
||||
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
||||
"requires": {
|
||||
"sax": ">=0.6.0",
|
||||
"xmlbuilder": "~11.0.0"
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
"valid-url": "^1.0.9",
|
||||
"w3c-keyname": "^2.2.8",
|
||||
"xml-crypto": "^2.1.2",
|
||||
"xml2js": "^0.4.22",
|
||||
"xml2js": "^0.6.2",
|
||||
"xregexp": "^4.3.0",
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user