Skip to content

Commit 879bfe2

Browse files
chore(deps-dev): bump vite from 7.1.3 to 7.1.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.3 to 7.1.7. - [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.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1569336 commit 879bfe2

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
@@ -53,6 +53,6 @@
5353
"plop": "^4.0.1",
5454
"prettier": "3.6.2",
5555
"typescript": "^5.9.2",
56-
"vite": "^7.1.3"
56+
"vite": "^7.1.10"
5757
}
5858
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4137,7 +4137,7 @@ fb-watchman@^2.0.2:
41374137
dependencies:
41384138
bser "2.1.1"
41394139

4140-
fdir@^6.4.4, fdir@^6.5.0:
4140+
fdir@^6.5.0:
41414141
version "6.5.0"
41424142
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
41434143
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
@@ -7633,13 +7633,13 @@ text-table@^0.2.0:
76337633
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
76347634
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
76357635

7636-
tinyglobby@^0.2.14:
7637-
version "0.2.14"
7638-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7639-
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
7636+
tinyglobby@^0.2.15:
7637+
version "0.2.15"
7638+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
7639+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
76407640
dependencies:
7641-
fdir "^6.4.4"
7642-
picomatch "^4.0.2"
7641+
fdir "^6.5.0"
7642+
picomatch "^4.0.3"
76437643

76447644
title-case@^3.0.3:
76457645
version "3.0.3"
@@ -8016,17 +8016,17 @@ v8flags@^4.0.1:
80168016
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-4.0.1.tgz#98fe6c4308317c5f394d85a435eb192490f7e132"
80178017
integrity sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==
80188018

8019-
vite@^7.1.3:
8020-
version "7.1.3"
8021-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.3.tgz#8d70cb02fd6346b4bf1329a6760800538ef0faea"
8022-
integrity sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==
8019+
vite@^7.1.10:
8020+
version "7.1.10"
8021+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.10.tgz#47c9970f3b0fe9057bfbcfeff8cd370edd7bd41b"
8022+
integrity sha512-CmuvUBzVJ/e3HGxhg6cYk88NGgTnBoOo7ogtfJJ0fefUWAxN/WDSUa50o+oVBxuIhO8FoEZW0j2eW7sfjs5EtA==
80238023
dependencies:
80248024
esbuild "^0.25.0"
80258025
fdir "^6.5.0"
80268026
picomatch "^4.0.3"
80278027
postcss "^8.5.6"
80288028
rollup "^4.43.0"
8029-
tinyglobby "^0.2.14"
8029+
tinyglobby "^0.2.15"
80308030
optionalDependencies:
80318031
fsevents "~2.3.3"
80328032

0 commit comments

Comments
 (0)