From 99bb11b4f0d8366e1c1e1c60afa6d40aab84c9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 06:37:43 +0000 Subject: [PATCH] Bump vite from 4.4.7 to 4.4.8 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.7 to 4.4.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/v4.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12a463d..ab44b0a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-vue": "^9.16.1", "npm-run-all": "^4.1.5", "typescript": "~5.1.6", - "vite": "^4.4.7", + "vite": "^4.4.8", "vite-plugin-qiankun": "^1.0.15", "vue-tsc": "^1.8.8" } diff --git a/yarn.lock b/yarn.lock index 7eb1728..781b3bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2556,10 +2556,10 @@ vite-plugin-qiankun@^1.0.15: dependencies: cheerio "^1.0.0-rc.10" -vite@^4.4.7: - version "4.4.7" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.7.tgz#71b8a37abaf8d50561aca084dbb77fa342824154" - integrity sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw== +vite@^4.4.8: + version "4.4.8" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.8.tgz#31e4a438f8748695c68bd57ffd262ba93540fdf7" + integrity sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg== dependencies: esbuild "^0.18.10" postcss "^8.4.26"