diff --git a/webui/package-lock.json b/webui/package-lock.json index 3bd40625c..5d2b776d9 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -27,7 +27,7 @@ "vue3-highlightjs": "^1.0.5", "vue3-markdown-it": "^1.0.10", "whatwg-mimetype": "^4.0.0", - "xml-formatter": "^3.6.6" + "xml-formatter": "^3.6.7" }, "devDependencies": { "@playwright/test": "^1.55.0", @@ -5668,12 +5668,12 @@ } }, "node_modules/xml-formatter": { - "version": "3.6.6", - "resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.6.tgz", - "integrity": "sha512-yfofQht42x2sN1YThT6Er6GFXiQinfDAsMTNvMPi2uZw5/Vtc2PYHfvALR8U+b2oN2ekBxLd2tGWV06rAM8nQA==", + "version": "3.6.7", + "resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.7.tgz", + "integrity": "sha512-IsfFYJQuoDqtUlKhm4EzeoBOb+fQwzQVeyxxAQ0sThn/nFnQmyLPTplqq4yRhaOENH/tAyujD2TBfIYzUKB6hg==", "license": "MIT", "dependencies": { - "xml-parser-xo": "^4.1.4" + "xml-parser-xo": "^4.1.5" }, "engines": { "node": ">= 16" @@ -5689,9 +5689,9 @@ } }, "node_modules/xml-parser-xo": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.4.tgz", - "integrity": "sha512-wo+yWDNeMwd1ctzH4CsiGXaAappDsxuR+VnmPewOzHk/zvefksT2ZlcWpAePl11THOWgnIZM4GjvumevurNWZw==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.5.tgz", + "integrity": "sha512-TxyRxk9sTOUg3glxSIY6f0nfuqRll2OEF8TspLgh5mZkLuBgheCn3zClcDSGJ58TvNmiwyCCuat4UajPud/5Og==", "license": "MIT", "engines": { "node": ">= 16" diff --git a/webui/package.json b/webui/package.json index f158865af..b3afa3457 100644 --- a/webui/package.json +++ b/webui/package.json @@ -35,7 +35,7 @@ "vue3-highlightjs": "^1.0.5", "vue3-markdown-it": "^1.0.10", "whatwg-mimetype": "^4.0.0", - "xml-formatter": "^3.6.6" + "xml-formatter": "^3.6.7" }, "devDependencies": { "@playwright/test": "^1.55.0",