This repository was archived by the owner on Feb 20, 2025. It is now read-only.
File tree 2 files changed +24
-7
lines changed
2 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 31
31
"@vercel/node-bridge" : " 4.0.1" ,
32
32
"consola" : " 2.15.3" ,
33
33
"execa" : " ^5.1.1" ,
34
- "fs-extra" : " 10.1 .0" ,
34
+ "fs-extra" : " 11.2 .0" ,
35
35
"jiti" : " ^1.16.0" ,
36
36
"rc9" : " ^1.2.4" ,
37
37
"replace-in-file" : " ^6.3.5" ,
44
44
"@nuxtjs/eslint-config" : " ^12.0.0" ,
45
45
"@release-it/conventional-changelog" : " ^5.1.1" ,
46
46
"@types/aws-lambda" : " ^8.10.109" ,
47
- "@types/fs-extra" : " ^9 .0.13 " ,
47
+ "@types/fs-extra" : " ^11 .0.4 " ,
48
48
"@types/glob" : " ^8.0.0" ,
49
49
"@types/node" : " ^18.11.10" ,
50
50
"@types/semver" : " ^7.3.13" ,
Original file line number Diff line number Diff line change 2219
2219
dependencies:
2220
2220
"@types/webpack" "^4"
2221
2221
2222
- "@types/fs-extra@^9 .0.13 ":
2223
- version "9 .0.13 "
2224
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9 .0.13 .tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45 "
2225
- integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA ==
2222
+ "@types/fs-extra@^11 .0.4 ":
2223
+ version "11 .0.4 "
2224
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11 .0.4 .tgz#e16a863bb8843fba8c5004362b5a73e17becca45 "
2225
+ integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ ==
2226
2226
dependencies:
2227
+ "@types/jsonfile" "*"
2227
2228
"@types/node" "*"
2228
2229
2229
2230
"@types/glob@^7.1.1":
2297
2298
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2298
2299
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
2299
2300
2301
+ "@types/jsonfile@*":
2302
+ version "6.1.4"
2303
+ resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
2304
+ integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
2305
+ dependencies:
2306
+ "@types/node" "*"
2307
+
2300
2308
2301
2309
version "3.0.2"
2302
2310
resolved "https://registry.yarnpkg.com/@types/less/-/less-3.0.2.tgz#2761d477678c8374cb9897666871662eb1d1115e"
@@ -6467,7 +6475,16 @@ from2@^2.1.0:
6467
6475
inherits "^2.0.1"
6468
6476
readable-stream "^2.0.0"
6469
6477
6470
- [email protected] , fs-extra@^10.0.0:
6478
+
6479
+ version "11.2.0"
6480
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
6481
+ integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
6482
+ dependencies:
6483
+ graceful-fs "^4.2.0"
6484
+ jsonfile "^6.0.1"
6485
+ universalify "^2.0.0"
6486
+
6487
+ fs-extra@^10.0.0:
6471
6488
version "10.1.0"
6472
6489
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
6473
6490
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
You can’t perform that action at this time.
0 commit comments