Skip to content

Commit de2c08d

Browse files
chore(deps): bump vite from 5.4.6 to 5.4.12 in /web (#458)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae10da8 commit de2c08d

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"typescript": "^5.3.3",
6464
"util": "^0.12.4",
6565
"uuid": "^3.4.0",
66-
"vite": "^5.2.14",
66+
"vite": "^5.4.12",
6767
"vite-plugin-html": "^3.2.2",
6868
"vite-plugin-node-polyfills": "^0.19.0",
6969
"vite-plugin-static-copy": "^1.0.1",

web/yarn.lock

+4-15
Original file line numberDiff line numberDiff line change
@@ -7275,21 +7275,10 @@ vite-tsconfig-paths@^4.3.1:
72757275
globrex "^0.1.2"
72767276
tsconfck "^3.0.1"
72777277

7278-
vite@^5.0.0:
7279-
version "5.4.8"
7280-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8"
7281-
integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==
7282-
dependencies:
7283-
esbuild "^0.21.3"
7284-
postcss "^8.4.43"
7285-
rollup "^4.20.0"
7286-
optionalDependencies:
7287-
fsevents "~2.3.3"
7288-
7289-
vite@^5.2.14:
7290-
version "5.4.6"
7291-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f"
7292-
integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==
7278+
vite@^5.0.0, vite@^5.4.12:
7279+
version "5.4.12"
7280+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7"
7281+
integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==
72937282
dependencies:
72947283
esbuild "^0.21.3"
72957284
postcss "^8.4.43"

0 commit comments

Comments
 (0)