Skip to content

Commit

Permalink
chore: remove from resolutions
Browse files Browse the repository at this point in the history
Keep latest chromedriver in yarn.lock
  • Loading branch information
elycheea committed Feb 22, 2024
1 parent 0413c37 commit 828fd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
"//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",
"chromedriver": "122.0.1"
"cheerio": "1.0.0-rc.10"
},
"eslintConfig": {
"parser": "@babel/eslint-parser",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9232,7 +9232,7 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:122.0.1":
"chromedriver@npm:*":
version: 122.0.1
resolution: "chromedriver@npm:122.0.1"
dependencies:
Expand Down

0 comments on commit 828fd7d

Please sign in to comment.