diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0807172cba6..b6de908111a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -90,7 +90,7 @@ "url": "^0.11.0", "util": "^0.12.4", "vfile": "^5.3.0", - "vite": "^6.1.0", + "vite": "^6.1.6", "vite-plugin-node-polyfills": "^0.22.0", "vite-plugin-svgr": "^4.2.0", "xterm": "^4.19.0", @@ -19713,13 +19713,13 @@ "dev": true }, "node_modules/vite": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", - "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.6.tgz", + "integrity": "sha512-u+jokLMwHVFUoUkfL+m/1hzucejL2639g9QXcrRdtN3WPHfW7imI83V96Oh1R0xVZqDjvcgp+7S8bSQpdVlmPA==", "license": "MIT", "dependencies": { "esbuild": "^0.24.2", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "rollup": "^4.30.1" }, "bin": { diff --git a/frontend/package.json b/frontend/package.json index 9622a9d504c..784fe46ce7c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -91,7 +91,7 @@ "url": "^0.11.0", "util": "^0.12.4", "vfile": "^5.3.0", - "vite": "^6.1.0", + "vite": "^6.1.6", "vite-plugin-node-polyfills": "^0.22.0", "vite-plugin-svgr": "^4.2.0", "xterm": "^4.19.0",