From 0e670d0266fa9efc57a32dabc700244629cd4811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:03:33 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.3.2 to 5.3.3 in the npm-production group Bumps the npm-production group with 1 update: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 5.3.2 to 5.3.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.3.2...v5.3.3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25a62f0..a8ef50b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1", "@octokit/rest": "^22.0.1", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.3", "toml": "^3.0.0", "yaml": "^2.8.2" }, @@ -6054,9 +6054,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", - "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", + "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 3abe189..6c34f10 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1", "@octokit/rest": "^22.0.1", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.3", "toml": "^3.0.0", "yaml": "^2.8.2" },