From 48c8ecc11db933ee963a6de2f0abcdf72afa1ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:17:30 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 5.2.5 to 5.3.4 in /admin Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.5 to 5.3.4. - [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.2.5...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- admin/package-lock.json | 8 ++++---- admin/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index b8b6e23..e3ccf4c 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -38,7 +38,7 @@ "bullmq": "^5.65.1", "dockerode": "^4.0.7", "edge.js": "^6.2.1", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "luxon": "^3.6.1", "maplibre-gl": "^4.7.1", "mysql2": "^3.14.1", @@ -6850,9 +6850,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", - "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", diff --git a/admin/package.json b/admin/package.json index 3f29eaf..a767dcf 100644 --- a/admin/package.json +++ b/admin/package.json @@ -89,7 +89,7 @@ "bullmq": "^5.65.1", "dockerode": "^4.0.7", "edge.js": "^6.2.1", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "luxon": "^3.6.1", "maplibre-gl": "^4.7.1", "mysql2": "^3.14.1",