From 5e0583c5df008c5fa69c546c8cc4388fc3ae64db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:09:08 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.3.6 to 4.5.0 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.5.0. - [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.3.6...v4.5.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 676291fe..88965457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "chai-fs": "^2.0.0", "eslint": "^8.57.1", "eslint-webpack-plugin": "^4.1.0", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.5.0", "gradle-to-js": "^2.0.1", "gulp": "^5.0.0", "gulp-rename": "^2.0.0", @@ -4096,9 +4096,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", - "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 5cd489bf..36a248e3 100644 --- a/package.json +++ b/package.json @@ -460,7 +460,7 @@ "chai-fs": "^2.0.0", "eslint": "^8.57.1", "eslint-webpack-plugin": "^4.1.0", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.5.0", "gradle-to-js": "^2.0.1", "gulp": "^5.0.0", "gulp-rename": "^2.0.0",