Skip to content

Commit

Permalink
Bump rimraf from 5.0.4 to 5.0.5
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.4 to 5.0.5.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.4...v5.0.5)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 55a63b1 commit 5124992
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion locators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^18.17.15",
"@types/selenium-webdriver": "^4.1.16",
"monaco-page-objects": "file:../page-objects",
"rimraf": "^5.0.4",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/node": "^18.17.15",
"@types/unzipper": "^0.10.7",
"mocha": "^10.2.0",
"rimraf": "^5.0.4",
"rimraf": "^5.0.5",
"typescript": "*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion page-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.17.15",
"@types/selenium-webdriver": "^4.1.16",
"rimraf": "^5.0.4",
"rimraf": "^5.0.5",
"typescript": "*"
},
"dependencies": {
Expand Down

0 comments on commit 5124992

Please sign in to comment.