diff --git a/webapps/frontend/package-lock.json b/webapps/frontend/package-lock.json index 625cd2a63c5..23c8da2dd67 100644 --- a/webapps/frontend/package-lock.json +++ b/webapps/frontend/package-lock.json @@ -39,7 +39,7 @@ "dmn-js-shared": "14.0.2", "dom4": "2.1.6", "events": "3.3.0", - "fast-xml-parser": "4.2.0", + "fast-xml-parser": "4.2.6", "jquery": "3.6.4", "jquery-ui": "1.13.2", "lodash": "4.17.21", @@ -6716,18 +6716,24 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.0.tgz", - "integrity": "sha512-+zVQv4aVTO+o8oRUyRL7PjgeVo1J6oP8Cw2+a8UTZQcj5V0yUK5T63gTN0ldgiHDPghUjKc4OpT6SwMTwnOQug==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.6.tgz", + "integrity": "sha512-Xo1qV++h/Y3Ng8dphjahnYe+rGHaaNdsYOBWL9Y9GCPKpNKilJtilvWkLcI9f9X2DoKTLsZsGYAls5+JL5jfLA==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "dependencies": { "strnum": "^1.0.5" }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastest-levenshtein": { @@ -17389,9 +17395,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fast-xml-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.0.tgz", - "integrity": "sha512-+zVQv4aVTO+o8oRUyRL7PjgeVo1J6oP8Cw2+a8UTZQcj5V0yUK5T63gTN0ldgiHDPghUjKc4OpT6SwMTwnOQug==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.6.tgz", + "integrity": "sha512-Xo1qV++h/Y3Ng8dphjahnYe+rGHaaNdsYOBWL9Y9GCPKpNKilJtilvWkLcI9f9X2DoKTLsZsGYAls5+JL5jfLA==", "requires": { "strnum": "^1.0.5" } diff --git a/webapps/frontend/package.json b/webapps/frontend/package.json index ba441907ed7..6f1c207c0e2 100644 --- a/webapps/frontend/package.json +++ b/webapps/frontend/package.json @@ -49,7 +49,7 @@ "dmn-js-shared": "14.0.2", "dom4": "2.1.6", "events": "3.3.0", - "fast-xml-parser": "4.2.0", + "fast-xml-parser": "4.2.6", "jquery": "3.6.4", "jquery-ui": "1.13.2", "lodash": "4.17.21",