From 6e8089fa3295a519ee65015e69e2cc98de70651c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 16:29:15 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 526d0935..0a6b0b85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/vite-config": "^2.5.2", "@types/node": "^24.12.0", "@vitest/coverage-istanbul": "^4.1.2", - "fast-xml-parser": "^5.5.8", + "fast-xml-parser": "^5.5.9", "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.17", @@ -6107,9 +6107,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", @@ -6120,7 +6120,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" @@ -9362,9 +9362,9 @@ } }, "node_modules/strnum": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz", - "integrity": "sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==", + "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 05dc01c4..4cf73270 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nextcloud/vite-config": "^2.5.2", "@types/node": "^24.12.0", "@vitest/coverage-istanbul": "^4.1.2", - "fast-xml-parser": "^5.5.8", + "fast-xml-parser": "^5.5.9", "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.17",