Skip to content

Commit

Permalink
chore: fix global install lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Sep 3, 2024
1 parent ae4c0ae commit ccac61d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "127.0.3"
chromedriver "128.0.1"
events-async "^1.2.1"
execa "^8.0.0"
fkill "^9.0.0"
Expand Down Expand Up @@ -640,10 +640,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@127.0.3:
version "127.0.3"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.3.tgz#33abca5924eb809e0e6ef2dd30eaa8cf7dba58d4"
integrity sha512-trUHkFt0n7jGzNOgkO1srOJfz50kKyAGJ016PyV0hrtyKNIGnOC9r3Jlssz19UoEjSzI/1g2shEiIFtDbBYVaw==
chromedriver@128.0.1:
version "128.0.1"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-128.0.1.tgz#971fb267cc6893a712808cea6c977473ba167145"
integrity sha512-UmWqZXXAyuRa37pE+lnU46vJcCM/y0ddF015LHxycEOYfuqsK7k9ZxJuXCQNWbws9e7FAMQj/GJZT92WPgis0g==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.7.4"
Expand Down

0 comments on commit ccac61d

Please sign in to comment.