From 049e4f35b921d37c41482e0b1f82d5fe65956f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:46:23 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.2.2 to 4.5.4 in /specifyweb/frontend/js_src Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.2 to 4.5.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/4.2.2...v4.5.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- specifyweb/frontend/js_src/package-lock.json | 18 +++++++----------- specifyweb/frontend/js_src/package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/specifyweb/frontend/js_src/package-lock.json b/specifyweb/frontend/js_src/package-lock.json index 874f6d4c7cc..2dd7a1cf2bd 100644 --- a/specifyweb/frontend/js_src/package-lock.json +++ b/specifyweb/frontend/js_src/package-lock.json @@ -83,7 +83,7 @@ "core-js": "^3.23.4", "css-loader": "^6.10.0", "eslint": "^8.31.0", - "fast-xml-parser": "^4.2.2", + "fast-xml-parser": "^4.5.4", "gettext-parser": "^6.0.0", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", @@ -9028,15 +9028,11 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.2.tgz", - "integrity": "sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", + "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", "dev": true, "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" @@ -23550,9 +23546,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.2.tgz", - "integrity": "sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", + "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", "dev": true, "requires": { "strnum": "^1.0.5" diff --git a/specifyweb/frontend/js_src/package.json b/specifyweb/frontend/js_src/package.json index 404c36bbad2..e8dbe92a469 100644 --- a/specifyweb/frontend/js_src/package.json +++ b/specifyweb/frontend/js_src/package.json @@ -103,7 +103,7 @@ "core-js": "^3.23.4", "css-loader": "^6.10.0", "eslint": "^8.31.0", - "fast-xml-parser": "^4.2.2", + "fast-xml-parser": "^4.5.4", "gettext-parser": "^6.0.0", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3",