From dc173a90088c90605ee06b3e8c61fa72382817b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:28:03 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.6 to 5.5.7 in /trusted-profiles/node Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.6 to 5.5.7. - [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.5.6...v5.5.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trusted-profiles/node/package-lock.json | 10 +++++----- trusted-profiles/node/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/trusted-profiles/node/package-lock.json b/trusted-profiles/node/package-lock.json index 938de08f..111450c2 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.5.6", + "fast-xml-parser": "^5.5.7", "ibm-cloud-sdk-core": "^5.4.2" } }, @@ -311,9 +311,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.5.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz", - "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==", + "version": "5.5.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz", + "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==", "funding": [ { "type": "github", @@ -324,7 +324,7 @@ "dependencies": { "fast-xml-builder": "^1.1.4", "path-expression-matcher": "^1.1.3", - "strnum": "^2.1.2" + "strnum": "^2.2.0" }, "bin": { "fxparser": "src/cli/cli.js" diff --git a/trusted-profiles/node/package.json b/trusted-profiles/node/package.json index b1b973e4..6fb5b8d7 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.5.6", + "fast-xml-parser": "^5.5.7", "ibm-cloud-sdk-core": "^5.4.2" } }