Skip to content

Commit

Permalink
Bump rimraf from 5.0.4 to 5.0.5 (#957)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent c6c5220 commit a5b3f81
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.17",
"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.17",
"rimraf": "^5.0.4",
"rimraf": "^5.0.5",
"typescript": "*"
},
"dependencies": {
Expand Down

0 comments on commit a5b3f81

Please sign in to comment.