From 631b81d020ddd2fe44d3c2135f5d108247c3b60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:26:38 +0100 Subject: [PATCH] chore(deps): Bump fast-xml-parser from 4.3.2 to 4.4.1 (#1922) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.2...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- packages/faustwp-core/package.json | 2 +- packages/next/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b57edec9..75f2ffea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15772,7 +15772,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.3.2", + "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", @@ -15783,7 +15785,6 @@ "url": "https://paypal.me/naturalintelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, @@ -31937,7 +31938,7 @@ "classnames": "^2.3.2", "cookie": "^0.5.0", "deepmerge": "^4.2.2", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "isomorphic-fetch": "^3.0.0", "js-cookie": "^3.0.5", "js-sha256": "^0.9.0", @@ -33370,7 +33371,7 @@ "@gqty/logger": "^2.0.1", "@gqty/react": "^2.1.0", "common-tags": "^1.8.2", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "graphql": ">=15.6", "lodash": "^4.17.21" }, diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index 3d594a13c..eadf23c30 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -37,7 +37,7 @@ "classnames": "^2.3.2", "cookie": "^0.5.0", "deepmerge": "^4.2.2", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "isomorphic-fetch": "^3.0.0", "js-sha256": "^0.9.0", "lodash": "^4.17.21", diff --git a/packages/next/package.json b/packages/next/package.json index e80eecfcb..4787c719f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -108,7 +108,7 @@ "@gqty/logger": "^2.0.1", "@gqty/react": "^2.1.0", "common-tags": "^1.8.2", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "graphql": ">=15.6", "lodash": "^4.17.21" }