Skip to content

Commit 3881c6a

Browse files
authored
Merge pull request #433 from wolfpackthatcodes/dependabot/npm_and_yarn/code/vite-7.1.5
build(deps-dev): bump vite from 7.1.3 to 7.1.5 in /code
2 parents 2541730 + 6f40c90 commit 3881c6a

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
@@ -66,7 +66,7 @@
6666
"prettier": "^3.6.2",
6767
"typescript": "^5.9.2",
6868
"typescript-eslint": "^8.40.0",
69-
"vite": "^7.1.3",
69+
"vite": "^7.1.5",
7070
"vite-plugin-dts": "^4.5.4",
7171
"vitest": "^3.1.1"
7272
},

code/yarn.lock

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

3434-
tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.14:
3435-
version "0.2.14"
3436-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
3437-
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
3434+
tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.15:
3435+
version "0.2.15"
3436+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
3437+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
34383438
dependencies:
3439-
fdir "^6.4.4"
3440-
picomatch "^4.0.2"
3439+
fdir "^6.5.0"
3440+
picomatch "^4.0.3"
34413441

34423442
tinypool@^1.0.2:
34433443
version "1.0.2"
@@ -3684,17 +3684,17 @@ vite-plugin-dts@^4.5.4:
36843684
optionalDependencies:
36853685
fsevents "~2.3.3"
36863686

3687-
vite@^7.1.3:
3688-
version "7.1.3"
3689-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.3.tgz#8d70cb02fd6346b4bf1329a6760800538ef0faea"
3690-
integrity sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==
3687+
vite@^7.1.5:
3688+
version "7.1.5"
3689+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38"
3690+
integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==
36913691
dependencies:
36923692
esbuild "^0.25.0"
36933693
fdir "^6.5.0"
36943694
picomatch "^4.0.3"
36953695
postcss "^8.5.6"
36963696
rollup "^4.43.0"
3697-
tinyglobby "^0.2.14"
3697+
tinyglobby "^0.2.15"
36983698
optionalDependencies:
36993699
fsevents "~2.3.3"
37003700

0 commit comments

Comments
 (0)