Skip to content

Commit 3bbcf19

Browse files
authored
Merge pull request #458 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 a1e7fbd + 0170629 commit 3bbcf19

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
@@ -3433,13 +3433,13 @@ tinyexec@^0.3.2:
34333433
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
34343434
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
34353435

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

34443444
tinypool@^1.0.2:
34453445
version "1.0.2"
@@ -3689,17 +3689,17 @@ vite-plugin-dts@^4.5.4:
36893689
optionalDependencies:
36903690
fsevents "~2.3.3"
36913691

3692-
vite@^7.1.3:
3693-
version "7.1.3"
3694-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.3.tgz#8d70cb02fd6346b4bf1329a6760800538ef0faea"
3695-
integrity sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==
3692+
vite@^7.1.5:
3693+
version "7.1.5"
3694+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38"
3695+
integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==
36963696
dependencies:
36973697
esbuild "^0.25.0"
36983698
fdir "^6.5.0"
36993699
picomatch "^4.0.3"
37003700
postcss "^8.5.6"
37013701
rollup "^4.43.0"
3702-
tinyglobby "^0.2.14"
3702+
tinyglobby "^0.2.15"
37033703
optionalDependencies:
37043704
fsevents "~2.3.3"
37053705

0 commit comments

Comments
 (0)