Skip to content

Commit 76a39c7

Browse files
authored
fix: upgrade fast-xml-parser from 3.17.5 to 3.17.6 (#11)
Snyk has created this PR to upgrade fast-xml-parser from 3.17.5 to 3.17.6. 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=upgrade-pr
1 parent c889b0e commit 76a39c7

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.1",
45-
"fast-xml-parser": "^3.17.5"
45+
"fast-xml-parser": "^3.17.6"
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.17.5:
3293-
version "3.17.5"
3294-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.17.5.tgz#760bc7755681d2e1d70329c9ac6a1a7cb38b135e"
3295-
integrity sha512-lEvThd1Xq+CCylf1n+05bUZCDZjTufaaaqpxM3JZ+4iDqtlG+d/oKgtMmg9GEMOuzBgUoalIzFOaClht9YiGJQ==
3292+
fast-xml-parser@^3.17.6:
3293+
version "3.17.6"
3294+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.17.6.tgz#4f5df8cf927c3e59a10362abcfb7335c34bc5c5f"
3295+
integrity sha512-40WHI/5d2MOzf1sD2bSaTXlPn1lueJLAX6j1xH5dSAr6tNeut8B9ktEL6sjAK9yVON4uNj9//axOdBJUuruCzw==
32963296

32973297
fastq@^1.6.0:
32983298
version "1.8.0"

0 commit comments

Comments
 (0)