From 9edf1018318d146285e3bad445e64db4ffaf78fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2025 06:20:13 +0000 Subject: [PATCH] fix: upgrade fast-xml-parser from 4.4.1 to 4.5.1 Snyk has created this PR to upgrade fast-xml-parser from 4.4.1 to 4.5.1. See this package in yarn: fast-xml-parser 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 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 15f5bdd..5c8d99c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "debug": "^4.3.7", - "fast-xml-parser": "^4.4.1" + "fast-xml-parser": "^4.5.1" }, "devDependencies": { "@commitlint/cli": "^7.2.1", diff --git a/yarn.lock b/yarn.lock index c3767eb..f084ed4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3289,10 +3289,10 @@ fast-levenshtein@~2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -fast-xml-parser@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f" - integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== +fast-xml-parser@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e" + integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w== dependencies: strnum "^1.0.5"