Skip to content

Commit feb3857

Browse files
committed
chore: bump fs-extra version
1 parent ab90d50 commit feb3857

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"extract-text-webpack-plugin": "^3.0.2",
3838
"file-loader": "^1.1.11",
3939
"friendly-errors-webpack-plugin": "^1.6.1",
40-
"fs-extra": "^5.0.0",
40+
"fs-extra": "^6.0.0",
4141
"get-value": "^3.0.1",
4242
"globby": "^8.0.1",
4343
"html-webpack-plugin": "^3.2.0",

packages/@vue/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"download-git-repo": "^1.0.2",
3636
"ejs": "^2.5.7",
3737
"execa": "^0.8.0",
38-
"fs-extra": "^5.0.0",
38+
"fs-extra": "^6.0.0",
3939
"globby": "^8.0.1",
4040
"import-global": "^0.1.0",
4141
"inquirer": "^4.0.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,9 +4324,9 @@ [email protected], fs-extra@^4.0.1, fs-extra@^4.0.2:
43244324
jsonfile "^4.0.0"
43254325
universalify "^0.1.0"
43264326

4327-
fs-extra@^5.0.0:
4328-
version "5.0.0"
4329-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
4327+
fs-extra@^6.0.0:
4328+
version "6.0.0"
4329+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
43304330
dependencies:
43314331
graceful-fs "^4.1.2"
43324332
jsonfile "^4.0.0"

0 commit comments

Comments
 (0)