From 762aac92e22ae3879c00eee9362aef3fe25e4059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:11:26 +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.9.2 to 5.9.3 - [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.9.2...v5.9.3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.9.3 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 | 10 +++++----- actions/parse-ci-reports/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/parse-ci-reports/package-lock.json b/actions/parse-ci-reports/package-lock.json index e67ad88..1b3b899 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.9.2" + "fast-xml-parser": "^5.9.3" }, "engines": { "node": ">=24.0.0" @@ -56,9 +56,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.2.tgz", - "integrity": "sha512-DYPkXnVSJHAGAkSBeVYhEo/seIpz2SLr9OQcX7m6lXaX3gvoB+DCKzFdZIEhZGI3I1DUhObBAUOT/v2xfoXz/w==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz", + "integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==", "funding": [ { "type": "github", @@ -71,7 +71,7 @@ "fast-xml-builder": "^1.2.0", "is-unsafe": "^1.0.1", "path-expression-matcher": "^1.5.0", - "strnum": "^2.4.0", + "strnum": "^2.4.1", "xml-naming": "^0.1.0" }, "bin": { diff --git a/actions/parse-ci-reports/package.json b/actions/parse-ci-reports/package.json index 531f3aa..754eb67 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.9.2" + "fast-xml-parser": "^5.9.3" }, "engines": { "node": ">=24.0.0"