diff --git a/package-lock.json b/package-lock.json index 244a889fc..b851ee84d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "eslint-plugin-mocha": "10.5.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-unicorn": "56.0.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.1", "globals": "15.14.0", "husky": "9.1.7", "lint-staged": "15.2.10", @@ -3205,9 +3205,10 @@ "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" }, "node_modules/fast-xml-parser": { - "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==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", + "dev": true, "funding": [ { "type": "github", @@ -6793,6 +6794,27 @@ "npm": ">=9" } }, + "node_modules/sfmc-sdk/node_modules/fast-xml-parser": { + "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", + "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + ], + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, "node_modules/sfmc-sdk/node_modules/p-limit": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", diff --git a/package.json b/package.json index 9b4146ead..6b7e2d61c 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "eslint-plugin-mocha": "10.5.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-unicorn": "56.0.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.1", "globals": "15.14.0", "husky": "9.1.7", "lint-staged": "15.2.10",