Skip to content

Commit 2091528

Browse files
committed
Update dependency fs-extra to v10
1 parent f50674c commit 2091528

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@babel/runtime": "^7.14.8",
17-
"fs-extra": "^8.1.0",
17+
"fs-extra": "^10.0.0",
1818
"kebab-hash": "^0.1.2",
1919
"lodash": "^4.17.21",
2020
"webpack-assets-manifest": "^5.0.6"

yarn.lock

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,15 +5120,6 @@ fs-extra@^10.0.0:
51205120
jsonfile "^6.0.1"
51215121
universalify "^2.0.0"
51225122

5123-
fs-extra@^8.1.0:
5124-
version "8.1.0"
5125-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
5126-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
5127-
dependencies:
5128-
graceful-fs "^4.2.0"
5129-
jsonfile "^4.0.0"
5130-
universalify "^0.1.0"
5131-
51325123
fs-monkey@1.0.3:
51335124
version "1.0.3"
51345125
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3"
@@ -7245,13 +7236,6 @@ json5@^2.1.2:
72457236
dependencies:
72467237
minimist "^1.2.5"
72477238

7248-
jsonfile@^4.0.0:
7249-
version "4.0.0"
7250-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
7251-
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
7252-
optionalDependencies:
7253-
graceful-fs "^4.1.6"
7254-
72557239
jsonfile@^6.0.1:
72567240
version "6.1.0"
72577241
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
@@ -10849,7 +10833,7 @@ unist-util-visit@^2.0.0, unist-util-visit@^2.0.2:
1084910833
unist-util-is "^4.0.0"
1085010834
unist-util-visit-parents "^3.0.0"
1085110835

10852-
universalify@^0.1.0, universalify@^0.1.2:
10836+
universalify@^0.1.2:
1085310837
version "0.1.2"
1085410838
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
1085510839
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

0 commit comments

Comments
 (0)