Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump chromedriver from 132.0.1 to 132.0.2 #3045

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^6.21.0",
"@yarnpkg/types": "^4.0.0",
"chromedriver": "^132.0.1",
"chromedriver": "^132.0.2",
"depcheck": "^1.4.7",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10628,9 +10628,9 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:^132.0.1":
version: 132.0.1
resolution: "chromedriver@npm:132.0.1"
"chromedriver@npm:^132.0.2":
version: 132.0.2
resolution: "chromedriver@npm:132.0.2"
dependencies:
"@testim/chrome-version": "npm:^1.1.4"
axios: "npm:^1.7.4"
Expand All @@ -10641,7 +10641,7 @@ __metadata:
tcp-port-used: "npm:^1.0.2"
bin:
chromedriver: bin/chromedriver
checksum: 10/c82774ccbf8b0ad73f2b6b7206befe029f109a058e74904a0ad82731b34ffa05ece91fa098197272edbcb4a98b7da9adbdcff48734566dc2dc01daf4e1d4371c
checksum: 10/f375a49278998686b1d722f95e29c9d27ff62c9d4cd2a94ad945ccc19817a14a6a970af2604511c2c93e92b4d8b0e0e7e700c761782f16373c4d2b5f923a08f3
languageName: node
linkType: hard

Expand Down Expand Up @@ -20493,7 +20493,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
"@typescript-eslint/parser": "npm:^6.21.0"
"@yarnpkg/types": "npm:^4.0.0"
chromedriver: "npm:^132.0.1"
chromedriver: "npm:^132.0.2"
depcheck: "npm:^1.4.7"
eslint: "npm:^8.27.0"
eslint-config-prettier: "npm:^8.5.0"
Expand Down
Loading