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" }