From 501a1b0ccc703a4ac532956d872260d2e2c1dc9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:45:45 +0000 Subject: [PATCH] Bump the npm-production group with 1 update Bumps the npm-production group with 1 update: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 4.3.2 to 4.3.5 - [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.2...v4.3.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... 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 c68a3bc..d0f01b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "compare-versions": "^6.1.0", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.3.5", "properties-parser": "^0.6.0", "yaml": "^2.3.4" }, @@ -3724,9 +3724,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", - "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", + "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f5d732c..436eaef 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@actions/core": "^1.10.1", "compare-versions": "^6.1.0", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.3.5", "properties-parser": "^0.6.0", "yaml": "^2.3.4" },