From dfddb13287469345d9d591f66c9b2447f8856ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:05:18 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.2.2 to 5.3.0 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.2 to 5.3.0. - [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.2.2...v5.3.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 356fdf0..43fd892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "testengine-cli", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testengine-cli", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "async": "3.2.6", "commander": "13.1.0", "csvtojson": "2.0.10", - "fast-xml-parser": "5.2.2", + "fast-xml-parser": "5.3.0", "fs": "0.0.1-security", "jszip": "3.10.1", "sprintf-js": "1.1.3", @@ -1085,9 +1085,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz", - "integrity": "sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz", + "integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 6ba73b3..57409ff 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "async": "3.2.6", "commander": "13.1.0", "csvtojson": "2.0.10", - "fast-xml-parser": "5.2.2", + "fast-xml-parser": "5.3.0", "fs": "0.0.1-security", "jszip": "3.10.1", "sprintf-js": "1.1.3",