Skip to content

Commit

Permalink
Bump fs-extra from 9.1.0 to 11.1.0 (#9278)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Dec 1, 2022
1 parent 4e5610d commit a39b088
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/wdio-appium-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@wdio/config": "7.26.0",
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"param-case": "^3.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chokidar": "^3.0.0",
"cli-spinners": "^2.1.0",
"ejs": "^3.0.1",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"inquirer": "8.2.4",
"lodash.flattendeep": "^4.4.0",
"lodash.pickby": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/tmp": "^0.2.0",
"@wdio/types": "7.26.0",
"diff": "^5.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"object-inspect": "^1.10.3",
"supports-color": "8.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-selenium-standalone-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@wdio/config": "7.26.0",
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"selenium-standalone": "^8.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-static-server-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@wdio/logger": "7.26.0",
"@wdio/types": "7.26.0",
"express": "^4.14.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"morgan": "^1.7.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"css-value": "^0.0.1",
"devtools": "7.27.0",
"devtools-protocol": "^0.0.1075693",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"grapheme-splitter": "^1.0.2",
"lodash.clonedeep": "^4.5.0",
"lodash.isobject": "^3.0.2",
Expand Down

0 comments on commit a39b088

Please sign in to comment.