From 60f8e2d990138cf115ffb8de234921b52862da60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:08:50 +0000 Subject: [PATCH] chore(deps-dev): Bump fast-xml-parser from 5.3.2 to 5.3.3 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/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:development update-type: version-update:semver-patch ... 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 a2b961597..8754ef77a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": "^25.0.0", "@vitest/coverage-istanbul": "^4.0.15", "css.escape": "^1.5.1", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.3", "jsdom": "^27.3.0", "tslib": "^2.8.1", "typedoc": "^0.28.15", @@ -5934,9 +5934,9 @@ "license": "BSD-3-Clause" }, "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==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 5f1f1dcd3..a3d6c9f73 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/node": "^25.0.0", "@vitest/coverage-istanbul": "^4.0.15", "css.escape": "^1.5.1", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.3", "jsdom": "^27.3.0", "tslib": "^2.8.1", "typedoc": "^0.28.15",