From 427e155338fcb318081b7ed58da76cd790319bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:38:50 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.4.1 to 5.4.2 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.4.1 to 5.4.2. - [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.4.1...v5.4.2) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.4.2 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 d9a8536..ee9161b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cheerio": "^1.2.0", "discord.js": "^14.25.1", "dotenv": "^17.3.1", - "fast-xml-parser": "^5.4.1", + "fast-xml-parser": "^5.4.2", "kysely": "^0.28.11", "mysql2": "^3.18.0", "ts-node": "^10.9.2" @@ -1666,9 +1666,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz", - "integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.2.tgz", + "integrity": "sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1453ac2..edd57a7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cheerio": "^1.2.0", "discord.js": "^14.25.1", "dotenv": "^17.3.1", - "fast-xml-parser": "^5.4.1", + "fast-xml-parser": "^5.4.2", "kysely": "^0.28.11", "mysql2": "^3.18.0", "ts-node": "^10.9.2"