Skip to content

Commit

Permalink
chore: add chromedriver to resolutions
Browse files Browse the repository at this point in the history
Fixes an issue with changed CDN
  • Loading branch information
elycheea committed Feb 22, 2024
1 parent 79c9794 commit 0413c37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"//resolutions:http-signature": "package 'request' deprecated but still used, asks for http-signature ~1.2.0 which indirectly has vulnerabilities",
"//resolutions:minimist": "https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795 (version <=1.2.5)",
"resolutions": {
"cheerio": "1.0.0-rc.10"
"cheerio": "1.0.0-rc.10",
"chromedriver": "122.0.1"
},
"eslintConfig": {
"parser": "@babel/eslint-parser",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9232,9 +9232,9 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:*":
version: 121.0.0
resolution: "chromedriver@npm:121.0.0"
"chromedriver@npm:122.0.1":
version: 122.0.1
resolution: "chromedriver@npm:122.0.1"
dependencies:
"@testim/chrome-version": "npm:^1.1.4"
axios: "npm:^1.6.5"
Expand All @@ -9245,7 +9245,7 @@ __metadata:
tcp-port-used: "npm:^1.0.2"
bin:
chromedriver: bin/chromedriver
checksum: 2034325c85a459adb80dbe8156c9db339b28d6101183c769e4ac86d8768983cb9cb3fb8d4bc7b5953a08b4f4b384aed24443b8e7d4c2eab1e7d38f53691d9544
checksum: ceb04ff891a042a3bb05954b2489952ce93ab8c4889bfbcda9eb85d2e28a7613436edb31c9694335508a666043931c40938f257af1e9e42485cef5cbeefb6731
languageName: node
linkType: hard

Expand Down

0 comments on commit 0413c37

Please sign in to comment.