From 418619a740b3093a11565350fc14285e608a3ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:45:39 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.0.8 to 5.3.4 in /trusted-profiles/node Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.0.8 to 5.3.4. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.0.8...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trusted-profiles/node/package-lock.json | 16 ++++++++-------- trusted-profiles/node/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/trusted-profiles/node/package-lock.json b/trusted-profiles/node/package-lock.json index 8a9294392..e768851ee 100644 --- a/trusted-profiles/node/package-lock.json +++ b/trusted-profiles/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "BSD-3-Clause", "dependencies": { - "fast-xml-parser": "^5.0.8", + "fast-xml-parser": "^5.3.4", "ibm-cloud-sdk-core": "^5.4.2" } }, @@ -296,9 +296,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz", - "integrity": "sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", @@ -307,7 +307,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.0.5" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -783,9 +783,9 @@ } }, "node_modules/strnum": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz", - "integrity": "sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", "funding": [ { "type": "github", diff --git a/trusted-profiles/node/package.json b/trusted-profiles/node/package.json index 356f66a3f..9581989a9 100644 --- a/trusted-profiles/node/package.json +++ b/trusted-profiles/node/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/IBM/CodeEngine/blob/main/trusted-profiles/README.md", "dependencies": { - "fast-xml-parser": "^5.0.8", + "fast-xml-parser": "^5.3.4", "ibm-cloud-sdk-core": "^5.4.2" } }