Skip to content

Commit a39b088

Browse files
Bump fs-extra from 9.1.0 to 11.1.0 (#9278)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 11.1.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@9.1.0...11.1.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e5610d commit a39b088

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/wdio-appium-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@wdio/config": "7.26.0",
3131
"@wdio/logger": "7.26.0",
3232
"@wdio/types": "7.26.0",
33-
"fs-extra": "^10.0.0",
33+
"fs-extra": "^11.1.0",
3434
"param-case": "^3.0.0"
3535
},
3636
"peerDependencies": {

packages/wdio-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"chokidar": "^3.0.0",
4848
"cli-spinners": "^2.1.0",
4949
"ejs": "^3.0.1",
50-
"fs-extra": "^10.0.0",
50+
"fs-extra": "^11.1.0",
5151
"inquirer": "8.2.4",
5252
"lodash.flattendeep": "^4.4.0",
5353
"lodash.pickby": "^4.6.0",

packages/wdio-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/tmp": "^0.2.0",
3737
"@wdio/types": "7.26.0",
3838
"diff": "^5.0.0",
39-
"fs-extra": "^10.0.0",
39+
"fs-extra": "^11.1.0",
4040
"object-inspect": "^1.10.3",
4141
"supports-color": "8.1.1"
4242
},

packages/wdio-selenium-standalone-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@wdio/config": "7.26.0",
3434
"@wdio/logger": "7.26.0",
3535
"@wdio/types": "7.26.0",
36-
"fs-extra": "^10.0.0",
36+
"fs-extra": "^11.1.0",
3737
"selenium-standalone": "^8.0.3"
3838
},
3939
"peerDependencies": {

packages/wdio-static-server-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@wdio/logger": "7.26.0",
3434
"@wdio/types": "7.26.0",
3535
"express": "^4.14.0",
36-
"fs-extra": "^10.0.0",
36+
"fs-extra": "^11.1.0",
3737
"morgan": "^1.7.0"
3838
},
3939
"publishConfig": {

packages/webdriverio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"css-value": "^0.0.1",
7070
"devtools": "7.27.0",
7171
"devtools-protocol": "^0.0.1075693",
72-
"fs-extra": "^10.0.0",
72+
"fs-extra": "^11.1.0",
7373
"grapheme-splitter": "^1.0.2",
7474
"lodash.clonedeep": "^4.5.0",
7575
"lodash.isobject": "^3.0.2",

0 commit comments

Comments
 (0)