Skip to content

Commit e33f513

Browse files
authored
chore: update vite version for patches (#20085)
* chore: update vite version for patches
1 parent ad9fabd commit e33f513

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"terser-webpack-plugin": "^2.3.5",
142142
"typescript": "5.3.3",
143143
"url-loader": "^2.1.0",
144-
"vite": "7.1.1",
144+
"vite": "7.1.11",
145145
"vitest": "2.1.8",
146146
"vitest-when": "0.5.0",
147147
"wait-on": "^4.0.2",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12225,10 +12225,10 @@ fd-slicer@~1.1.0:
1222512225
dependencies:
1222612226
pend "~1.2.0"
1222712227

12228-
fdir@^6.4.4, fdir@^6.4.6:
12229-
version "6.4.6"
12230-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.6.tgz#2b268c0232697063111bbf3f64810a2a741ba281"
12231-
integrity sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==
12228+
fdir@^6.5.0:
12229+
version "6.5.0"
12230+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
12231+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
1223212232

1223312233
fecha@^4.2.0:
1223412234
version "4.2.3"
@@ -21939,13 +21939,13 @@ tinyexec@^0.3.1:
2193921939
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
2194021940
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==
2194121941

21942-
tinyglobby@^0.2.14:
21943-
version "0.2.14"
21944-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
21945-
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
21942+
tinyglobby@^0.2.15:
21943+
version "0.2.15"
21944+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
21945+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
2194621946
dependencies:
21947-
fdir "^6.4.4"
21948-
picomatch "^4.0.2"
21947+
fdir "^6.5.0"
21948+
picomatch "^4.0.3"
2194921949

2195021950
tinypool@^1.0.1:
2195121951
version "1.0.2"
@@ -23111,17 +23111,17 @@ [email protected]:
2311123111
pathe "^1.1.2"
2311223112
vite "^5.0.0"
2311323113

23114-
23115-
version "7.1.1"
23116-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.1.tgz#a2c25f31742fd9f8b223d809df1ce3026e813fcf"
23117-
integrity sha512-yJ+Mp7OyV+4S+afWo+QyoL9jFWD11QFH0i5i7JypnfTcA1rmgxCbiA8WwAICDEtZ1Z1hzrVhN8R8rGTqkTY8ZQ==
23114+
23115+
version "7.1.11"
23116+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.11.tgz#4d006746112fee056df64985191e846ebfb6007e"
23117+
integrity sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==
2311823118
dependencies:
2311923119
esbuild "^0.25.0"
23120-
fdir "^6.4.6"
23120+
fdir "^6.5.0"
2312123121
picomatch "^4.0.3"
2312223122
postcss "^8.5.6"
2312323123
rollup "^4.43.0"
23124-
tinyglobby "^0.2.14"
23124+
tinyglobby "^0.2.15"
2312523125
optionalDependencies:
2312623126
fsevents "~2.3.3"
2312723127

0 commit comments

Comments
 (0)