diff --git a/ghost/portal/package.json b/ghost/portal/package.json index 7716dfb10b..0ec269fafb 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -75,7 +75,7 @@ "jsdom": "21.1.1", "react": "17.0.2", "react-dom": "17.0.2", - "vite": "4.2.0", + "vite": "4.2.1", "vite-plugin-css-injected-by-js": "3.1.0", "vite-plugin-svgr": "2.4.0", "vitest": "0.29.7" diff --git a/yarn.lock b/yarn.lock index 199f839865..63590d253d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27338,10 +27338,10 @@ vite-plugin-svgr@2.4.0: "@rollup/pluginutils" "^5.0.2" "@svgr/core" "^6.5.1" -vite@4.2.0, "vite@^3.0.0 || ^4.0.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.0.tgz#d4e6eafbc034f3faf0ab376bd5b76ac15775eb99" - integrity sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g== +vite@4.2.1, "vite@^3.0.0 || ^4.0.0": + version "4.2.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254" + integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg== dependencies: esbuild "^0.17.5" postcss "^8.4.21"