Skip to content

Commit 3bdc3c5

Browse files
build(deps-dev): bump vite from 7.1.4 to 7.1.5 in /website
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.4 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 bda3d92 commit 3bdc3c5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"tailwindcss": "^4.1.13",
4747
"typescript": "~5.9.2",
4848
"typescript-eslint": "^8.43.0",
49-
"vite": "^7.1.4"
49+
"vite": "^7.1.5"
5050
}
5151
}

website/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ fastq@^1.6.0:
13621362
dependencies:
13631363
reusify "^1.0.4"
13641364

1365-
fdir@^6.4.4, fdir@^6.5.0:
1365+
fdir@^6.5.0:
13661366
version "6.5.0"
13671367
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
13681368
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
@@ -1858,7 +1858,7 @@ picomatch@^2.3.1:
18581858
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
18591859
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
18601860

1861-
picomatch@^4.0.2, picomatch@^4.0.3:
1861+
picomatch@^4.0.3:
18621862
version "4.0.3"
18631863
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
18641864
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
@@ -2197,13 +2197,13 @@ throttle-debounce@^3.0.1:
21972197
resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-3.0.1.tgz#32f94d84dfa894f786c9a1f290e7a645b6a19abb"
21982198
integrity sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==
21992199

2200-
tinyglobby@^0.2.14:
2201-
version "0.2.14"
2202-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
2203-
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
2200+
tinyglobby@^0.2.15:
2201+
version "0.2.15"
2202+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
2203+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
22042204
dependencies:
2205-
fdir "^6.4.4"
2206-
picomatch "^4.0.2"
2205+
fdir "^6.5.0"
2206+
picomatch "^4.0.3"
22072207

22082208
to-regex-range@^5.0.1:
22092209
version "5.0.1"
@@ -2274,17 +2274,17 @@ uri-js@^4.2.2:
22742274
dependencies:
22752275
punycode "^2.1.0"
22762276

2277-
vite@^7.1.4:
2278-
version "7.1.4"
2279-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.4.tgz#354944affb55e1aff0157406b74e0d0a3232df9a"
2280-
integrity sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==
2277+
vite@^7.1.5:
2278+
version "7.1.5"
2279+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38"
2280+
integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==
22812281
dependencies:
22822282
esbuild "^0.25.0"
22832283
fdir "^6.5.0"
22842284
picomatch "^4.0.3"
22852285
postcss "^8.5.6"
22862286
rollup "^4.43.0"
2287-
tinyglobby "^0.2.14"
2287+
tinyglobby "^0.2.15"
22882288
optionalDependencies:
22892289
fsevents "~2.3.3"
22902290

0 commit comments

Comments
 (0)