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 67
67
"path-to-regexp" : " ^6.2.1" ,
68
68
"sanitize-filename" : " ^1.6.3" ,
69
69
"stream-template" : " ^0.0.10" ,
70
- "vite" : " ^2.9.14 " ,
70
+ "vite" : " ^2.9.15 " ,
71
71
"wouter" : " ^2.7.5"
72
72
},
73
73
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -6487,10 +6487,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
6487
6487
dependencies :
6488
6488
glob "^7.1.3"
6489
6489
6490
- rollup@^ 2.59.0 :
6491
- version "2.64.0 "
6492
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.64.0 .tgz#f0f59774e21fbb56de438a37d06a2189632b207a "
6493
- integrity sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ ==
6490
+ " rollup@>= 2.59.0 <2.78.0 " :
6491
+ version "2.77.3 "
6492
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3 .tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12 "
6493
+ integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g ==
6494
6494
optionalDependencies :
6495
6495
fsevents "~2.3.2"
6496
6496
7278
7278
core-util-is "1.0.2"
7279
7279
extsprintf "^1.2.0"
7280
7280
7281
- vite@^2.9.14 :
7282
- version "2.9.14 "
7283
- resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.14 .tgz#c438324c6594afd1050df3777da981dee988bb1b "
7284
- integrity sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw ==
7281
+ vite@^2.9.15 :
7282
+ version "2.9.15 "
7283
+ resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.15 .tgz#2858dd5b2be26aa394a283e62324281892546f0b "
7284
+ integrity sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ ==
7285
7285
dependencies :
7286
7286
esbuild "^0.14.27"
7287
7287
postcss "^8.4.13"
7288
7288
resolve "^1.22.0"
7289
- rollup "^ 2.59.0"
7289
+ rollup ">= 2.59.0 <2.78 .0"
7290
7290
optionalDependencies :
7291
7291
fsevents "~2.3.2"
7292
7292
You can’t perform that action at this time.
0 commit comments