From 8d6518d0005371c360724bfa6d7986483fa640e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:05:53 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.2.11 to 5.2.12 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.2.12. - [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.2.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 20 ++++++++++---------- playground/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/package.json b/lib/package.json index fc20fdf..5b8add1 100644 --- a/lib/package.json +++ b/lib/package.json @@ -42,7 +42,7 @@ "eslint-plugin-jest": "^28.5.0", "jest": "^29.6.4", "typescript": "^4.9.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vue": "^3.4.27", "vue-tsc": "^1.8.0" }, diff --git a/package-lock.json b/package-lock.json index 6d35ab6..7881c02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-jest": "^28.5.0", "jest": "^29.6.4", "typescript": "^4.9.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vue": "^3.4.27", "vue-tsc": "^1.8.0" } @@ -11424,9 +11424,9 @@ } }, "node_modules/vite": { - "version": "5.2.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", - "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", + "version": "5.2.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", + "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", "dependencies": { "esbuild": "^0.20.1", "postcss": "^8.4.38", @@ -11761,7 +11761,7 @@ "devDependencies": { "@storyblok/vue": "^0.0.1", "@vitejs/plugin-vue": "^5.0.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vue": "^3.4.27" } } @@ -14556,7 +14556,7 @@ "eslint-plugin-jest": "^28.5.0", "jest": "^29.6.4", "typescript": "^4.9.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vue": "^3.4.27", "vue-tsc": "^1.8.0" }, @@ -14651,7 +14651,7 @@ "@storyblok/vue": "^0.0.1", "@vitejs/plugin-basic-ssl": "^1.1.0", "@vitejs/plugin-vue": "^5.0.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vue": "^3.4.27" } }, @@ -19891,9 +19891,9 @@ } }, "vite": { - "version": "5.2.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", - "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", + "version": "5.2.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", + "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", "requires": { "esbuild": "^0.20.1", "fsevents": "~2.3.3", diff --git a/playground/package.json b/playground/package.json index c1161b8..5d967a0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@storyblok/vue": "^0.0.1", "@vitejs/plugin-vue": "^5.0.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vue": "^3.4.27" }, "dependencies": {