From ce14a55170f230d517ef1fa8cf5ac57b70f04e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 07:12:18 +0000 Subject: [PATCH] build(deps-dev): bump fast-xml-parser from 3.17.4 to 3.17.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.17.4 to 3.17.5. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits) 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 eef70260..0a495771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7329,9 +7329,9 @@ "dev": true }, "fast-xml-parser": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.4.tgz", - "integrity": "sha512-qudnQuyYBgnvzf5Lj/yxMcf4L9NcVWihXJg7CiU1L+oUCq8MUnFEfH2/nXR/W5uq+yvUN1h7z6s7vs2v1WkL1A==", + "version": "3.17.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.5.tgz", + "integrity": "sha512-lEvThd1Xq+CCylf1n+05bUZCDZjTufaaaqpxM3JZ+4iDqtlG+d/oKgtMmg9GEMOuzBgUoalIzFOaClht9YiGJQ==", "dev": true }, "fastest-levenshtein": { diff --git a/package.json b/package.json index 3b7f59a0..7dd21e61 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.14.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-vue": "^7.2.0", - "fast-xml-parser": "^3.17.4", + "fast-xml-parser": "^3.17.5", "husky": "^4.3.0", "lint-staged": "^10.5.2", "mux.js": "^5.7.0",