diff --git a/webview-ui/package-lock.json b/webview-ui/package-lock.json index 2bd9e6b..e6265af 100644 --- a/webview-ui/package-lock.json +++ b/webview-ui/package-lock.json @@ -18,7 +18,7 @@ "@types/vscode-webview": "^1.57.0", "@vitejs/plugin-react": "^1.0.7", "typescript": "^4.4.4", - "vite": "^5.4.8" + "vite": "^5.4.12" } }, "node_modules/@ampproject/remapping": { @@ -1820,10 +1820,11 @@ } }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz", + "integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/webview-ui/package.json b/webview-ui/package.json index 7030e71..1dcd536 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -10,7 +10,7 @@ "@types/vscode-webview": "^1.57.0", "@vitejs/plugin-react": "^1.0.7", "typescript": "^4.4.4", - "vite": "^5.4.8" + "vite": "^5.4.12" }, "name": "vscode-supabase-extension-webview", "private": true,