-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…2397) (#2405) * Upgrade geckodriver to 3.0.2 to partially fix CVE-2022-33987 * Revert change to package.json * Update yarn.lock Signed-off-by: CCongWang <[email protected]> Co-authored-by: Ashwin P Chandran <[email protected]> Co-authored-by: Ashwin P Chandran <[email protected]> Co-authored-by: Josh Romero <[email protected]> Co-authored-by: Cong Wang <[email protected]> (cherry picked from commit 3aacdc3)
- Loading branch information
1 parent
75b403d
commit 8912a28
Showing
1 changed file
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5365,7 +5365,7 @@ cacheable-lookup@^5.0.3: | |
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005" | ||
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA== | ||
|
||
cacheable-request@^7.0.1, cacheable-request@^7.0.2: | ||
cacheable-request@^7.0.2: | ||
version "7.0.2" | ||
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27" | ||
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew== | ||
|
@@ -8886,13 +8886,13 @@ gaze@^1.0.0: | |
globule "^1.0.0" | ||
|
||
geckodriver@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.1.tgz#ded3512f3c6ddc490139b9d5e8fd6925d41c5631" | ||
integrity sha512-cHmbNFqt4eelymsuVt7B5nh+qYGpPCltM7rd+k+CBaTvxGGr4j6STeOYahXMNdSeUbCVhqP345OuqWnvHYAz4Q== | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.2.tgz#6bd69166a24859c5edbc6ece9868339378b6c97b" | ||
integrity sha512-GHOQzQnTeZOJdcdEXLuzmcRwkbHuei1VivXkn2BLyleKiT6lTvl0T7vm+d0wvr/EZC7jr0m1u1pBHSfqtuFuNQ== | ||
dependencies: | ||
adm-zip "0.5.9" | ||
bluebird "3.7.2" | ||
got "11.8.2" | ||
got "11.8.5" | ||
https-proxy-agent "5.0.0" | ||
tar "6.1.11" | ||
|
||
|
@@ -9226,17 +9226,17 @@ globule@^1.0.0: | |
lodash "~4.17.10" | ||
minimatch "~3.0.2" | ||
|
||
[email protected].2: | ||
version "11.8.2" | ||
resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599" | ||
integrity sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ== | ||
[email protected].5: | ||
version "11.8.5" | ||
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" | ||
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ== | ||
dependencies: | ||
"@sindresorhus/is" "^4.0.0" | ||
"@szmarczak/http-timer" "^4.0.5" | ||
"@types/cacheable-request" "^6.0.1" | ||
"@types/responselike" "^1.0.0" | ||
cacheable-lookup "^5.0.3" | ||
cacheable-request "^7.0.1" | ||
cacheable-request "^7.0.2" | ||
decompress-response "^6.0.0" | ||
http2-wrapper "^1.0.0-beta.5.2" | ||
lowercase-keys "^2.0.0" | ||
|