Skip to content

Commit 24e62ec

Browse files
chore(deps): update dependency vite to v2.9.17
1 parent 5f7856a commit 24e62ec

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"standard-version": "9.3.2",
6363
"typescript": "4.8.3",
6464
"unbuild": "0.8.11",
65-
"vite": "2.9.12",
65+
"vite": "2.9.17",
6666
"vitest": "0.23.4"
6767
},
6868
"bugs": {

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3083,6 +3083,13 @@ rollup-plugin-esbuild@^4.10.1:
30833083
joycon "^3.0.1"
30843084
jsonc-parser "^3.0.0"
30853085

3086+
"rollup@>=2.59.0 <2.78.0":
3087+
version "2.77.3"
3088+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
3089+
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
3090+
optionalDependencies:
3091+
fsevents "~2.3.2"
3092+
30863093
rollup@^2.59.0, rollup@^2.79.0:
30873094
version "2.79.1"
30883095
resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz"
@@ -3646,7 +3653,19 @@ validate-npm-package-license@^3.0.1:
36463653
spdx-correct "^3.0.0"
36473654
spdx-expression-parse "^3.0.0"
36483655

3649-
[email protected], "vite@^2.9.12 || ^3.0.0-0":
3656+
3657+
version "2.9.17"
3658+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.17.tgz#6b770525e12fa2a2e3a0fa0d028d304f4f7dc7d4"
3659+
integrity sha512-XxcRzra6d7xrKXH66jZUgb+srThoPu+TLJc06GifUyKq9JmjHkc1Numc8ra0h56rju2jfVWw3B3fs5l3OFMvUw==
3660+
dependencies:
3661+
esbuild "^0.14.27"
3662+
postcss "^8.4.13"
3663+
resolve "^1.22.0"
3664+
rollup ">=2.59.0 <2.78.0"
3665+
optionalDependencies:
3666+
fsevents "~2.3.2"
3667+
3668+
"vite@^2.9.12 || ^3.0.0-0":
36503669
version "2.9.12"
36513670
resolved "https://registry.npmjs.org/vite/-/vite-2.9.12.tgz"
36523671
integrity sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==

0 commit comments

Comments
 (0)