Skip to content

Commit

Permalink
Merge pull request #238 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.14.0

Bump selenium-webdriver and @types/selenium-webdriver
  • Loading branch information
nanasess authored Oct 24, 2023
2 parents 8c1836a + efc295c commit 3b4e701
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.6.2",
"@types/selenium-webdriver": "^4.1.16",
"@types/selenium-webdriver": "^4.1.19",
"@types/semver": "^7.5.1",
"@types/yauzl": "^2.10.1",
"@vercel/ncc": "^0.38.0",
"husky": "^8.0.3",
"jest": "^27.5.1",
"jest-circus": "^29.7.0",
"prettier": "^3.0.3",
"selenium-webdriver": "^4.11.1",
"selenium-webdriver": "^4.14.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1183,10 +1183,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.16":
version "4.1.16"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.16.tgz#8438a3027c7905f516f7b2fbf85e7ded3763bc53"
integrity sha512-ETje9rr7nTrD0r/mNnIuCAF7fAZ2xKE/1WyxXZZH9N9Cy2NKJTrpEd7SCdzuIlm/1iu1gjHCVbaDwT+MuDrVZg==
"@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==
dependencies:
"@types/ws" "*"

Expand Down Expand Up @@ -3242,14 +3242,14 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"

selenium-webdriver@^4.11.1:
version "4.11.1"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.11.1.tgz#6a84f68d06199d075e6c2a5448bf08f4249b98c8"
integrity sha512-bvrnr3UZlLScErOmn8gV6cqc+1PYDHn0575CxUR2U14fMWt7OKxSy0lAThhZq4sq4d1HqP8ebz11oiHSlAQ2WA==
selenium-webdriver@^4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.14.0.tgz#d39917cd7c1bb30f753c1f668158f37d1905fafc"
integrity sha512-637rs8anqMKHbWxcBZpyG3Gcs+rBUtAUiqk0O/knUqH4Paj3MFUZrz88/pVGOLNryEVy2z92fZomT8p1ENl1gA==
dependencies:
jszip "^3.10.1"
tmp "^0.2.1"
ws ">=8.13.0"
ws ">=8.14.2"

[email protected], semver@^7.3.2, semver@^7.5.3, semver@^7.5.4:
version "7.5.4"
Expand Down Expand Up @@ -3726,10 +3726,10 @@ write-file-atomic@^4.0.2:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

ws@>=8.13.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
ws@>=8.14.2:
version "8.14.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==

ws@^7.4.6:
version "7.5.7"
Expand Down

0 comments on commit 3b4e701

Please sign in to comment.