-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump chromedriver from 117.0.3 to 119.0.1
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 117.0.3 to 119.0.1. - [Commits](giggio/node-chromedriver@117.0.3...119.0.1) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1be0d26
commit be89b3c
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3189,10 +3189,10 @@ | |
dependencies: | ||
defer-to-connect "^2.0.0" | ||
|
||
"@testim/chrome-version@^1.1.3": | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.3.tgz#fbb68696899d7b8c1b9b891eded9c04fe2cd5529" | ||
integrity sha512-g697J3WxV/Zytemz8aTuKjTGYtta9+02kva3C1xc7KXB8GdbfE1akGJIsZLyY/FSh2QrnE+fiB7vmWU3XNcb6A== | ||
"@testim/chrome-version@^1.1.4": | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.4.tgz#86e04e677cd6c05fa230dd15ac223fa72d1d7090" | ||
integrity sha512-kIhULpw9TrGYnHp/8VfdcneIcxKnLixmADtukQRtJUmsVlMg0niMkwV0xZmi8hqa57xqilIHjWFA0GKvEjVU5g== | ||
|
||
"@tootallnate/once@2": | ||
version "2.0.0" | ||
|
@@ -4593,10 +4593,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.3.tgz#2a3afc332f0031b42f602f4a3de03c211ca98f72" | ||
integrity sha512-pXnVMfJKSIWU2Ml4JHP7pZEPIrgBO1Fd3WGx+fPBsS+KRGhE4vxooD8XBGWbQOIVSZsVK7pUDBBkCicNu80yzQ== | ||
|
||
axios@^1.0.0, axios@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" | ||
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== | ||
axios@^1.0.0, axios@^1.6.0: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" | ||
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== | ||
dependencies: | ||
follow-redirects "^1.15.0" | ||
form-data "^4.0.0" | ||
|
@@ -5242,18 +5242,18 @@ chrome-launcher@^0.15.0: | |
is-wsl "^2.2.0" | ||
lighthouse-logger "^1.0.0" | ||
|
||
chromedriver@117.0.3: | ||
version "117.0.3" | ||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-117.0.3.tgz#4a14cc992d572367b99b53c772adcc4c19078e1e" | ||
integrity sha512-c2rk2eGK5zZFBJMdviUlAJfQEBuPNIKfal4+rTFVYAmrWbMPYAqPozB+rIkc1lDP/Ryw44lPiqKglrI01ILhTQ== | ||
chromedriver@119.0.1: | ||
version "119.0.1" | ||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-119.0.1.tgz#064f3650790ccea055e9bfd95c600f5ea60295e9" | ||
integrity sha512-lpCFFLaXPpvElTaUOWKdP74pFb/sJhWtWqMjn7Ju1YriWn8dT5JBk84BGXMPvZQs70WfCYWecxdMmwfIu1Mupg== | ||
dependencies: | ||
"@testim/chrome-version" "^1.1.3" | ||
axios "^1.4.0" | ||
compare-versions "^6.0.0" | ||
"@testim/chrome-version" "^1.1.4" | ||
axios "^1.6.0" | ||
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.1" | ||
tcp-port-used "^1.0.2" | ||
|
||
ci-info@^2.0.0: | ||
version "2.0.0" | ||
|
@@ -5490,7 +5490,7 @@ compare-func@^2.0.0: | |
array-ify "^1.0.0" | ||
dot-prop "^5.1.0" | ||
|
||
compare-versions@^6.0.0: | ||
compare-versions@^6.1.0: | ||
version "6.1.0" | ||
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-6.1.0.tgz#3f2131e3ae93577df111dba133e6db876ffe127a" | ||
integrity sha512-LNZQXhqUvqUTotpZ00qLSaify3b4VFD588aRr8MKFw4CMUr98ytzCW5wDH5qx/DEY5kCDXcbcRuCqL0szEf2tg== | ||
|
@@ -13659,7 +13659,7 @@ tar@^6.1.11, tar@^6.1.13, tar@^6.1.2: | |
mkdirp "^1.0.3" | ||
yallist "^4.0.0" | ||
|
||
tcp-port-used@^1.0.1: | ||
tcp-port-used@^1.0.1, tcp-port-used@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/tcp-port-used/-/tcp-port-used-1.0.2.tgz#9652b7436eb1f4cfae111c79b558a25769f6faea" | ||
integrity sha512-l7ar8lLUD3XS1V2lfoJlCBaeoaWo/2xfYt81hM7VlvR4RrMVFqfmzfhLVk40hAb368uitje5gPtBRL1m/DGvLA== | ||
|