From 24f675e0c7d5a8a4ad3dac683383b8edd142989a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 01:49:46 +0000 Subject: [PATCH] chore(deps-dev): bump vite Bumps the npm_and_yarn group with 1 update in the /WIP/ui/frontend_akido_public directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.1.9 to 7.1.11 - [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/v7.1.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.11 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- WIP/ui/frontend_akido_public/package-lock.json | 8 ++++---- WIP/ui/frontend_akido_public/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WIP/ui/frontend_akido_public/package-lock.json b/WIP/ui/frontend_akido_public/package-lock.json index 45bd021cd..76cc4b741 100644 --- a/WIP/ui/frontend_akido_public/package-lock.json +++ b/WIP/ui/frontend_akido_public/package-lock.json @@ -19,7 +19,7 @@ "eslint": "^8.54.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "node_modules/@babel/code-frame": { @@ -6172,9 +6172,9 @@ } }, "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/WIP/ui/frontend_akido_public/package.json b/WIP/ui/frontend_akido_public/package.json index a9497dbc9..9711ad1e5 100644 --- a/WIP/ui/frontend_akido_public/package.json +++ b/WIP/ui/frontend_akido_public/package.json @@ -21,6 +21,6 @@ "eslint": "^8.54.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "vite": "^7.1.9" + "vite": "^7.1.11" } }