From b3533d0bc5661c771d511ce852eca76ed64b2c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:20:24 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.3.6 to 4.4.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.4.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.3.6...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c429f4..a6a2893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "splunk", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "splunk", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "dependencies": { "@babel/core": "^7.22.8", @@ -18,7 +18,7 @@ "axios": "^0.27.2", "babel-loader": "^9.1.0", "extract-zip": "^2.0.1", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "konva": "^3.4.1", "querystring-es3": "^0.2.1", "react": "^16.14.0", @@ -7107,9 +7107,9 @@ "dev": true }, "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.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b8bd544..cece550 100644 --- a/package.json +++ b/package.json @@ -455,7 +455,7 @@ "axios": "^0.27.2", "babel-loader": "^9.1.0", "extract-zip": "^2.0.1", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "konva": "^3.4.1", "querystring-es3": "^0.2.1", "react": "^16.14.0",