From 6836062b001345ed1e7db77ef1abb624a454dab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:22:04 +0100 Subject: [PATCH] build(deps): bump vite from 7.1.9 to 7.1.11 in /frontend (#654) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1c9a756..49f5477 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "iconify-icon": "^3.0.1", "picocrank": "^1.4.0", "unplugin-vue-components": "^29.1.0", - "vite": "^7.1.9", + "vite": "^7.1.11", "vue-router": "^4.5.1" }, "devDependencies": { @@ -6081,9 +6081,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", - "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/frontend/package.json b/frontend/package.json index 4295278..1dc11d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "iconify-icon": "^3.0.1", "picocrank": "^1.4.0", "unplugin-vue-components": "^29.1.0", - "vite": "^7.1.9", + "vite": "^7.1.11", "vue-router": "^4.5.1" } }