From ed1b70d958362c7e7995591fd5aec748e29d8ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:46:03 +0000 Subject: [PATCH] chore: bump fast-xml-parser Bumps the npm-dependencies group with 1 update in the /actions/parse-ci-reports directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 5.11.0 to 5.11.1 - [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.11.0...v5.11.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- actions/parse-ci-reports/package-lock.json | 8 ++++---- actions/parse-ci-reports/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actions/parse-ci-reports/package-lock.json b/actions/parse-ci-reports/package-lock.json index 7b682ad..6cd27dc 100644 --- a/actions/parse-ci-reports/package-lock.json +++ b/actions/parse-ci-reports/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "fast-xml-parser": "^5.11.0" + "fast-xml-parser": "^5.11.1" }, "engines": { "node": ">=24.0.0" @@ -56,9 +56,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz", - "integrity": "sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.1.tgz", + "integrity": "sha512-TBw6K/fxoQGGjCmZDw9w/ZwP3uDcnTM4YH/g+PFRWr8sbe5idXtxNN6vITh4+1ruCZaho6uBFurElsA7F0zzgw==", "funding": [ { "type": "github", diff --git a/actions/parse-ci-reports/package.json b/actions/parse-ci-reports/package.json index 5c5d416..36cfd85 100644 --- a/actions/parse-ci-reports/package.json +++ b/actions/parse-ci-reports/package.json @@ -25,7 +25,7 @@ "license": "MIT", "type": "module", "dependencies": { - "fast-xml-parser": "^5.11.0" + "fast-xml-parser": "^5.11.1" }, "engines": { "node": ">=24.0.0"