From 61276f2e7c2643aa9628446afa62ff8e3d6b5f7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 06:32:54 +0000 Subject: [PATCH] fix(universal-xml-plugin): update dependency fast-xml-parser to v4.4.1 --- package-lock.json | 16 ++++++++-------- packages/universal-xml-plugin/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 695c1eb5c..3656d5bdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8418,9 +8418,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ { "type": "github", @@ -20765,7 +20765,7 @@ "dependencies": { "@types/xmldom": "0.1.34", "@xmldom/xmldom": "0.8.10", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34" @@ -21585,7 +21585,7 @@ "requires": { "@types/xmldom": "0.1.34", "@xmldom/xmldom": "0.8.10", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34" @@ -27293,9 +27293,9 @@ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" }, "fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "requires": { "strnum": "^1.0.5" } diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 3a0f18c4c..7e5a5c5b5 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -38,7 +38,7 @@ "dependencies": { "@types/xmldom": "0.1.34", "@xmldom/xmldom": "0.8.10", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34"