Skip to content

Commit dcf53fa

Browse files
Update dependency fs-extra to v11
1 parent 796200e commit dcf53fa

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {},
3333
"devDependencies": {
3434
"@types/diff": "4.0.2",
35-
"@types/fs-extra": "8.1.5",
35+
"@types/fs-extra": "11.0.4",
3636
"@types/lodash": "4.17.16",
3737
"@unibeautify/beautifier-black": "0.1.2",
3838
"@unibeautify/beautifier-brittany": "0.0.1",
@@ -55,7 +55,7 @@
5555
"diff": "4.0.2",
5656
"eslint": "4.19.1",
5757
"eslint-plugin-react": "7.37.5",
58-
"fs-extra": "8.1.0",
58+
"fs-extra": "11.3.0",
5959
"get-pkg-repo": "4.2.1",
6060
"js-beautify": "1.15.4",
6161
"lodash": "4.17.21",

yarn.lock

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,18 @@
274274
resolved "https://registry.yarnpkg.com/@types/diff/-/diff-4.0.2.tgz#2e9bb89f9acc3ab0108f0f3dc4dbdcf2fff8a99c"
275275
integrity sha512-mIenTfsIe586/yzsyfql69KRnA75S8SVXQbTLpDejRrjH0QSJcpu3AUOi/Vjnt9IOsXKxPhJfGpQUNMueIU1fQ==
276276

277-
"@types/fs-extra@8.1.5":
278-
version "8.1.5"
279-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.5.tgz#33aae2962d3b3ec9219b5aca2555ee00274f5927"
280-
integrity sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==
277+
"@types/fs-extra@11.0.4":
278+
version "11.0.4"
279+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
280+
integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==
281+
dependencies:
282+
"@types/jsonfile" "*"
283+
"@types/node" "*"
284+
285+
"@types/jsonfile@*":
286+
version "6.1.4"
287+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
288+
integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
281289
dependencies:
282290
"@types/node" "*"
283291

@@ -1934,14 +1942,14 @@ foreground-child@^3.1.0:
19341942
cross-spawn "^7.0.0"
19351943
signal-exit "^4.0.1"
19361944

1937-
fs-extra@8.1.0:
1938-
version "8.1.0"
1939-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
1940-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
1945+
fs-extra@11.3.0:
1946+
version "11.3.0"
1947+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
1948+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
19411949
dependencies:
19421950
graceful-fs "^4.2.0"
1943-
jsonfile "^4.0.0"
1944-
universalify "^0.1.0"
1951+
jsonfile "^6.0.1"
1952+
universalify "^2.0.0"
19451953

19461954
fs.realpath@^1.0.0:
19471955
version "1.0.0"
@@ -3029,10 +3037,12 @@ json5@^2.1.2:
30293037
dependencies:
30303038
minimist "^1.2.5"
30313039

3032-
jsonfile@^4.0.0:
3033-
version "4.0.0"
3034-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
3035-
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
3040+
jsonfile@^6.0.1:
3041+
version "6.1.0"
3042+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
3043+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
3044+
dependencies:
3045+
universalify "^2.0.0"
30363046
optionalDependencies:
30373047
graceful-fs "^4.1.6"
30383048

@@ -5171,10 +5181,10 @@ unist-util-stringify-position@^2.0.0:
51715181
dependencies:
51725182
"@types/unist" "^2.0.2"
51735183

5174-
universalify@^0.1.0:
5175-
version "0.1.2"
5176-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
5177-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
5184+
universalify@^2.0.0:
5185+
version "2.0.1"
5186+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
5187+
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
51785188

51795189
uri-js@^4.2.2:
51805190
version "4.2.2"

0 commit comments

Comments
 (0)