Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 7ccdb14

Browse files
authored
Merge pull request #504 from alankrantas/dependabot/npm_and_yarn/npm_and_yarn-f5c1666f0c
2 parents 855dfdd + e165753 commit 7ccdb14

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"svelte-check": "^4.3.1",
3939
"svelte-preprocess": "^6.0.3",
4040
"typescript": "^5.9.2",
41-
"vite": "^7.1.4",
41+
"vite": "^7.1.5",
4242
"yarn-upgrade-all": "^0.7.5"
4343
},
4444
"type": "module",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ events@^3.3.0:
508508
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
509509
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
510510

511-
fdir@^6.2.0, fdir@^6.4.4, fdir@^6.5.0:
511+
fdir@^6.2.0, fdir@^6.5.0:
512512
version "6.5.0"
513513
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
514514
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
@@ -819,13 +819,13 @@ tempy@^3.1.0:
819819
type-fest "^2.12.2"
820820
unique-string "^3.0.0"
821821

822-
tinyglobby@^0.2.14:
823-
version "0.2.14"
824-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
825-
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
822+
tinyglobby@^0.2.15:
823+
version "0.2.15"
824+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
825+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
826826
dependencies:
827-
fdir "^6.4.4"
828-
picomatch "^4.0.2"
827+
fdir "^6.5.0"
828+
picomatch "^4.0.3"
829829

830830
token-types@^5.0.1:
831831
version "5.0.1"
@@ -862,17 +862,17 @@ unique-string@^3.0.0:
862862
dependencies:
863863
crypto-random-string "^4.0.0"
864864

865-
vite@^7.1.4:
866-
version "7.1.4"
867-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.4.tgz#354944affb55e1aff0157406b74e0d0a3232df9a"
868-
integrity sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==
865+
vite@^7.1.5:
866+
version "7.1.5"
867+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38"
868+
integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==
869869
dependencies:
870870
esbuild "^0.25.0"
871871
fdir "^6.5.0"
872872
picomatch "^4.0.3"
873873
postcss "^8.5.6"
874874
rollup "^4.43.0"
875-
tinyglobby "^0.2.14"
875+
tinyglobby "^0.2.15"
876876
optionalDependencies:
877877
fsevents "~2.3.3"
878878

0 commit comments

Comments
 (0)