diff --git a/package-lock.json b/package-lock.json index 4e4aef8f9..1cd6d4217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "datadog-metrics": "^0.9.3", "dedent": "^1.5.1", "dotenv": "16.3.1", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "^4.4.1", "fs-extra": "^11.1.1", "git-url-parse": "14.0.0", "glob": "^10.3.3", @@ -3515,27 +3515,6 @@ "@salesforce/ts-types": "^2.0.10" } }, - "node_modules/@salesforce/packaging/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==", - "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/@salesforce/packaging/node_modules/object-treeify": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-2.1.1.tgz", @@ -3579,27 +3558,6 @@ "@salesforce/ts-types": "^2.0.10" } }, - "node_modules/@salesforce/source-deploy-retrieve/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==", - "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/@salesforce/source-tracking": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.1.tgz", @@ -3654,27 +3612,6 @@ "@salesforce/ts-types": "^2.0.10" } }, - "node_modules/@salesforce/source-tracking/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==", - "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/@salesforce/source-tracking/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", @@ -6828,19 +6765,20 @@ "integrity": "sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==" }, "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.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": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/package.json b/package.json index a77fe883c..bd2db23e1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "datadog-metrics": "^0.9.3", "dedent": "^1.5.1", "dotenv": "16.3.1", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "4.4.1", "fs-extra": "^11.1.1", "git-url-parse": "14.0.0", "glob": "^10.3.3",