Skip to content

Commit

Permalink
Merge pull request #258 from nanasess/dependabot/npm_and_yarn/seleniu…
Browse files Browse the repository at this point in the history
…m-webdriver-and-types/selenium-webdriver-4.16.0

Bump selenium-webdriver and @types/selenium-webdriver
  • Loading branch information
nanasess authored Dec 24, 2023
2 parents 480d644 + cdea29b commit 3a7ee42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^20.10.0",
"@types/selenium-webdriver": "^4.1.19",
"@types/selenium-webdriver": "^4.1.21",
"@types/semver": "^7.5.4",
"@types/yauzl": "^2.10.3",
"@vercel/ncc": "^0.38.1",
"husky": "^8.0.3",
"jest": "^27.5.1",
"jest-circus": "^29.7.0",
"prettier": "^3.1.0",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.16.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1185,10 +1185,10 @@
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17"
integrity sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==

"@types/selenium-webdriver@^4.1.19":
version "4.1.19"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.19.tgz#3a312368e00e263ab44dd2a12a832521b6f62837"
integrity sha512-9/vdyC3KeFQ7/vtt0H5RR0fnlrtc4dF9ssRBnh+yerua9O2Sst4nuPL4eHyKlR1/ZVV/5XPMLaJuVgv+7CDCAw==
"@types/selenium-webdriver@^4.1.21":
version "4.1.21"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.21.tgz#79fe31faf9953a4143c3e32944d98d5146bbe185"
integrity sha512-QGURnImvxYlIQz5DVhvHdqpYNLBjhJ2Vm+cnQI2G9QZzkWlZm0LkLcvDcHp+qE6N2KBz4CeuvXgPO7W3XQ0Tyw==
dependencies:
"@types/ws" "*"

Expand Down Expand Up @@ -3244,10 +3244,10 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"

selenium-webdriver@^4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.15.0.tgz#ee827f8993864dc0821df0d3b46d4f312d6f1aa3"
integrity sha512-BNG1bq+KWiBGHcJ/wULi0eKY0yaDqFIbEmtbsYJmfaEghdCkXBsx1akgOorhNwjBipOr0uwpvNXqT6/nzl+zjg==
selenium-webdriver@^4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.16.0.tgz#2f1a2426d876aa389d1c937b00f034c2c7808360"
integrity sha512-IbqpRpfGE7JDGgXHJeWuCqT/tUqnLvZ14csSwt+S8o4nJo3RtQoE9VR4jB47tP/A8ArkYsh/THuMY6kyRP6kuA==
dependencies:
jszip "^3.10.1"
tmp "^0.2.1"
Expand Down

0 comments on commit 3a7ee42

Please sign in to comment.