Skip to content

Commit 2605379

Browse files
authored
Update vite to version 2.9.15
1 parent 4de7d87 commit 2605379

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"path-to-regexp": "^6.2.1",
6969
"sanitize-filename": "^1.6.3",
7070
"stream-template": "^0.0.10",
71-
"vite": "^2.9.14",
71+
"vite": "^2.9.15",
7272
"wouter": "^2.7.5"
7373
},
7474
"peerDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6488,10 +6488,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
64886488
dependencies:
64896489
glob "^7.1.3"
64906490

6491-
rollup@^2.59.0:
6492-
version "2.64.0"
6493-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.64.0.tgz#f0f59774e21fbb56de438a37d06a2189632b207a"
6494-
integrity sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ==
6491+
"rollup@>=2.59.0 <2.78.0":
6492+
version "2.77.3"
6493+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
6494+
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
64956495
optionalDependencies:
64966496
fsevents "~2.3.2"
64976497

@@ -7332,15 +7332,15 @@ [email protected]:
73327332
core-util-is "1.0.2"
73337333
extsprintf "^1.2.0"
73347334

7335-
vite@^2.9.14:
7336-
version "2.9.14"
7337-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.14.tgz#c438324c6594afd1050df3777da981dee988bb1b"
7338-
integrity sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==
7335+
vite@^2.9.15:
7336+
version "2.9.15"
7337+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.15.tgz#2858dd5b2be26aa394a283e62324281892546f0b"
7338+
integrity sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==
73397339
dependencies:
73407340
esbuild "^0.14.27"
73417341
postcss "^8.4.13"
73427342
resolve "^1.22.0"
7343-
rollup "^2.59.0"
7343+
rollup ">=2.59.0 <2.78.0"
73447344
optionalDependencies:
73457345
fsevents "~2.3.2"
73467346

0 commit comments

Comments
 (0)