Skip to content

Commit 76e2736

Browse files
build(deps-dev): bump vite from 7.1.3 to 7.1.5 in /code
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.3 to 7.1.5. - [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.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 667ff24 commit 76e2736

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"prettier": "^3.6.2",
6868
"typescript": "^5.8.3",
6969
"typescript-eslint": "^8.41.0",
70-
"vite": "^7.1.3",
70+
"vite": "^7.1.5",
7171
"vite-plugin-dts": "^4.5.4",
7272
"vitest": "^3.0.8"
7373
},

code/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3463,13 +3463,13 @@ tinyexec@^0.3.2:
34633463
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
34643464
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
34653465

3466-
tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.14:
3467-
version "0.2.14"
3468-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
3469-
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
3466+
tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.15:
3467+
version "0.2.15"
3468+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
3469+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
34703470
dependencies:
3471-
fdir "^6.4.4"
3472-
picomatch "^4.0.2"
3471+
fdir "^6.5.0"
3472+
picomatch "^4.0.3"
34733473

34743474
tinypool@^1.0.2:
34753475
version "1.0.2"
@@ -3723,17 +3723,17 @@ vite-plugin-dts@^4.5.4:
37233723
optionalDependencies:
37243724
fsevents "~2.3.3"
37253725

3726-
vite@^7.1.3:
3727-
version "7.1.3"
3728-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.3.tgz#8d70cb02fd6346b4bf1329a6760800538ef0faea"
3729-
integrity sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==
3726+
vite@^7.1.5:
3727+
version "7.1.5"
3728+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38"
3729+
integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==
37303730
dependencies:
37313731
esbuild "^0.25.0"
37323732
fdir "^6.5.0"
37333733
picomatch "^4.0.3"
37343734
postcss "^8.5.6"
37353735
rollup "^4.43.0"
3736-
tinyglobby "^0.2.14"
3736+
tinyglobby "^0.2.15"
37373737
optionalDependencies:
37383738
fsevents "~2.3.3"
37393739

0 commit comments

Comments
 (0)