chore(deps-dev): bump vite from 4.5.2 to 4.5.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Aug 19, 2024 at 22:07 UTC
61396b6739c44cbaae73bc46f6d6f7c9cbf349fe
2 files changed
+6
-6
package.json
+1
-1
@@ -39,6 +39,6 @@
39
"svelte-preprocess": "^5.0.3",
40
"tslib": "^2.5.0",
41
"typescript": "^5.0.4",
42
- "vite": "^4.5.2"
42
+ "vite": "^4.5.3"
43
}
44
}
yarn.lock
+5
-5
@@ -1270,11 +1270,11 @@ undici-types@~5.26.4:
1270
version "5.26.5"
1271
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1272
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1273
-
1274
-vite@^4.5.2:
1275
- version "4.5.2"
1276
- resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
1277
- integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
1273
+
1274
+vite@^4.5.3:
1275
+ version "4.5.3"
1276
+ resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
1277
+ integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
1278
dependencies:
1279
esbuild "^0.18.10"
1280
postcss "^8.4.27"