Skip to content

Commit

Permalink
fix(deps): update dependency chrome-remote-interface to ^0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent c31bb7f commit e2dda88
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bluebird": "^3.5.5",
"bluebird-retry": "^0.11.0",
"chrome-launcher": "^0.11.2",
"chrome-remote-interface": "^0.28.0",
"chrome-remote-interface": "^0.31.0",
"common-errors": "^1.0.5",
"debug": "^4.1.0",
"ms-conf": "^5.0.2",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,14 @@ chrome-remote-interface@^0.28.0:
commander "2.11.x"
ws "^6.1.0"

chrome-remote-interface@^0.31.0:
version "0.31.2"
resolved "https://registry.yarnpkg.com/chrome-remote-interface/-/chrome-remote-interface-0.31.2.tgz#97fa391420cba0dc0ee9126334246ab377f20e98"
integrity sha512-vpdJoI9cDRNAfV5oB2ulwXDltvu3Ov9PTblnV48VXcF4zUx1p4xvCLssc5AZ/WLYp4003YxJqLEi8FagPw2vTQ==
dependencies:
commander "2.11.x"
ws "^7.2.0"

ci-info@^1.5.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
Expand Down Expand Up @@ -8812,6 +8820,11 @@ ws@^6.1.0:
dependencies:
async-limiter "~1.0.0"

ws@^7.2.0:
version "7.5.7"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67"
integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==

xdg-basedir@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
Expand Down

0 comments on commit e2dda88

Please sign in to comment.