From fab7cbf208fc6cbe66eea9dfbd59c1f15d4e27c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:45:41 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.4.1 to 5.3.4 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.1 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/v4.4.1...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++-------- package.json | 2 +- packages/node/vrdt-common/package.json | 2 +- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e70605c..fbb085c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "adm-zip": "^0.5.4", "chokidar": "~3.5.1", "di": "^0.0.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "5.3.4", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", "lodash": "^4.17.23", @@ -5364,17 +5364,21 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", + "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", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "license": "MIT", "dependencies": { - "strnum": "^1.0.5" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastest-levenshtein": { @@ -12315,7 +12319,15 @@ } }, "node_modules/strnum": { - "version": "1.0.5", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "license": "MIT" }, "node_modules/stubs": { @@ -14294,7 +14306,7 @@ "version": "2.5.6", "license": "MIT", "dependencies": { - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "5.3.4", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2", diff --git a/package.json b/package.json index 01028df..5164dad 100644 --- a/package.json +++ b/package.json @@ -591,7 +591,7 @@ "adm-zip": "^0.5.4", "chokidar": "~3.5.1", "di": "^0.0.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "5.3.4", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", "lodash": "^4.17.23", diff --git a/packages/node/vrdt-common/package.json b/packages/node/vrdt-common/package.json index 6c08b55..f36c851 100644 --- a/packages/node/vrdt-common/package.json +++ b/packages/node/vrdt-common/package.json @@ -24,7 +24,7 @@ "typescript": "~5.5.2" }, "dependencies": { - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "5.3.4", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",