From 2e05bbf789c4c252ee89cae9fd853355f7abbc21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 15:08:30 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 4.0.15 to 4.1.1 (#8878) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.15 to 4.1.1. - [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.15...v4.1.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 aff0a9cf77..d0f7468f97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.0.15", + "fast-xml-parser": "^4.1.1", "glob": "^8.1.0", "global-agent": "^3.0.0", "got": "^12.5.3", @@ -13508,9 +13508,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "node_modules/fast-xml-parser": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.15.tgz", - "integrity": "sha512-bF4/E33/K/EZDHV23IJpSK2SU7rZTaSkDH5G85nXX8SKlQ9qBpWQhyPpm2nlTBewDJgtpd6+1x4TNpKmocmthQ==", + "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==", "dependencies": { "strnum": "^1.0.5" }, @@ -40291,9 +40291,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-xml-parser": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.15.tgz", - "integrity": "sha512-bF4/E33/K/EZDHV23IJpSK2SU7rZTaSkDH5G85nXX8SKlQ9qBpWQhyPpm2nlTBewDJgtpd6+1x4TNpKmocmthQ==", + "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==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index 4beb94a7d6..1e9a53fbdd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.0.15", + "fast-xml-parser": "^4.1.1", "glob": "^8.1.0", "global-agent": "^3.0.0", "got": "^12.5.3", -- GitLab