diff --git a/package-lock.json b/package-lock.json index 7128c86..10b2776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38010,9 +38010,9 @@ } }, "node_modules/vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -39306,7 +39306,7 @@ "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^3.0.0", "typescript": "^5.2.2", - "vite": "^4.4.9" + "vite": "^4.5.3" } }, "prql-browser/node_modules/@vitejs/plugin-react": { @@ -39391,7 +39391,7 @@ "@vitejs/plugin-react": "^3.0.1", "babel-loader": "^9.1.3", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.5.3", "vite-plugin-dts": "^2.3.0" } }, @@ -39494,7 +39494,7 @@ "react-dom": "^18.2.0", "react-resizable": "^3.0.4", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.5.3", "vite-plugin-dts": "^2.3.0" }, "dependencies": { @@ -64108,7 +64108,7 @@ "react-dom": "^18.2.0", "react-resizable": "^3.0.4", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.5.3", "vite-plugin-top-level-await": "^1.3.0", "vite-plugin-wasm": "^3.2.2" }, @@ -67289,9 +67289,9 @@ } }, "vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "requires": { "esbuild": "^0.18.10", "fsevents": "~2.3.2", diff --git a/prql-browser/package.json b/prql-browser/package.json index a069a8c..a6f56d6 100644 --- a/prql-browser/package.json +++ b/prql-browser/package.json @@ -29,6 +29,6 @@ "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^3.0.0", "typescript": "^5.2.2", - "vite": "^4.4.9" + "vite": "^4.5.3" } } diff --git a/ui/package.json b/ui/package.json index 903dc89..8442bbf 100644 --- a/ui/package.json +++ b/ui/package.json @@ -56,7 +56,7 @@ "@vitejs/plugin-react": "^3.0.1", "babel-loader": "^9.1.3", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.5.3", "vite-plugin-dts": "^2.3.0" } }