From d794d0216ca8d41d852f68445bfa17f7ebbf4a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:34:49 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.4.1 to 4.5.0 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.1 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.4.1...v4.5.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fe6bd514aaf..2dfc6db6772d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-import-x": "4.1.1", "eslint-plugin-unused-imports": "4.1.3", "execa": "9.3.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.0", "glob": "10.4.2", "globals": "15.9.0", "isbinaryfile": "5.0.2", @@ -5978,9 +5978,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "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==", "funding": [ { "type": "github", @@ -5991,7 +5991,6 @@ "url": "https://paypal.me/naturalintelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/package.json b/package.json index 6e7e42e70937..0d83838cae41 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-plugin-import-x": "4.1.1", "eslint-plugin-unused-imports": "4.1.3", "execa": "9.3.1", - "fast-xml-parser": "4.4.1", + "fast-xml-parser": "4.5.0", "glob": "10.4.2", "globals": "15.9.0", "isbinaryfile": "5.0.2",