diff --git a/web/package-lock.json b/web/package-lock.json index bebd353..03d25b6 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 7e65f3e..65c6147 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",