From 033f047815c3a186512db77994fad41b26090e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:39:12 +0000 Subject: [PATCH] build(deps-dev): bump vite from 5.4.8 to 5.4.10 (#883) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 885bd2c1..68856eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "tailwindcss": "^3.4.14", "uniqid": "^5.4.0", "uuid": "^10.0.0", - "vite": "^5.4.8", + "vite": "^5.4.10", "vite-plugin-manifest-sri": "^0.2.0", "vite-plugin-svg-icons": "^2.0.1", "vue": "^3.5.12", @@ -7560,9 +7560,9 @@ } }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index bef790a7..6d0421a9 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "tailwindcss": "^3.4.14", "uniqid": "^5.4.0", "uuid": "^10.0.0", - "vite": "^5.4.8", + "vite": "^5.4.10", "vite-plugin-manifest-sri": "^0.2.0", "vite-plugin-svg-icons": "^2.0.1", "vue": "^3.5.12",