From aa9dcdfb644a1ecf4ad5f749160289e405241d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:22:19 +0000 Subject: [PATCH] build(dependabot): bump vite from 5.4.7 to 5.4.8 in /webview-ui Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.7 to 5.4.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webview-ui/package-lock.json | 14 +++++++------- webview-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webview-ui/package-lock.json b/webview-ui/package-lock.json index 67021c7..65c2575 100644 --- a/webview-ui/package-lock.json +++ b/webview-ui/package-lock.json @@ -22,7 +22,7 @@ "@types/vscode-webview": "^1.57.0", "@vitejs/plugin-react": "^1.0.7", "typescript": "^4.4.4", - "vite": "^5.4.7" + "vite": "^5.4.8" }, "engines": { "node": "^20.0.0", @@ -2507,9 +2507,9 @@ } }, "node_modules/vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -4289,9 +4289,9 @@ } }, "vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "requires": { "esbuild": "^0.21.3", diff --git a/webview-ui/package.json b/webview-ui/package.json index 52958e1..c23b274 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -26,6 +26,6 @@ "@types/vscode-webview": "^1.57.0", "@vitejs/plugin-react": "^1.0.7", "typescript": "^4.4.4", - "vite": "^5.4.7" + "vite": "^5.4.8" } }