From 0cb73b11ede65cd403dfb38cc516aea00f4ec84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:53:51 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser Bumps the npm_and_yarn group with 1 update in the / directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 5.3.7 to 5.3.8 - [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.3.7...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 e83c729..f8ad22c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "better-sqlite3": "^12.2.0", "dotenv": "^17.2.3", "express": "^5.1.0", - "fast-xml-parser": "^5.3.1", + "fast-xml-parser": "^5.3.8", "helmet": "^8.1.0", "undici": "^7.16.0" }, @@ -2253,9 +2253,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.7.tgz", - "integrity": "sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA==", + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz", + "integrity": "sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b1e5e08..1248677 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "better-sqlite3": "^12.2.0", "dotenv": "^17.2.3", "express": "^5.1.0", - "fast-xml-parser": "^5.3.1", + "fast-xml-parser": "^5.3.8", "helmet": "^8.1.0", "undici": "^7.16.0" }