diff --git a/package.json b/package.json index 2a21aae..b7de75f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "autoprefixer": "^10.4.14", "postcss": "^8.4.21", "postcss-cli": "^10.1.0", - "vite": "^4.2.1", + "vite": "^4.2.3", "vite-ssg": "^0.22.1" } } diff --git a/yarn.lock b/yarn.lock index a789b17..b64ff3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1508,10 +1508,10 @@ vite-ssg@^0.22.1: prettier "^2.8.1" yargs "^17.6.2" -vite@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254" - integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg== +vite@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.3.tgz#067ada47ebd52e078d014bf1f92badda9d10564d" + integrity sha512-kLU+m2q0Y434Y1kCy3TchefAdtFso0ILi0dLyFV8Us3InXTU11H/B5ZTqCKIQHzSKNxVG/yEx813EA9f1imQ9A== dependencies: esbuild "^0.17.5" postcss "^8.4.21"