0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency vite to v4.5.5 [SECURITY]

This commit is contained in:
renovate[bot] 2025-02-20 14:53:26 +00:00 committed by GitHub
parent 268b1da456
commit a7541448fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 4 deletions

View file

@ -81,7 +81,7 @@
"devDependencies": {
"@vitejs/plugin-react": "4.2.1",
"jsdom": "24.1.3",
"vite": "4.5.3",
"vite": "4.5.5",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"
}

View file

@ -86,7 +86,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"
}

View file

@ -4818,7 +4818,7 @@
dependencies:
"@radix-ui/react-compose-refs" "1.1.0"
"@radix-ui/react-slot@1.1.1", "@radix-ui/react-slot@^1.1.0":
"@radix-ui/react-slot@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.1.1.tgz#ab9a0ffae4027db7dc2af503c223c978706affc3"
integrity sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==
@ -31979,7 +31979,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==
@ -31990,6 +31990,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"