From f20e5a63c7c5d3e1bcaf221bc849bcb3c5138d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:02:59 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.2.12 to 5.2.13 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.12 to 5.2.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- output/vue/package.json | 2 +- package-lock.json | 14 +++++++------- showcases/react-showcase/package.json | 2 +- showcases/vanilla-showcase/package.json | 2 +- showcases/vue-showcase/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/output/vue/package.json b/output/vue/package.json index 13ae3601d6d..38b5cae71a2 100644 --- a/output/vue/package.json +++ b/output/vue/package.json @@ -45,7 +45,7 @@ "@vitejs/plugin-vue": "^5.0.5", "sass": "^1.77.4", "typescript": "^5.4.5", - "vite": "^5.2.12", + "vite": "^5.2.13", "vue-tsc": "^2.0.19" }, "publishConfig": { diff --git a/package-lock.json b/package-lock.json index 9d51de78524..d276349f20b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29566,9 +29566,9 @@ } }, "node_modules/vite": { - "version": "5.2.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", - "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", + "version": "5.2.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.13.tgz", + "integrity": "sha512-SSq1noJfY9pR3I1TUENL3rQYDQCFqgD+lM6fTRAM8Nv6Lsg5hDLaXkjETVeBt+7vZBCMoibD+6IWnT2mJ+Zb/A==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -31843,7 +31843,7 @@ "@vitejs/plugin-vue": "^5.0.5", "sass": "^1.77.4", "typescript": "^5.4.5", - "vite": "^5.2.12", + "vite": "^5.2.13", "vue-tsc": "^2.0.19" } }, @@ -32597,7 +32597,7 @@ "@vitejs/plugin-react": "^4.3.0", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^5.2.12" + "vite": "^5.2.13" } }, "showcases/vanilla-showcase": { @@ -32605,7 +32605,7 @@ "devDependencies": { "cpr": "3.0.1", "npm-run-all": "4.1.5", - "vite": "^5.2.12" + "vite": "^5.2.13" } }, "showcases/vue-showcase": { @@ -32619,7 +32619,7 @@ "@vitejs/plugin-vue": "^5.0.5", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^5.2.12", + "vite": "^5.2.13", "vue-tsc": "^2.0.19" } } diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json index 35d0890f41d..f52e85d9f04 100644 --- a/showcases/react-showcase/package.json +++ b/showcases/react-showcase/package.json @@ -25,6 +25,6 @@ "@vitejs/plugin-react": "^4.3.0", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^5.2.12" + "vite": "^5.2.13" } } diff --git a/showcases/vanilla-showcase/package.json b/showcases/vanilla-showcase/package.json index 3c833181830..1c77e7e12d8 100644 --- a/showcases/vanilla-showcase/package.json +++ b/showcases/vanilla-showcase/package.json @@ -20,6 +20,6 @@ "devDependencies": { "cpr": "3.0.1", "npm-run-all": "4.1.5", - "vite": "^5.2.12" + "vite": "^5.2.13" } } diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json index 45adb178bb1..bc35918e4dc 100644 --- a/showcases/vue-showcase/package.json +++ b/showcases/vue-showcase/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.0.5", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^5.2.12", + "vite": "^5.2.13", "vue-tsc": "^2.0.19" } }