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",