Skip to content

Commit 0fb2138

Browse files
renovate[bot]dherges
authored andcommitted
fix: update fs-extra to version ^7.0.0 (#1003)
1 parent aaf517e commit 0fb2138

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean-css": "^4.1.11",
3636
"commander": "^2.12.0",
3737
"cpx": "^1.5.0",
38-
"fs-extra": "^6.0.0",
38+
"fs-extra": "^7.0.0",
3939
"glob": "^7.1.2",
4040
"injection-js": "^2.2.1",
4141
"less": "^3.0.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1725,9 +1725,9 @@ fs-extra@^4.0.2:
17251725
jsonfile "^4.0.0"
17261726
universalify "^0.1.0"
17271727

1728-
fs-extra@^6.0.0:
1729-
version "6.0.0"
1730-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
1728+
fs-extra@^7.0.0:
1729+
version "7.0.0"
1730+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6"
17311731
dependencies:
17321732
graceful-fs "^4.1.2"
17331733
jsonfile "^4.0.0"

0 commit comments

Comments
 (0)