From db9b5d4b9fcf3e2f946d75bccca7046ff9af2bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:11:09 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.5.0 to 4.5.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.1. - [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.5.0...v4.5.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:development update-type: version-update:semver-patch ... 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 11f5ac42..97a695b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "chai-fs": "^2.0.0", "eslint": "^9.16.0", "eslint-webpack-plugin": "^4.2.0", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.1", "gradle-to-js": "^2.0.1", "gulp": "^5.0.0", "gulp-rename": "^2.0.0", @@ -4169,9 +4169,9 @@ } }, "node_modules/fast-xml-parser": { - "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==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 56860a8c..929be818 100644 --- a/package.json +++ b/package.json @@ -459,7 +459,7 @@ "chai-fs": "^2.0.0", "eslint": "^9.16.0", "eslint-webpack-plugin": "^4.2.0", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.1", "gradle-to-js": "^2.0.1", "gulp": "^5.0.0", "gulp-rename": "^2.0.0",