From 74e09e1c1b5ca7b1230ed7c9b94fc594c675a4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:48:04 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.0.7 to 5.0.8 in /example Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.7 to 5.0.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 14 +++++++------- example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index a33da9d4..3b0bbc2b 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -15,7 +15,7 @@ "@vitejs/plugin-vue": "^4.5.2", "sass": "^1.69.5", "typescript": "^5.3.3", - "vite": "^5.0.7", + "vite": "^5.0.8", "vite-plugin-windicss": "^1.9.2", "vue-tsc": "^1.8.25", "windicss": "^3.5.6" @@ -1406,9 +1406,9 @@ } }, "node_modules/vite": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.7.tgz", - "integrity": "sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.8.tgz", + "integrity": "sha512-jYMALd8aeqR3yS9xlHd0OzQJndS9fH5ylVgWdB+pxTwxLKdO1pgC5Dlb398BUxpfaBxa4M9oT7j1g503Gaj5IQ==", "dev": true, "dependencies": { "esbuild": "^0.19.3", @@ -2417,9 +2417,9 @@ "integrity": "sha512-tdW5JUSzBOvZDzgn6Bh1/bUEfQnEW/RWd2cuuIlAkRiNC+n+iIKKvCCTTxY4LWHdq5l3Pd0zaNXPndcYxgSbtQ==" }, "vite": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.7.tgz", - "integrity": "sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.8.tgz", + "integrity": "sha512-jYMALd8aeqR3yS9xlHd0OzQJndS9fH5ylVgWdB+pxTwxLKdO1pgC5Dlb398BUxpfaBxa4M9oT7j1g503Gaj5IQ==", "dev": true, "requires": { "esbuild": "^0.19.3", diff --git a/example/package.json b/example/package.json index 984678ba..3cecbfe0 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "@vitejs/plugin-vue": "^4.5.2", "sass": "^1.69.5", "typescript": "^5.3.3", - "vite": "^5.0.7", + "vite": "^5.0.8", "vite-plugin-windicss": "^1.9.2", "vue-tsc": "^1.8.25", "windicss": "^3.5.6"