From dc57eb61dab53d60aabf8de10cd42e1f5f8526c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 18:21:26 +0000 Subject: [PATCH] Bump fast-xml-parser and is-svg in /example_applications/web_app/assets Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.4 and updates ancestor dependency [is-svg](https://github.com/sindresorhus/is-svg). These dependencies need to be updated together. Updates `fast-xml-parser` from 3.21.1 to 4.2.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/commits) Updates `is-svg` from 4.3.2 to 4.4.0 - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.3.2...v4.4.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect - dependency-name: is-svg dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../web_app/assets/package-lock.json | 50 +++++++++++-------- .../web_app/assets/package.json | 2 +- 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/example_applications/web_app/assets/package-lock.json b/example_applications/web_app/assets/package-lock.json index 63fda2f..ee82bd7 100644 --- a/example_applications/web_app/assets/package-lock.json +++ b/example_applications/web_app/assets/package-lock.json @@ -24,7 +24,7 @@ "css-loader": "^3.4.2", "elliptic": "^6.5.4", "hard-source-webpack-plugin": "^0.13.1", - "is-svg": "4.3.2", + "is-svg": "4.4.0", "lodash": ">=4.17.21", "mini-css-extract-plugin": "^0.9.0", "nanoid": "^3.1.31", @@ -3701,19 +3701,25 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", "dev": true, + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "dependencies": { - "strnum": "^1.0.4" + "strnum": "^1.0.5" }, "bin": { - "xml2js": "cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "fxparser": "src/cli/cli.js" } }, "node_modules/figgy-pudding": { @@ -4698,12 +4704,12 @@ "license": "ISC" }, "node_modules/is-svg": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.2.tgz", - "integrity": "sha512-mM90duy00JGMyjqIVHu9gNTjywdZV+8qNasX8cm/EEYZ53PHDgajvbBwNVvty5dwSAxLUD3p3bdo+7sR/UMrpw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz", + "integrity": "sha512-v+AgVwiK5DsGtT9ng+m4mClp6zDAmwrW8nZi6Gg15qzvBnRWWdfWA1TGaXyCDnWq5g5asofIgMVl3PjKxvk1ug==", "dev": true, "dependencies": { - "fast-xml-parser": "^3.19.0" + "fast-xml-parser": "^4.1.3" }, "engines": { "node": ">=6" @@ -12361,12 +12367,12 @@ "dev": true }, "fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", "dev": true, "requires": { - "strnum": "^1.0.4" + "strnum": "^1.0.5" } }, "figgy-pudding": { @@ -13001,12 +13007,12 @@ "dev": true }, "is-svg": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.2.tgz", - "integrity": "sha512-mM90duy00JGMyjqIVHu9gNTjywdZV+8qNasX8cm/EEYZ53PHDgajvbBwNVvty5dwSAxLUD3p3bdo+7sR/UMrpw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz", + "integrity": "sha512-v+AgVwiK5DsGtT9ng+m4mClp6zDAmwrW8nZi6Gg15qzvBnRWWdfWA1TGaXyCDnWq5g5asofIgMVl3PjKxvk1ug==", "dev": true, "requires": { - "fast-xml-parser": "^3.19.0" + "fast-xml-parser": "^4.1.3" } }, "is-symbol": { diff --git a/example_applications/web_app/assets/package.json b/example_applications/web_app/assets/package.json index e09aa26..68f1d87 100644 --- a/example_applications/web_app/assets/package.json +++ b/example_applications/web_app/assets/package.json @@ -25,7 +25,7 @@ "css-loader": "^3.4.2", "elliptic": "^6.5.4", "hard-source-webpack-plugin": "^0.13.1", - "is-svg": "4.3.2", + "is-svg": "4.4.0", "lodash": ">=4.17.21", "mini-css-extract-plugin": "^0.9.0", "nanoid": "^3.1.31",