From 35c4fe81d44cc162923bc80975cf354ac535b58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:09:14 +0000 Subject: [PATCH] chore(deps-dev): bump fast-xml-parser from 4.0.3 to 4.2.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.3 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/v4.0.3...v4.2.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++----------- package.json | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c628052a5..eff910d7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@swc/jest": "^0.2.17", "@types/jest": "^27.4.0", "axios-retry": "^3.2.4", - "fast-xml-parser": "^4.0.2", + "fast-xml-parser": "^4.2.5", "jasmine-fail-fast": "^2.0.1", "jest": "^27.5.1", "memfs": "^3.4.2", @@ -9935,19 +9935,25 @@ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" }, "node_modules/fast-xml-parser": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.3.tgz", - "integrity": "sha512-xhQbg3a/EYNHwK0cxIG1nZmVkHX/0tWihamn5pU4Mhd9KEVE2ga8ZJiqEUgB2sApElvAATOdMTLjgqIpvYDUkQ==", + "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==", "dev": true, + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "dependencies": { "strnum": "^1.0.5" }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastq": { @@ -28934,9 +28940,9 @@ } }, "fast-xml-parser": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.3.tgz", - "integrity": "sha512-xhQbg3a/EYNHwK0cxIG1nZmVkHX/0tWihamn5pU4Mhd9KEVE2ga8ZJiqEUgB2sApElvAATOdMTLjgqIpvYDUkQ==", + "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==", "dev": true, "requires": { "strnum": "^1.0.5" diff --git a/package.json b/package.json index ee0de8835..6fb2d14dc 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@swc/jest": "^0.2.17", "@types/jest": "^27.4.0", "axios-retry": "^3.2.4", - "fast-xml-parser": "^4.0.2", + "fast-xml-parser": "^4.2.5", "jasmine-fail-fast": "^2.0.1", "jest": "^27.5.1", "memfs": "^3.4.2",