Skip to content

Commit 9d2db0c

Browse files
authored
fix: upgrade fast-xml-parser from 3.20.3 to 3.21.0 (#15)
Snyk has created this PR to upgrade fast-xml-parser from 3.20.3 to 3.21.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lirantal/project/91eac46d-ddd4-4664-84f0-d112defd5b85?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent f40f7c9 commit 9d2db0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"debug": "^4.3.2",
45-
"fast-xml-parser": "^3.20.0"
45+
"fast-xml-parser": "^3.21.0"
4646
},
4747
"devDependencies": {
4848
"@commitlint/cli": "^7.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3289,10 +3289,10 @@ fast-levenshtein@~2.0.6:
32893289
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
32903290
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
32913291

3292-
fast-xml-parser@^3.20.0:
3293-
version "3.20.3"
3294-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.20.3.tgz#c171425356d4d929efeca4e4f67f24231a31c786"
3295-
integrity sha512-FfHJ/QCpo4K2gquBX7dIAcmShSBG4dMtYJ3ghSiR4w7YqlUujuamrM57C+mKLNWS3mvZzmm2B2Qx8Q6Gfw+lDQ==
3292+
fast-xml-parser@^3.21.0:
3293+
version "3.21.1"
3294+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz#152a1d51d445380f7046b304672dd55d15c9e736"
3295+
integrity sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==
32963296
dependencies:
32973297
strnum "^1.0.4"
32983298

0 commit comments

Comments
 (0)