From 1f92791440548edd30b919406d5254e45093b835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:01:46 +0200 Subject: [PATCH] chore(deps): bump fast-xml-parser from 5.0.8 to 5.0.9 (#10943) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.0.8 to 5.0.9. - [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/v5.0.8...v5.0.9) --- 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> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50a99928ab..029bd0c729 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.18", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^5.0.8", + "fast-xml-parser": "^5.0.9", "glob": "^11.0.1", "global-agent": "^3.0.0", "got": "^14.4.6", @@ -14779,9 +14779,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz", - "integrity": "sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.9.tgz", + "integrity": "sha512-2mBwCiuW3ycKQQ6SOesSB8WeF+fIGb6I/GG5vU5/XEptwFFhp9PE8b9O7fbs2dpq9fXn4ULR3UsfydNUCntf5A==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 0be8870713..fb8a7753f0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.18", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^5.0.8", + "fast-xml-parser": "^5.0.9", "glob": "^11.0.1", "global-agent": "^3.0.0", "got": "^14.4.6",