diff --git a/components/webui/client/package.json b/components/webui/client/package.json index 2dcb40d5b3..4fcd99270a 100644 --- a/components/webui/client/package.json +++ b/components/webui/client/package.json @@ -36,7 +36,7 @@ "react-chartjs-2": "^5.3.0", "react-dom": "^19.0.0", "react-router": "^7.4.1", - "react-syntax-highlighter": "^15.6.1", + "react-syntax-highlighter": "^15.6.6", "socket.io-client": "^4.8.1", "zustand": "^5.0.3" }, @@ -48,6 +48,6 @@ "@vitejs/plugin-react": "^4.3.4", "eslint-config-yscope": "1.1.1", "typescript": "~5.7.3", - "vite": "^6.3.5" + "vite": "^6.3.6" } } diff --git a/components/webui/package-lock.json b/components/webui/package-lock.json index 060d6ad385..7ce3d866c8 100644 --- a/components/webui/package-lock.json +++ b/components/webui/package-lock.json @@ -44,7 +44,7 @@ "react-chartjs-2": "^5.3.0", "react-dom": "^19.0.0", "react-router": "^7.4.1", - "react-syntax-highlighter": "^15.6.1", + "react-syntax-highlighter": "^15.6.6", "socket.io-client": "^4.8.1", "zustand": "^5.0.3" }, @@ -56,7 +56,7 @@ "@vitejs/plugin-react": "^4.3.4", "eslint-config-yscope": "1.1.1", "typescript": "~5.7.3", - "vite": "^6.3.5" + "vite": "^6.3.6" } }, "common": { @@ -7907,6 +7907,21 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "license": "MIT", @@ -11485,14 +11500,16 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.6.1", + "version": "15.6.6", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.6.tgz", + "integrity": "sha512-DgXrc+AZF47+HvAPEmn7Ua/1p10jNoVZVI/LoPiYdtY+OM+/nG5yefLHKJwdKqY1adMuHFbeyBaG9j64ML7vTw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "highlightjs-vue": "^1.0.0", "lowlight": "^1.17.0", - "prismjs": "^1.27.0", + "prismjs": "^1.30.0", "refractor": "^3.6.0" }, "peerDependencies": { @@ -13708,7 +13725,9 @@ } }, "node_modules/vite": { - "version": "6.3.5", + "version": "6.3.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", + "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", "dev": true, "license": "MIT", "dependencies": {