Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Also resolves dependabot alert. Related to #441.
  • Loading branch information
giggio committed Jan 12, 2024
1 parent 733e725 commit e091e33
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "120.0.1",
"version": "120.0.2",
"keywords": [
"chromedriver",
"selenium"
Expand Down Expand Up @@ -29,17 +29,17 @@
},
"dependencies": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.0",
"axios": "^1.6.5",
"compare-versions": "^6.1.0",
"extract-zip": "^2.0.1",
"https-proxy-agent": "^5.0.1",
"proxy-from-env": "^1.1.0",
"tcp-port-used": "^1.0.2"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"semver": "^7.5.4",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit e091e33

Please sign in to comment.