From d340957e60c5e4372b0b22c89d2dec04ea1a542d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:58:15 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.3.2 to 4.3.3 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/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: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 6f615aa76..684f6ebda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-mocha": "10.2.0", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-unicorn": "50.0.1", - "fast-xml-parser": "4.3.2", + "fast-xml-parser": "4.3.3", "husky": "8.0.3", "jsdoc-to-markdown": "8.0.0", "lint-staged": "15.2.0", @@ -2956,9 +2956,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==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index a8321efb5..51b0d99e2 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint-plugin-mocha": "10.2.0", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-unicorn": "50.0.1", - "fast-xml-parser": "4.3.2", + "fast-xml-parser": "4.3.3", "husky": "8.0.3", "jsdoc-to-markdown": "8.0.0", "lint-staged": "15.2.0",