From 8602f123edf2a781f2c3d22613d13c05d97041b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:49:17 +0000 Subject: [PATCH] Bump fast-xml-parser from 3.19.0 to 4.1.2 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.19.0 to 4.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++------- package.json | 2 +- packages/node/vrdt-common/package.json | 2 +- 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b59418f..a49702e1 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.1.2", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", "lodash": "^4.17.21", @@ -5871,11 +5871,14 @@ "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==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz", + "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", + "dependencies": { + "strnum": "^1.0.5" + }, "bin": { - "xml2js": "cli.js" + "fxparser": "src/cli/cli.js" }, "funding": { "type": "paypal", @@ -13760,6 +13763,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", @@ -15762,7 +15770,7 @@ "version": "2.5.3", "license": "MIT", "dependencies": { - "fast-xml-parser": "3.19.0", + "fast-xml-parser": "4.1.2", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2", @@ -17332,7 +17340,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.1.2", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jest": "^26.6.3", @@ -20467,9 +20475,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.1.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz", + "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", + "requires": { + "strnum": "^1.0.5" + } }, "fastest-levenshtein": { "version": "1.0.12", @@ -26646,6 +26657,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 61e75f21..02e4b078 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": "3.19.0", + "fast-xml-parser": "4.1.2", "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 ac9a15e3..5b0c799c 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.1.2", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",