Skip to content

Commit f3e3185

Browse files
fix(deps): update dependency fs-extra to v9 (#386)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0517b49 commit f3e3185

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
"dependencies": {
70-
"fs-extra": "8.1.0",
70+
"fs-extra": "9.0.0",
7171
"lodash": "4.17.15"
7272
},
7373
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,16 +1892,7 @@ fromentries@^1.2.0:
18921892
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.2.0.tgz#e6aa06f240d6267f913cea422075ef88b63e7897"
18931893
integrity sha512-33X7H/wdfO99GdRLLgkjUrD4geAFdq/Uv0kl3HD4da6HDixd2GUg8Mw7dahLCV9r/EARkmtYBB6Tch4EEokFTQ==
18941894

1895-
fs-extra@8.1.0:
1896-
version "8.1.0"
1897-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
1898-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
1899-
dependencies:
1900-
graceful-fs "^4.2.0"
1901-
jsonfile "^4.0.0"
1902-
universalify "^0.1.0"
1903-
1904-
fs-extra@^9.0.0:
1895+
fs-extra@9.0.0, fs-extra@^9.0.0:
19051896
version "9.0.0"
19061897
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
19071898
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
@@ -2728,13 +2719,6 @@ json5@^2.1.0:
27282719
dependencies:
27292720
minimist "^1.2.0"
27302721

2731-
jsonfile@^4.0.0:
2732-
version "4.0.0"
2733-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
2734-
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
2735-
optionalDependencies:
2736-
graceful-fs "^4.1.6"
2737-
27382722
jsonfile@^6.0.1:
27392723
version "6.0.1"
27402724
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
@@ -5409,11 +5393,6 @@ universal-user-agent@^5.0.0:
54095393
dependencies:
54105394
os-name "^3.1.0"
54115395

5412-
universalify@^0.1.0:
5413-
version "0.1.2"
5414-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
5415-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
5416-
54175396
universalify@^1.0.0:
54185397
version "1.0.0"
54195398
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"

0 commit comments

Comments
 (0)