Skip to content

Commit

Permalink
chore(deps): update dependency mocha to v10.8.2 (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent b95b227 commit 47d858b
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.

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

2 changes: 1 addition & 1 deletion frontend/tips/1-upload-a-file/code/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "A project to showcase uploading a file using official WebdriverJs",
"devDependencies": {
"mocha": "10.8.1"
"mocha": "10.8.2"
},
"license": "MIT",
"name": "upload-a-file",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "A project to showcase downloading a file using official WebdriverJs",
"devDependencies": {
"mocha": "10.8.1"
"mocha": "10.8.2"
},
"license": "MIT",
"name": "download-a-file",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "A project to showcase working with frames using official WebdriverJs",
"devDependencies": {
"mocha": "10.8.1"
"mocha": "10.8.2"
},
"license": "MIT",
"name": "download-a-file",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "A project to showcase working with multiple windows using official WebdriverJs",
"devDependencies": {
"mocha": "10.8.1"
"mocha": "10.8.2"
},
"license": "MIT",
"name": "download-a-file",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "A project to showcase working with multiple windows using official WebdriverJs",
"devDependencies": {
"mocha": "10.8.1"
"mocha": "10.8.2"
},
"license": "MIT",
"name": "select-from-a-dropdown",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "A project to showcase opening a new tab or window using the official WebdriverJs",
"devDependencies": {
"mocha": "10.8.1"
"mocha": "10.8.2"
},
"license": "MIT",
"name": "open-new-window",
Expand Down

0 comments on commit 47d858b

Please sign in to comment.