From 8f77a0dea0462bf0714f2c0538dfe6b2feb050d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:13:21 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 4.2.4 to 4.4.1 in /web Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 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.2.4...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 15 ++++++++------- web/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index bebd353f85..03d25b6364 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -38,7 +38,7 @@ "antd": "4.20.4", "d3-dag": "0.9.1", "date-fns": "2.28.0", - "fast-xml-parser": "4.2.4", + "fast-xml-parser": "4.4.1", "history": "5.2.0", "html-react-parser": "3.0.4", "js-yaml": "4.1.0", @@ -13498,18 +13498,19 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.2.4", + "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": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/web/package.json b/web/package.json index abb2495ad5..9efaef0a48 100644 --- a/web/package.json +++ b/web/package.json @@ -34,7 +34,7 @@ "antd": "4.20.4", "d3-dag": "0.9.1", "date-fns": "2.28.0", - "fast-xml-parser": "4.2.4", + "fast-xml-parser": "4.4.1", "history": "5.2.0", "html-react-parser": "3.0.4", "js-yaml": "4.1.0",