Skip to content

Commit 4081154

Browse files
authored
Upgrade chromedriver to fix bootstrapping errors (#5926)
Bumps chromdriver dependency causing errors during bootstrap due to URL change. Issues Resolved: #5925 Signed-off-by: Derek Ho <[email protected]>
1 parent 352d304 commit 4081154

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
100100
- Add @SuZhou-Joe as a maintainer ([#5594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5594))
101101
- Move @seanneumann to emeritus maintainer ([#5634](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5634))
102102
- Remove `ui-select` dev dependency ([#5660](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5660))
103+
- Bump `chromedriver` dependency to `121.0.1"` ([#5926](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5926))
103104

104105
### 🪛 Refactoring
105106

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"chai": "3.5.0",
358358
"chance": "1.0.18",
359359
"cheerio": "1.0.0-rc.1",
360-
"chromedriver": "^119.0.1",
360+
"chromedriver": "^121.0.1",
361361
"classnames": "2.3.1",
362362
"compare-versions": "3.5.1",
363363
"cypress": "9.5.4",

yarn.lock

+15-6
Original file line numberDiff line numberDiff line change
@@ -5164,7 +5164,7 @@ axe-core@^4.0.2, axe-core@^4.3.5:
51645164
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
51655165
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
51665166

5167-
axios@^1.6.0, axios@^1.6.1:
5167+
axios@^1.6.1:
51685168
version "1.6.1"
51695169
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
51705170
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
@@ -5173,6 +5173,15 @@ axios@^1.6.0, axios@^1.6.1:
51735173
form-data "^4.0.0"
51745174
proxy-from-env "^1.1.0"
51755175

5176+
axios@^1.6.5:
5177+
version "1.6.7"
5178+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
5179+
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
5180+
dependencies:
5181+
follow-redirects "^1.15.4"
5182+
form-data "^4.0.0"
5183+
proxy-from-env "^1.1.0"
5184+
51765185
axobject-query@^2.2.0:
51775186
version "2.2.0"
51785187
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -6053,13 +6062,13 @@ chrome-trace-event@^1.0.2:
60536062
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
60546063
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
60556064

6056-
chromedriver@^119.0.1:
6057-
version "119.0.1"
6058-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-119.0.1.tgz#064f3650790ccea055e9bfd95c600f5ea60295e9"
6059-
integrity sha512-lpCFFLaXPpvElTaUOWKdP74pFb/sJhWtWqMjn7Ju1YriWn8dT5JBk84BGXMPvZQs70WfCYWecxdMmwfIu1Mupg==
6065+
chromedriver@^121.0.1:
6066+
version "121.0.2"
6067+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-121.0.2.tgz#208909a61e9d510913107ea6faf34bcdd72cdced"
6068+
integrity sha512-58MUSCEE3oB3G3Y/Jo3URJ2Oa1VLHcVBufyYt7vNfGrABSJm7ienQLF9IQ8LPDlPVgLUXt2OBfggK3p2/SlEBg==
60606069
dependencies:
60616070
"@testim/chrome-version" "^1.1.4"
6062-
axios "^1.6.0"
6071+
axios "^1.6.5"
60636072
compare-versions "^6.1.0"
60646073
extract-zip "^2.0.1"
60656074
https-proxy-agent "^5.0.1"

0 commit comments

Comments
 (0)