chore(deps-dev): bump xml2js from 0.4.23 to 0.5.0 (#22320)

This commit is contained in:
dependabot[bot] 2023-04-14 12:03:40 +02:00 committed by GitHub
parent 66972636ad
commit b20bd09f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -62,7 +62,7 @@
"typescript": "^5.0.2",
"vite": "^4.2.1",
"ws": "^8.5.0",
"xml2js": "^0.4.23",
"xml2js": "^0.5.0",
"yaml": "^1.10.2"
},
"engines": {
@ -6050,9 +6050,10 @@
}
},
"node_modules/xml2js": {
"version": "0.4.23",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
"dev": true,
"license": "MIT",
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
@ -10329,7 +10330,9 @@
"requires": {}
},
"xml2js": {
"version": "0.4.23",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
"dev": true,
"requires": {
"sax": ">=0.6.0",

View File

@ -97,7 +97,7 @@
"typescript": "^5.0.2",
"vite": "^4.2.1",
"ws": "^8.5.0",
"xml2js": "^0.4.23",
"xml2js": "^0.5.0",
"yaml": "^1.10.2"
}
}