mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
chore(deps-dev): bump xml2js from 0.4.23 to 0.5.0 (#22320)
This commit is contained in:
parent
66972636ad
commit
b20bd09f5e
11
package-lock.json
generated
11
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user