From 5ac525eaa7a309951e5a0159043a57aae5f284ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2025 04:32:02 +0000 Subject: [PATCH] fix: upgrade fast-xml-parser from 4.5.0 to 4.5.1 Snyk has created this PR to upgrade fast-xml-parser from 4.5.0 to 4.5.1. See this package in yarn: fast-xml-parser See this project in Snyk: https://app.snyk.io/org/macpro-mdct/project/65b9d898-82bb-4b62-981f-57e12c26bc7b?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 e1525f9da..04004ce88 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/Enterprise-CMCS/macpro-mdct-mcr#readme", "dependencies": { "@enterprise-cmcs/serverless-waf-plugin": "^1.4.0", - "fast-xml-parser": "4.5.0", + "fast-xml-parser": "4.5.1", "loader-utils": "2.0.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index dcfabc7b0..a978e1035 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8985,10 +8985,10 @@ fast-xml-parser@4.4.1: dependencies: strnum "^1.0.5" -fast-xml-parser@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37" - integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg== +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"