From 4c4e02e82333bcaa5cbc9a1b4859badd463404a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:13:35 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 4.4.9 to 4.5.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- prql-browser/package.json | 2 +- ui/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) 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" } }