Skip to content

Commit 581b509

Browse files
chore(deps)(deps-dev): bump selenium-webdriver in /desktop
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.34.0 to 4.35.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.34.0...selenium-4.35.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62cb093 commit 581b509

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"dotenv": "^17.2.2",
7676
"jsdom": "^24.1.0",
7777
"sass": "1.92.1",
78-
"selenium-webdriver": "^4.34.0",
78+
"selenium-webdriver": "^4.35.0",
7979
"svelte": "^3.58.0",
8080
"svelte-check": "^3.2.0",
8181
"svelte-preprocess": "^5.0.3",

desktop/pnpm-lock.yaml

Lines changed: 25 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5177,10 +5177,10 @@ selecto@~1.26.3:
51775177
keycon "^1.2.0"
51785178
overlap-area "^1.1.0"
51795179

5180-
selenium-webdriver@^4.34.0:
5181-
version "4.34.0"
5182-
resolved "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.34.0.tgz"
5183-
integrity sha512-zGfQFcsASAv3KrYzYh+iw4fFqB7iZAgHW7BU6rRz7isK1i1X4x3LvjmZad4bUUgHDwTnAhlqTzDh21byB+zHMg==
5180+
selenium-webdriver@^4.35.0:
5181+
version "4.35.0"
5182+
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.35.0.tgz#2f769b8e0ca62817e275656a1eda5e6ea1ec4f66"
5183+
integrity sha512-Baaeiuyu7BIIsSYf0SI7Mi55gsNmdI00KM0Hcofw1RnAY+0QEVpdh5yAxueDxgTZS8vcbGZFU0NJ6Qc1riIrLg==
51845184
dependencies:
51855185
"@bazel/runfiles" "^6.3.1"
51865186
jszip "^3.10.1"
@@ -6173,12 +6173,7 @@ wrappy@1:
61736173
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
61746174
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
61756175

6176-
ws@^8.18.0:
6177-
version "8.18.2"
6178-
resolved "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz"
6179-
integrity sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==
6180-
6181-
ws@^8.18.2:
6176+
ws@^8.18.0, ws@^8.18.2:
61826177
version "8.18.3"
61836178
resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
61846179
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==

0 commit comments

Comments
 (0)