Skip to content

Commit

Permalink
[email protected] - update chromedriver to v128
Browse files Browse the repository at this point in the history
  • Loading branch information
dandel10n committed Sep 10, 2024
1 parent 21d9e5a commit 6509308
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## v7.57.1

_September 10, 2024_

### Changed

- Update `chromedriver` to v128


## v7.57.1

June 21, 2024_
_June 21, 2024_

### Changed

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "7.57.1",
"version": "7.57.2",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}",
Expand Down Expand Up @@ -89,7 +89,7 @@
"babel-jest": "29.7.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.3",
"chromedriver": "126.0.2",
"chromedriver": "128.0.1",
"core-js": "3.36.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10603,7 +10603,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.6.8, axios@npm:^1.6.7":
"axios@npm:1.6.8":
version: 1.6.8
resolution: "axios@npm:1.6.8"
dependencies:
Expand All @@ -10623,6 +10623,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.4":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe
languageName: node
linkType: hard

"babel-code-frame@npm:^6.26.0":
version: 6.26.0
resolution: "babel-code-frame@npm:6.26.0"
Expand Down Expand Up @@ -12308,20 +12319,20 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:126.0.2":
version: 126.0.2
resolution: "chromedriver@npm:126.0.2"
"chromedriver@npm:128.0.1":
version: 128.0.1
resolution: "chromedriver@npm:128.0.1"
dependencies:
"@testim/chrome-version": ^1.1.4
axios: ^1.6.7
axios: ^1.7.4
compare-versions: ^6.1.0
extract-zip: ^2.0.1
proxy-agent: ^6.4.0
proxy-from-env: ^1.1.0
tcp-port-used: ^1.0.2
bin:
chromedriver: bin/chromedriver
checksum: e364a29dda69eee2c34436d465c92c2632a7cc2f33f4fdcb1d88b56d8af678e492d6a6f7a8061f7b1a2821c334edba3414945cb4226ec0000cc9ef361e8711f3
checksum: a6a4ecaae204d748632cfb4d19071ebeef0303019b1acf6fd9a8e844ed597b96b7b93dafbdeb4215a6b073bb1628be084635d0559e6912d09cfe688b644418a0
languageName: node
linkType: hard

Expand Down Expand Up @@ -29666,7 +29677,7 @@ __metadata:
babel-jest: 29.7.0
babel-loader: 8.1.0
bundlewatch: 0.3.3
chromedriver: 126.0.2
chromedriver: 128.0.1
core-js: 3.36.1
cross-env: 7.0.2
css-loader: 1.0.1
Expand Down

0 comments on commit 6509308

Please sign in to comment.