Skip to content

Commit 00fe709

Browse files
lirantalsnyk-bot
andauthored
fix: upgrade fast-xml-parser from 4.3.4 to 4.3.5 (#30)
Snyk has created this PR to upgrade fast-xml-parser from 4.3.4 to 4.3.5. 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 Co-authored-by: snyk-bot <[email protected]>
1 parent aba0d58 commit 00fe709

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"debug": "^4.3.4",
45-
"fast-xml-parser": "^4.3.3"
45+
"fast-xml-parser": "^4.3.5"
4646
},
4747
"devDependencies": {
4848
"@commitlint/cli": "^7.2.1",

yarn.lock

+4-4
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@^4.3.3:
3293-
version "4.3.4"
3294-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz#385cc256ad7bbc57b91515a38a22502a9e1fca0d"
3295-
integrity sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==
3292+
fast-xml-parser@^4.3.5:
3293+
version "4.3.6"
3294+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz#190f9d99097f0c8f2d3a0e681a10404afca052ff"
3295+
integrity sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==
32963296
dependencies:
32973297
strnum "^1.0.5"
32983298

0 commit comments

Comments
 (0)