From cae5bbe86f13bf4e936d5d6cfd5376d0045239a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:25:08 -0400 Subject: [PATCH] Bump vite from 5.4.14 to 5.4.15 (#3243) 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 6e3f35ab7..044ca147b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "typescript-eslint": "^8.0.0", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.14", + "vite": "^5.4.15", "vite-plugin-dts": "^4.3.0", "vitest": "^2.0.0", "vue-tsc": "^2.1.10", @@ -12559,9 +12559,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.14", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", - "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", + "version": "5.4.15", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.15.tgz", + "integrity": "sha512-6ANcZRivqL/4WtwPGTKNaosuNJr5tWiftOC7liM7G9+rMb8+oeJeyzymDu4rTN93seySBmbjSfsS3Vzr19KNtA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f35fd11ab..a09eefa9a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "typescript-eslint": "^8.0.0", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.14", + "vite": "^5.4.15", "vite-plugin-dts": "^4.3.0", "vitest": "^2.0.0", "vue-tsc": "^2.1.10",