From b3e66675801aff87f89bfce4ae76164a51bf6b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jan 2025 04:32:01 +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/7f14c330-4700-4da1-af12-7e50c9479f33?utm_source=github&utm_medium=referral&page=upgrade-pr --- services/ui-src/package.json | 2 +- services/ui-src/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/services/ui-src/package.json b/services/ui-src/package.json index 49cf846ca..8fa2908eb 100644 --- a/services/ui-src/package.json +++ b/services/ui-src/package.json @@ -24,7 +24,7 @@ "date-fns": "^2.30.0", "date-fns-tz": "^1.3.8", "dompurify": "^2.5.7", - "fast-xml-parser": "4.5.0", + "fast-xml-parser": "4.5.1", "framer-motion": "^4", "history": "^5.3.0", "html-react-parser": "^3.0.16", diff --git a/services/ui-src/yarn.lock b/services/ui-src/yarn.lock index aa5924003..70be82ada 100644 --- a/services/ui-src/yarn.lock +++ b/services/ui-src/yarn.lock @@ -5803,7 +5803,14 @@ fast-xml-parser@4.4.1: dependencies: strnum "^1.0.5" -fast-xml-parser@4.5.0, fast-xml-parser@^4.4.1: +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" + +fast-xml-parser@^4.4.1: 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==