Skip to content

Commit e98aead

Browse files
build(deps-dev): bump vite from 5.4.8 to 5.4.12 (#228)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7837ca commit e98aead

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
"rimraf": "^3.0.2",
340340
"ts-node": "^10.9.2",
341341
"typescript": "^5.6.2",
342-
"vite": "^5.4.8",
342+
"vite": "^5.4.12",
343343
"vsce": "^2.15.0"
344344
}
345345
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4230,10 +4230,10 @@ v8-compile-cache-lib@^3.0.1:
42304230
resolved "https://registry.npmmirror.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz"
42314231
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
42324232

4233-
vite@^5.4.8:
4234-
version "5.4.8"
4235-
resolved "https://registry.npmmirror.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8"
4236-
integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==
4233+
vite@^5.4.12:
4234+
version "5.4.12"
4235+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7"
4236+
integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==
42374237
dependencies:
42384238
esbuild "^0.21.3"
42394239
postcss "^8.4.43"

0 commit comments

Comments
 (0)