From 8d87efa6e6153dfc3058058e9934d7757c4f2fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:22:05 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.0.1 to 4.4.1 in /client Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.1 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.0.1...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 25234a0..ad68a5a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -7699,9 +7699,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.1.tgz", - "integrity": "sha512-EN1yOXDmMqpHrqkwTlCJDvFjepJBoBxjLRDtDxFmqrBILGV3NyFWpmcsofSKCCzc+YxhvNreB5rcKzG+TlyWpg==", + "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==", "requires": { "strnum": "^1.0.5" } diff --git a/client/package.json b/client/package.json index d7ac33d..9849842 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@types/react-dom": "^17.0.9", "axios": "^0.21.4", "d3": "^7.0.1", - "fast-xml-parser": "^4.0.1", + "fast-xml-parser": "^4.4.1", "file-saver": "^2.0.5", "gift-pegjs": "^0.2.1", "html-react-parser": "^1.4.6",