diff --git a/package-lock.json b/package-lock.json index d0938404e..a957b2bb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-mocha": "10.1.0", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-unicorn": "48.0.0", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "4.3.1", "husky": "8.0.3", "jsdoc-to-markdown": "8.0.0", "lint-staged": "14.0.1", @@ -2894,9 +2894,10 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", - "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.1.tgz", + "integrity": "sha512-viVv3xb8D+SiS1W4cv4tva3bni08kAkx0gQnWrykMM8nXPc1FxqZPU00dCEVjkiCg4HoXd2jC4x29Nzg/l2DAA==", + "dev": true, "funding": [ { "type": "paypal", @@ -7075,6 +7076,27 @@ "npm": ">=9" } }, + "node_modules/sfmc-sdk/node_modules/fast-xml-parser": { + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", + "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", diff --git a/package.json b/package.json index 52e856451..7f98dc46d 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "eslint-plugin-mocha": "10.1.0", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-unicorn": "48.0.0", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "4.3.1", "husky": "8.0.3", "jsdoc-to-markdown": "8.0.0", "lint-staged": "14.0.1",