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",