File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
packages/fastify-renderer Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 68
68
"path-to-regexp" : " ^6.2.1" ,
69
69
"sanitize-filename" : " ^1.6.3" ,
70
70
"stream-template" : " ^0.0.10" ,
71
- "vite" : " ^2.9.14 " ,
71
+ "vite" : " ^2.9.15 " ,
72
72
"wouter" : " ^2.7.5"
73
73
},
74
74
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -6488,10 +6488,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
6488
6488
dependencies :
6489
6489
glob "^7.1.3"
6490
6490
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 ==
6495
6495
optionalDependencies :
6496
6496
fsevents "~2.3.2"
6497
6497
7332
7332
core-util-is "1.0.2"
7333
7333
extsprintf "^1.2.0"
7334
7334
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 ==
7339
7339
dependencies :
7340
7340
esbuild "^0.14.27"
7341
7341
postcss "^8.4.13"
7342
7342
resolve "^1.22.0"
7343
- rollup "^ 2.59.0"
7343
+ rollup ">= 2.59.0 <2.78 .0"
7344
7344
optionalDependencies :
7345
7345
fsevents "~2.3.2"
7346
7346
You can’t perform that action at this time.
0 commit comments