Skip to content

Commit 06abe83

Browse files
CCongWangashwin-pcjoshuarrrr
authored
Upgrade geckodriver to 3.0.2 to partially fix CVE-2022-33987 (#2166)
* Upgrade geckodriver to 3.0.2 to partially fix CVE-2022-33987 Signed-off-by: CCongWang <wangcong@umich.edu> * Revert change to package.json * Update yarn.lock Signed-off-by: CCongWang <wangcong@umich.edu> Co-authored-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com>
1 parent 8874afd commit 06abe83

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5518,7 +5518,7 @@ cacheable-lookup@^5.0.3:
55185518
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
55195519
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
55205520

5521-
cacheable-request@^7.0.1, cacheable-request@^7.0.2:
5521+
cacheable-request@^7.0.2:
55225522
version "7.0.2"
55235523
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
55245524
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
@@ -9096,13 +9096,13 @@ gauge@~2.7.3:
90969096
wide-align "^1.1.0"
90979097

90989098
geckodriver@^3.0.1:
9099-
version "3.0.1"
9100-
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.1.tgz#ded3512f3c6ddc490139b9d5e8fd6925d41c5631"
9101-
integrity sha512-cHmbNFqt4eelymsuVt7B5nh+qYGpPCltM7rd+k+CBaTvxGGr4j6STeOYahXMNdSeUbCVhqP345OuqWnvHYAz4Q==
9099+
version "3.0.2"
9100+
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.2.tgz#6bd69166a24859c5edbc6ece9868339378b6c97b"
9101+
integrity sha512-GHOQzQnTeZOJdcdEXLuzmcRwkbHuei1VivXkn2BLyleKiT6lTvl0T7vm+d0wvr/EZC7jr0m1u1pBHSfqtuFuNQ==
91029102
dependencies:
91039103
adm-zip "0.5.9"
91049104
bluebird "3.7.2"
9105-
got "11.8.2"
9105+
got "11.8.5"
91069106
https-proxy-agent "5.0.0"
91079107
tar "6.1.11"
91089108

@@ -9431,17 +9431,17 @@ globjoin@^0.1.4:
94319431
resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
94329432
integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=
94339433

9434-
got@11.8.2:
9435-
version "11.8.2"
9436-
resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599"
9437-
integrity sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==
9434+
got@11.8.5:
9435+
version "11.8.5"
9436+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
9437+
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
94389438
dependencies:
94399439
"@sindresorhus/is" "^4.0.0"
94409440
"@szmarczak/http-timer" "^4.0.5"
94419441
"@types/cacheable-request" "^6.0.1"
94429442
"@types/responselike" "^1.0.0"
94439443
cacheable-lookup "^5.0.3"
9444-
cacheable-request "^7.0.1"
9444+
cacheable-request "^7.0.2"
94459445
decompress-response "^6.0.0"
94469446
http2-wrapper "^1.0.0-beta.5.2"
94479447
lowercase-keys "^2.0.0"

0 commit comments

Comments
 (0)