From 5c1c6e3d5367af0ce41ff8e7dede766d5121b9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 02:07:21 +0000 Subject: [PATCH] chore(deps-dev): Bump fast-xml-parser from 4.3.5 to 4.3.6 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.5 to 4.3.6. - [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/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: fast-xml-parser 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 6effc776..3abec678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/vite-config": "^1.2.2", "@types/node": "^20.11.28", "@vitest/coverage-istanbul": "^1.4.0", - "fast-xml-parser": "^4.3.5", + "fast-xml-parser": "^4.3.6", "jsdom": "^24.0.0", "tslib": "^2.6.2", "typedoc": "^0.25.12", @@ -6163,9 +6163,9 @@ "peer": true }, "node_modules/fast-xml-parser": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", - "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 8a3400f8..d253b712 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/vite-config": "^1.2.2", "@types/node": "^20.11.28", "@vitest/coverage-istanbul": "^1.4.0", - "fast-xml-parser": "^4.3.5", + "fast-xml-parser": "^4.3.6", "jsdom": "^24.0.0", "tslib": "^2.6.2", "typedoc": "^0.25.12",