From eeefeb8f558ddfa6596acd8000401bf5e9be8f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:39:15 +0000 Subject: [PATCH] Bump fast-xml-parser from 3.19.0 to 4.2.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.19.0 to 4.2.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/3.19.0...v4.2.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 50 ++++++++++++++++++-------- package.json | 2 +- packages/node/vrdt-common/package.json | 2 +- 3 files changed, 38 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90e2a769..0786edd3 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": "3.19.0", + "fast-xml-parser": "4.2.5", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", "lodash": "^4.17.21", @@ -5741,15 +5741,24 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz", - "integrity": "sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==", - "bin": { - "xml2js": "cli.js" + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "dependencies": { + "strnum": "^1.0.5" }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "bin": { + "fxparser": "src/cli/cli.js" } }, "node_modules/fastest-levenshtein": { @@ -13630,6 +13639,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + }, "node_modules/stubs": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz", @@ -15623,7 +15637,7 @@ "version": "2.5.0", "license": "MIT", "dependencies": { - "fast-xml-parser": "3.19.0", + "fast-xml-parser": "4.2.5", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2", @@ -17092,7 +17106,7 @@ "@types/request": "^2.48.5", "@types/request-promise-native": "^1.0.17", "@types/vscode": "1.54.0", - "fast-xml-parser": "3.19.0", + "fast-xml-parser": "4.2.5", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jest": "^26.6.3", @@ -20227,9 +20241,12 @@ } }, "fast-xml-parser": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz", - "integrity": "sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==" + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "requires": { + "strnum": "^1.0.5" + } }, "fastest-levenshtein": { "version": "1.0.12", @@ -26406,6 +26423,11 @@ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true }, + "strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + }, "stubs": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz", diff --git a/package.json b/package.json index dcd73297..2858e441 100644 --- a/package.json +++ b/package.json @@ -585,7 +585,7 @@ "adm-zip": "^0.5.4", "chokidar": "~3.5.1", "di": "^0.0.1", - "fast-xml-parser": "3.19.0", + "fast-xml-parser": "4.2.5", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", "lodash": "^4.17.21", diff --git a/packages/node/vrdt-common/package.json b/packages/node/vrdt-common/package.json index 71bbb538..d8491980 100644 --- a/packages/node/vrdt-common/package.json +++ b/packages/node/vrdt-common/package.json @@ -24,7 +24,7 @@ "typescript": "~4.2.3" }, "dependencies": { - "fast-xml-parser": "3.19.0", + "fast-xml-parser": "4.2.5", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",