From f1b27c5acc4a19f3168865ac905bcfdf9c37e9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 20:40:28 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 4.0.4 to 4.0.6 (#7700) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.4 to 4.0.6. - [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.0.4...v4.0.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68396c5861..1068b7e3c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.0.4", + "fast-xml-parser": "^4.0.6", "glob": "^7.2.0", "global-agent": "^3.0.0", "got": "^12.0.1", @@ -12195,9 +12195,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "node_modules/fast-xml-parser": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.4.tgz", - "integrity": "sha512-3drDiRcLD22vJ95YH9yhPQaHA8JAWwfJDZhXIFxKYp32EuhACgnOdS5cQIGVtaCH2VvygmYFDk79QEaeskGlaA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.6.tgz", + "integrity": "sha512-RHz47iX/DKT6BQwYQUmKG/1fuC5g2s/TibpxNvE+0ysnpSJxePFzsJvRDtfGhLRg3zdKMzO6EJn8n7+AJ6pSHg==", "dependencies": { "strnum": "^1.0.5" }, @@ -39189,9 +39189,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-xml-parser": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.4.tgz", - "integrity": "sha512-3drDiRcLD22vJ95YH9yhPQaHA8JAWwfJDZhXIFxKYp32EuhACgnOdS5cQIGVtaCH2VvygmYFDk79QEaeskGlaA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.6.tgz", + "integrity": "sha512-RHz47iX/DKT6BQwYQUmKG/1fuC5g2s/TibpxNvE+0ysnpSJxePFzsJvRDtfGhLRg3zdKMzO6EJn8n7+AJ6pSHg==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index 874fe4096d..91c2cdccfe 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.0.4", + "fast-xml-parser": "^4.0.6", "glob": "^7.2.0", "global-agent": "^3.0.0", "got": "^12.0.1",