From cfa421797e3d4814f486294178116bc9c44278d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:28:56 +0000 Subject: [PATCH] deps: Bump fast-xml-parser from 5.2.5 to 5.3.0 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.5 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.5...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] --- npm-shrinkwrap.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5f54b9e..c0ed0c7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -16,7 +16,7 @@ "async-mutex": "^0.5.0", "ejs": "^3.1.10", "execa": "^9.6.0", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.0", "globby": "^14.1.0", "lockfile": "^1.0.4", "make-fetch-happen": "^14.0.3", @@ -12198,9 +12198,9 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", - "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", + "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 1841748..f022ff5 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "async-mutex": "^0.5.0", "ejs": "^3.1.10", "execa": "^9.6.0", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.0", "globby": "^14.1.0", "lockfile": "^1.0.4", "make-fetch-happen": "^14.0.3",