Skip to content

Commit ff47f7d

Browse files
Update xml2js
1 parent 203bc28 commit ff47f7d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@
12971297
"vinyl": "^2.2.0",
12981298
"wellknown": "^0.5.0",
12991299
"whatwg-fetch": "^3.0.0",
1300-
"xml2js": "^0.5.0",
1300+
"xml2js": "^0.6.2",
13011301
"xstate": "^4.38.2",
13021302
"xstate5": "npm:xstate@^5.18.1",
13031303
"xterm": "^5.3.0",
@@ -1686,7 +1686,7 @@
16861686
"@types/webpack-bundle-analyzer": "^4.7.0",
16871687
"@types/webpack-env": "^1.18.5",
16881688
"@types/webpack-sources": "^3.2.3",
1689-
"@types/xml2js": "^0.4.11",
1689+
"@types/xml2js": "^0.4.14",
16901690
"@types/yargs": "^15.0.0",
16911691
"@types/yauzl": "^2.9.1",
16921692
"@types/yazl": "^2.4.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12842,10 +12842,10 @@
1284212842
dependencies:
1284312843
"@types/node" "*"
1284412844

12845-
"@types/xml2js@^0.4.11":
12846-
version "0.4.11"
12847-
resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.11.tgz#bf46a84ecc12c41159a7bd9cf51ae84129af0e79"
12848-
integrity sha512-JdigeAKmCyoJUiQljjr7tQG3if9NkqGUgwEUqBvV0N7LM4HyQk7UXCnusRa1lnvXAEYJ8mw8GtZWioagNztOwA==
12845+
"@types/xml2js@^0.4.14":
12846+
version "0.4.14"
12847+
resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.14.tgz#5d462a2a7330345e2309c6b549a183a376de8f9a"
12848+
integrity sha512-4YnrRemBShWRO2QjvUin8ESA41rH+9nQGLUGZV/1IDhi3SL9OhdpNC/MrulTWuptXKwhx/aDxE7toV0f/ypIXQ==
1284912849
dependencies:
1285012850
"@types/node" "*"
1285112851

@@ -33997,10 +33997,10 @@ xml-name-validator@^4.0.0:
3399733997
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
3399833998
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
3399933999

34000-
xml2js@^0.5.0:
34001-
version "0.5.0"
34002-
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
34003-
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
34000+
xml2js@^0.6.2:
34001+
version "0.6.2"
34002+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
34003+
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
3400434004
dependencies:
3400534005
sax ">=0.6.0"
3400634006
xmlbuilder "~11.0.0"

0 commit comments

Comments
 (0)