From e24bfa818305a4c5c9cbe7158d48b5042e390050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:33:07 +0000 Subject: [PATCH] build(deps-dev): bump fast-xml-parser from 4.2.1 to 4.3.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.1 to 4.3.1. - [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/4.2.1...v4.3.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0ca3ca1..261faffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12652,9 +12652,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.1.tgz", - "integrity": "sha512-aiRXmcEtCTmqkoC9tfcgIXQN+7u9OONGFjZ4D3dXryNLNj7LSKxyabDppoRVMBrczQNrGr3fsMBKX8/d3AgYEA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.1.tgz", + "integrity": "sha512-viVv3xb8D+SiS1W4cv4tva3bni08kAkx0gQnWrykMM8nXPc1FxqZPU00dCEVjkiCg4HoXd2jC4x29Nzg/l2DAA==", "dev": true, "requires": { "strnum": "^1.0.5" diff --git a/package.json b/package.json index 303ee8c4..87b2450c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-vue": "^7.20.0", - "fast-xml-parser": "^4.2.1", + "fast-xml-parser": "^4.3.1", "husky": "^8.0.3", "lint-staged": "^13.2.1", "mux.js": "^6.3.0",