From a073fe9019c20cff9a8afd19627fde91f945cd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:29:15 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.2.5 to 4.2.6 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.5 to 4.2.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.2.5...v4.2.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 6fd23ef9..ad76db92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "discord.js": "^14.11.0", "distube": "^4.0.4", "dotenv": "^16.3.1", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.2.6", "firebase": "^10.0.0", "lyrics-finder": "^21.7.0", "openai": "^3.3.0", @@ -6865,9 +6865,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", - "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.6.tgz", + "integrity": "sha512-Xo1qV++h/Y3Ng8dphjahnYe+rGHaaNdsYOBWL9Y9GCPKpNKilJtilvWkLcI9f9X2DoKTLsZsGYAls5+JL5jfLA==", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index cad8e016..45e407dd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "discord.js": "^14.11.0", "distube": "^4.0.4", "dotenv": "^16.3.1", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.2.6", "firebase": "^10.0.0", "lyrics-finder": "^21.7.0", "openai": "^3.3.0",