Skip to content

Commit cb2b8a4

Browse files
Update dependency fast-xml-parser to v4 [SECURITY]
1 parent f7dc51a commit cb2b8a4

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package-lock.json

+12-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"devDependencies": {
1111
"@bazel/bazelisk": "1.7.3",
1212
"@types/node": "14.14.25",
13-
"fast-xml-parser": "3.17.6"
13+
"fast-xml-parser": "4.1.2"
1414
},
1515
"peerDependencies": {
16-
"fast-xml-parser": "^3.17.6"
16+
"fast-xml-parser": "^4.0.0"
1717
},
1818
"scripts": {
1919
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)