From a97cc36a5b91d0c3e976898d35d868e7e36a3db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:07:27 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.4.1 to 4.5.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.1 to 4.5.5. - [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/v4.4.1...v4.5.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33764c7..228c4b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@vscode/debugadapter": "1.65.0", "await-notify": "1.0.1", "esprima": "4.0.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.5", "marklogic": "3.3.1", "merge-options": "3.0.4", "path-to-regexp": "6.3.0", @@ -2281,17 +2281,13 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "dependencies": { @@ -6810,9 +6806,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz", + "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index c7a04d2..02e8570 100644 --- a/package.json +++ b/package.json @@ -648,7 +648,7 @@ "@vscode/debugadapter": "1.65.0", "await-notify": "1.0.1", "esprima": "4.0.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.5", "marklogic": "3.3.1", "merge-options": "3.0.4", "path-to-regexp": "6.3.0",