From 94051560c06e3a5fbfa8dc0c82098aeab3a118a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:08:46 +0000 Subject: [PATCH] build(deps-dev): bump vite from 7.1.5 to 7.1.9 in /code Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.9. - [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.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/package.json | 2 +- code/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/package.json b/code/package.json index ecd0bb4..7279a34 100644 --- a/code/package.json +++ b/code/package.json @@ -66,7 +66,7 @@ "prettier": "^3.6.2", "typescript": "^5.9.2", "typescript-eslint": "^8.43.0", - "vite": "^7.1.5", + "vite": "^7.1.9", "vite-plugin-dts": "^4.5.4", "vitest": "^3.1.1" }, diff --git a/code/yarn.lock b/code/yarn.lock index 098c207..43f7a69 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -3684,10 +3684,10 @@ vite-plugin-dts@^4.5.4: optionalDependencies: fsevents "~2.3.3" -vite@^7.1.5: - version "7.1.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38" - integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ== +vite@^7.1.9: + version "7.1.9" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.9.tgz#ba844410e5d0c0f2a4eaf17a52af60ebea322cbf" + integrity sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg== dependencies: esbuild "^0.25.0" fdir "^6.5.0"