From 35c1a6bea4873120cfe6660ac851f500eced701a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:11:12 +0000 Subject: [PATCH] chore: bump fast-xml-parser Bumps the npm-dependencies group in /actions/parse-ci-reports with 1 update: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 5.3.4 to 5.3.5 - [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.3.4...v5.3.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.5 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 | 16 ++++++++-------- actions/parse-ci-reports/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/actions/parse-ci-reports/package-lock.json b/actions/parse-ci-reports/package-lock.json index b3e9e6f..c98537a 100644 --- a/actions/parse-ci-reports/package-lock.json +++ b/actions/parse-ci-reports/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "fast-xml-parser": "^5.3.4" + "fast-xml-parser": "^5.3.5" }, "engines": { "node": ">=24.0.0" } }, "node_modules/fast-xml-parser": { - "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==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz", + "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==", "funding": [ { "type": "github", @@ -27,16 +27,16 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" } }, "node_modules/strnum": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", - "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", + "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/actions/parse-ci-reports/package.json b/actions/parse-ci-reports/package.json index cf61cac..36caefe 100644 --- a/actions/parse-ci-reports/package.json +++ b/actions/parse-ci-reports/package.json @@ -24,7 +24,7 @@ "license": "MIT", "type": "module", "dependencies": { - "fast-xml-parser": "^5.3.4" + "fast-xml-parser": "^5.3.5" }, "engines": { "node": ">=24.0.0"