mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Bump geckodriver from 3.0.2 to 3.1.0
Bumps [geckodriver](https://github.com/vladikoff/node-geckodriver) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/vladikoff/node-geckodriver/releases) - [Commits](https://github.com/vladikoff/node-geckodriver/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: geckodriver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2437fc1473
commit
8444b28e82
2 changed files with 10 additions and 10 deletions
|
@ -42,7 +42,7 @@
|
|||
"eslint-plugin-jsdoc": "^39.3.6",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"eslint-plugin-sonarjs": "^0.15.0",
|
||||
"geckodriver": "^3.0.2",
|
||||
"geckodriver": "^3.1.0",
|
||||
"jasmine-fail-fast": "^2.0.1",
|
||||
"jest": "^25.5.4",
|
||||
"jest-webextension-mock": "^3.7.22",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -3259,15 +3259,15 @@ fx-runner@1.3.0:
|
|||
which "1.2.4"
|
||||
winreg "0.0.12"
|
||||
|
||||
geckodriver@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.2.tgz#6bd69166a24859c5edbc6ece9868339378b6c97b"
|
||||
integrity sha512-GHOQzQnTeZOJdcdEXLuzmcRwkbHuei1VivXkn2BLyleKiT6lTvl0T7vm+d0wvr/EZC7jr0m1u1pBHSfqtuFuNQ==
|
||||
geckodriver@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.1.0.tgz#8f9b6eb363f2b591dced72a036bb3c404f803d80"
|
||||
integrity sha512-DjTHi3/E4heJF2aD2J+R8TYMjhjrOQh+AF77VsFgVRh7Jfq4d+nOoAu1rFm4MvJ1HPVpz+eE8d1NmB8qu+SylA==
|
||||
dependencies:
|
||||
adm-zip "0.5.9"
|
||||
bluebird "3.7.2"
|
||||
got "11.8.5"
|
||||
https-proxy-agent "5.0.0"
|
||||
https-proxy-agent "5.0.1"
|
||||
tar "6.1.11"
|
||||
|
||||
gensync@^1.0.0-beta.1:
|
||||
|
@ -3659,10 +3659,10 @@ http2-wrapper@^2.1.10:
|
|||
quick-lru "^5.1.1"
|
||||
resolve-alpn "^1.2.0"
|
||||
|
||||
https-proxy-agent@5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
|
||||
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
|
||||
https-proxy-agent@5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
|
||||
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
|
||||
dependencies:
|
||||
agent-base "6"
|
||||
debug "4"
|
||||
|
|
Loading…
Add table
Reference in a new issue