From b68ae57605394eecdd3a8e33726ec49da132b0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 15:38:28 +0000 Subject: [PATCH] build(deps): Bump fast-xml-parser Bumps the npm_and_yarn group with 1 update in the /test directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 4.5.3 to 5.3.7 - [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/commits/v5.3.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 16ec518..0286b72 100644 --- a/test/package.json +++ b/test/package.json @@ -10,7 +10,7 @@ "test:signed": "URL_SIGNING_SECRET=${URL_SIGNING_SECRET} node upload-test.js" }, "dependencies": { - "fast-xml-parser": "^4.3.4" + "fast-xml-parser": "^5.3.7" }, "engines": { "node": ">=18.0.0"