From b644c1027dfa56d94fe167d721c9ad69cbb5ffac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 Jan 2021 15:10:34 +0000 Subject: [PATCH] Build(deps): bump fast-xml-parser from 3.17.5 to 3.17.6 (#6007) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.17.5 to 3.17.6. - [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-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 c5e42cb428..8ca1b7f8c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16148,9 +16148,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-xml-parser": { - "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==" + "version": "3.17.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.6.tgz", + "integrity": "sha512-40WHI/5d2MOzf1sD2bSaTXlPn1lueJLAX6j1xH5dSAr6tNeut8B9ktEL6sjAK9yVON4uNj9//axOdBJUuruCzw==" }, "fastest-levenshtein": { "version": "1.0.12", diff --git a/package.json b/package.json index 6546dff37c..dc065bde37 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.16", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^3.17.5", + "fast-xml-parser": "^3.17.6", "glob": "^7.1.6", "graphql": "^14.7.0", "graphql-tag": "^2.11.0",