From 40b982166a822551ac0691a1a0bfec3a47199e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:03:56 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.8 to 5.5.9 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.8 to 5.5.9. - [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.5.8...v5.5.9) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a4ff15..9d68ab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@sindresorhus/slugify": "^2.2.1", "dotenv": "^17.3.1", "entities": "^7.0.1", - "fast-xml-parser": "^5.5.8", + "fast-xml-parser": "^5.5.9", "filesize": "^10.1.6", "github-publish": "^6.0.0", "js-yaml": "^4.1.1", @@ -312,9 +312,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.5.8", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz", - "integrity": "sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==", + "version": "5.5.9", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz", + "integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==", "funding": [ { "type": "github", @@ -325,7 +325,7 @@ "dependencies": { "fast-xml-builder": "^1.1.4", "path-expression-matcher": "^1.2.0", - "strnum": "^2.2.0" + "strnum": "^2.2.2" }, "bin": { "fxparser": "src/cli/cli.js" @@ -580,9 +580,9 @@ "license": "MIT" }, "node_modules/strnum": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.0.tgz", - "integrity": "sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz", + "integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 54b79e1..dacb068 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@sindresorhus/slugify": "^2.2.1", "dotenv": "^17.3.1", "entities": "^7.0.1", - "fast-xml-parser": "^5.5.8", + "fast-xml-parser": "^5.5.9", "filesize": "^10.1.6", "github-publish": "^6.0.0", "js-yaml": "^4.1.1",