From ef226dafeddd93ab14de3fa5afb4a097253e5b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:02:43 +0000 Subject: [PATCH] build(deps-dev): bump fast-xml-parser from 4.1.1 to 4.1.2 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.1.1 to 4.1.2. - [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.1.1...v4.1.2) --- 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd254ff7..7e611fb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12651,9 +12651,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.1.tgz", - "integrity": "sha512-4gAP5PvNyrqePBOIIcpaEeE+nKBry1n6qTQiJsE59sLP0OC+YwhU7/XVmLLEMexbiluFQX1yEYm82Pk9B7xEiw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz", + "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", "dev": true, "requires": { "strnum": "^1.0.5" diff --git a/package.json b/package.json index 247b5c93..51ab40c1 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.1.1", + "fast-xml-parser": "^4.1.2", "husky": "^8.0.3", "lint-staged": "^13.1.1", "mux.js": "^6.2.0",