From 9a1d325cac22c5404bd65522b5df933cea7a2d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:11:29 +0000 Subject: [PATCH] build(deps-dev): bump fast-xml-parser from 4.0.13 to 4.0.14 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.13 to 4.0.14. - [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/commits) --- 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 68bd1789..d0cf6626 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12645,9 +12645,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.13.tgz", - "integrity": "sha512-g+OboAw8ol1FgTHhKLR7ZHcItNudceiY04BBrvqa0JBWoPhi/+e5r4H5AeW+EsQCroJLJwsuOP3dD3c6cc5uOg==", + "version": "4.0.14", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.14.tgz", + "integrity": "sha512-uKe7uxZ9DgNOmHfUmBdhkTBZcMMVxvQ3vELTxUpmotAqRxkpMayEiiQ4AQWTGAVyfzT4Dv79jaszLECWCYbd4w==", "dev": true, "requires": { "strnum": "^1.0.5" diff --git a/package.json b/package.json index 0311288f..3c6ff79e 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.0.13", + "fast-xml-parser": "^4.0.14", "husky": "^8.0.3", "lint-staged": "^13.1.0", "mux.js": "^6.2.0",