From 493d2bcb37f135686bc4c7ba96e40ab02f7e3908 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 06:05:31 +0000 Subject: [PATCH] fix: upgrade fast-xml-parser from 4.3.2 to 4.5.3 Snyk has created this PR to upgrade fast-xml-parser from 4.3.2 to 4.5.3. See this package in npm: fast-xml-parser See this project in Snyk: https://app.snyk.io/org/application-services-red-hat-trusted-profile-analyzer/project/654378c3-b3f6-4ad9-afb5-7896243a3858?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 22 ++++++++++++++-------- package.json | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) 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",