pull/40/merge
Valerie 2022-05-30 19:29:24 -04:00 committed by GitHub
commit e8f45ed479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@
"@types/rimraf": "^3.0.0",
"@types/tmp": "^0.2.0",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"moo": "^0.5.1",
"nearley": "^2.20.1",

View File

@ -498,9 +498,10 @@ foreground-child@^2.0.0:
cross-spawn "^7.0.0"
signal-exit "^3.0.2"
fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"