Upgrade vite to v4.5.3 in /sticker-creator

This commit is contained in:
dependabot[bot] 2024-04-03 17:45:49 -07:00 committed by GitHub
parent 29c4042668
commit 37725647c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@
"rollup-plugin-visualizer": "5.9.0",
"sass": "1.62.0",
"typescript": "5.0.4",
"vite": "4.5.2",
"vite": "4.5.3",
"vitest": "0.30.1"
}
}

View file

@ -4016,10 +4016,10 @@ vite-node@0.30.1:
picocolors "^1.0.0"
vite "^3.0.0 || ^4.0.0"
vite@4.5.2, "vite@^3.0.0 || ^4.0.0":
version "4.5.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
vite@4.5.3, "vite@^3.0.0 || ^4.0.0":
version "4.5.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"