mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Bump selenium-webdriver and @types/selenium-webdriver
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) and [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver). These dependencies needed to be updated together. Updates `selenium-webdriver` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.5.0...selenium-4.6.0) Updates `@types/selenium-webdriver` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/selenium-webdriver" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ab67dea1c3
commit
3ab2cb6305
2 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
"@types/firefox-webext-browser": "^94.0.1",
|
||||
"@types/jest": "^27.5.0",
|
||||
"@types/nearley": "^2.11.2",
|
||||
"@types/selenium-webdriver": "^4.1.7",
|
||||
"@types/selenium-webdriver": "^4.1.8",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^5.41.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"jest-webextension-mock": "^3.7.22",
|
||||
"marked": "^4.2.0",
|
||||
"prettier": "^2.7.1",
|
||||
"selenium-webdriver": "^4.5.0",
|
||||
"selenium-webdriver": "^4.6.0",
|
||||
"ts-jest": "^25.5.1",
|
||||
"tslint": "^5.20.1",
|
||||
"tslint-etc": "^1.13.10",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -903,10 +903,10 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/selenium-webdriver@^4.1.7":
|
||||
version "4.1.7"
|
||||
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.7.tgz#0e2b9689e59f698c1f6b175a4211bc065d195469"
|
||||
integrity sha512-vrhvk4ZtbuIwxIS36pMor1BTGL5CXFDQoMcx2o7TlE6sjSnMlb95CYTuvOWysNAIJKhnVXigiD4rSLTBVgVI+Q==
|
||||
"@types/selenium-webdriver@^4.1.8":
|
||||
version "4.1.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.8.tgz#ec20feef480574c0c343b1ae179dc4f4b002155e"
|
||||
integrity sha512-k5F++V1mGDxRVxVsZauiBwIMDR9rt1LSOa+nN/1ZghSDED2L6c7EWtzo9jnJDet73LVsOyW6CtCAmZBgMNnnuQ==
|
||||
dependencies:
|
||||
"@types/ws" "*"
|
||||
|
||||
|
@ -6384,10 +6384,10 @@ saxes@^3.1.9:
|
|||
dependencies:
|
||||
xmlchars "^2.1.1"
|
||||
|
||||
selenium-webdriver@^4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.5.0.tgz#7e20d0fc038177970dad81159950c12f7411ac0d"
|
||||
integrity sha512-9mSFii+lRwcnT2KUAB1kqvx6+mMiiQHH60Y0VUtr3kxxi3oZ3CV3B8e2nuJ7T4SPb+Q6VA0swswe7rYpez07Bg==
|
||||
selenium-webdriver@^4.6.0:
|
||||
version "4.6.0"
|
||||
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.6.0.tgz#b4e27959e94618b398358b26efe2e64debb22dfd"
|
||||
integrity sha512-HIH/+J+V7l/lbSRSOwyLcpjezg9CV4DLo1pBhP9aphuMlf/PJXEDwC/A/Ht2bFc1AqQppFBGvClYcuMzyO6tRw==
|
||||
dependencies:
|
||||
jszip "^3.10.0"
|
||||
tmp "^0.2.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue