diff --git a/package-lock.json b/package-lock.json index f469f41bc4..a4936b0ebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "axios-cache-interceptor": "1.5.3", "classnames": "2.5.1", "dompurify": "3.1.6", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "ioredis": "5.4.1", "joi": "17.13.3", "lodash.debounce": "4.0.8", @@ -13628,9 +13628,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", diff --git a/package.json b/package.json index 23c1e81115..ab42043599 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "axios-cache-interceptor": "1.5.3", "classnames": "2.5.1", "dompurify": "3.1.6", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "ioredis": "5.4.1", "joi": "17.13.3", "lodash.debounce": "4.0.8",