From 7b7171beee9fbc1061b238a8769dcb1ec2281fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:16:51 +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.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/v4.3.2...v4.3.3) --- 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 7c0f6c5..adbccfa 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.3", "properties-parser": "^0.6.0", "yaml": "^2.3.4" }, @@ -3814,9 +3814,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.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz", + "integrity": "sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b8595ea..4bc3796 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.3", "properties-parser": "^0.6.0", "yaml": "^2.3.4" },