diff --git a/package-lock.json b/package-lock.json index 1e8b1d9..cf2eb68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.23.2", "@cyclonedx/cyclonedx-library": "~1.13.3", "fast-toml": "^0.5.4", - "fast-xml-parser": "^4.2.4", + "fast-xml-parser": "^4.5.3", "help": "^3.0.2", "https-proxy-agent": "^7.0.6", "node-fetch": "^2.6.7", @@ -2402,20 +2402,18 @@ "integrity": "sha512-nUX94P84wE3gcem12g4FAH3xV7BmcCoV8FXcFVV+NIQAOwRJnyqVKhdGd9DqI4CunW+wOZhVBGKI6Jut/OlLTw==" }, "node_modules/fast-xml-parser": { - "version": "4.3.2", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", + "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", "dependencies": { - "strnum": "^1.0.5" + "strnum": "^1.1.1" }, "bin": { "fxparser": "src/cli/cli.js" @@ -4930,7 +4928,15 @@ } }, "node_modules/strnum": { - "version": "1.0.5", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", + "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "license": "MIT" }, "node_modules/supports-color": { diff --git a/package.json b/package.json index 99b98c2..963b8ab 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@babel/core": "^7.23.2", "@cyclonedx/cyclonedx-library": "~1.13.3", "fast-toml": "^0.5.4", - "fast-xml-parser": "^4.2.4", + "fast-xml-parser": "^4.5.3", "help": "^3.0.2", "https-proxy-agent": "^7.0.6", "node-fetch": "^2.6.7",