mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Update dependency vite to v4.5.5 [SECURITY]
This commit is contained in:
parent
65d84fad17
commit
9c9bc355a3
2 changed files with 13 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
"@vitejs/plugin-react": "4.2.1",
|
||||
"jsdom": "24.1.3",
|
||||
"nock": "13.3.3",
|
||||
"vite": "4.5.3",
|
||||
"vite": "4.5.5",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3"
|
||||
}
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -31134,7 +31134,7 @@ vite-plugin-svgr@3.3.0:
|
|||
"@svgr/core" "^8.1.0"
|
||||
"@svgr/plugin-jsx" "^8.1.0"
|
||||
|
||||
vite@4.5.3, "vite@^3.0.0 || ^4.0.0":
|
||||
vite@4.5.3:
|
||||
version "4.5.3"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
|
||||
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
|
||||
|
@ -31145,6 +31145,17 @@ vite@4.5.3, "vite@^3.0.0 || ^4.0.0":
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vite@4.5.5, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.5.5"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
|
||||
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
|
||||
dependencies:
|
||||
esbuild "^0.18.10"
|
||||
postcss "^8.4.27"
|
||||
rollup "^3.27.1"
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vitest@0.34.3:
|
||||
version "0.34.3"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.34.3.tgz#863d61c133d01b16e49fd52d380c09fa5ac03188"
|
||||
|
|
Loading…
Reference in a new issue