From 243449e960a46adf2fd00534697512e28b722b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 12:02:27 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.2.4 to 4.2.5 in /web Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 to 4.2.5. - [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.2.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 7 ++++--- web/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index bebd353..79df354 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.2.5", "history": "5.2.0", "html-react-parser": "3.0.4", "js-yaml": "4.1.0", @@ -13498,7 +13498,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.2.4", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", "funding": [ { "type": "paypal", @@ -13509,7 +13511,6 @@ "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/web/package.json b/web/package.json index bf6bb65..03caa67 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.2.5", "history": "5.2.0", "html-react-parser": "3.0.4", "js-yaml": "4.1.0",