Skip to content

Commit e35f00e

Browse files
authored
fix: upgrade fast-xml-parser from 3.18.0 to 3.19.0 (#13)
Snyk has created this PR to upgrade fast-xml-parser from 3.18.0 to 3.19.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=upgrade-pr
1 parent 06c15c1 commit e35f00e

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.18.0"
45+
"fast-xml-parser": "^3.19.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.18.0:
3293-
version "3.18.0"
3294-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.18.0.tgz#b77f4a494cd64e6f44aadfa68fbde30cd922b2df"
3295-
integrity sha512-tRrwShhppv0K5GKEtuVs92W0VGDaVltZAwtHbpjNF+JOT7cjIFySBGTEOmdBslXYyWYaZwEX/g4Su8ZeKg0LKQ==
3292+
fast-xml-parser@^3.19.0:
3293+
version "3.19.0"
3294+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz#cb637ec3f3999f51406dd8ff0e6fc4d83e520d01"
3295+
integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==
32963296

32973297
fastq@^1.6.0:
32983298
version "1.8.0"

0 commit comments

Comments
 (0)