diff --git a/desktop/package.json b/desktop/package.json index df96b39cf..59acf6a19 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -75,7 +75,7 @@ "postcss": "^8.5.6", "postcss-load-config": "^6.0.1", "sass": "^1.83.0", - "selenium-webdriver": "^4.21.0", + "selenium-webdriver": "^4.41.0", "svelte": "^5.2.8", "svelte-check": "^4.0.0", "svelte-preprocess": "^6.0.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 9d8fae57c..e22d5fd4d 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -65,7 +65,7 @@ "@babel/helper-string-parser" "^7.27.1" "@babel/helper-validator-identifier" "^7.28.5" -"@bazel/runfiles@^6.3.1": +"@bazel/runfiles@^6.5.0": version "6.5.0" resolved "https://registry.yarnpkg.com/@bazel/runfiles/-/runfiles-6.5.0.tgz#63cf7b77b91b54873e75f7a08fabec215c6888be" integrity sha512-RzahvqTkfpY2jsDxo8YItPX+/iZ6hbiikw1YhE0bA9EKBR5Og8Pa6FHn9PO9M0zaXRVsr0GFQLKbB/0rzy9SzA== @@ -4342,15 +4342,15 @@ selecto@~1.26.3: keycon "^1.2.0" overlap-area "^1.1.0" -selenium-webdriver@^4.21.0: - version "4.38.0" - resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.38.0.tgz#a139abb8cf262c7746ef3f66a715e1d4200a494b" - integrity sha512-5/UXXFSQmn7FGQkbcpAqvfhzflUdMWtT7QqpEgkFD6Q6rDucxB5EUfzgjmr6JbUj30QodcW3mDXehzoeS/Vy5w== +selenium-webdriver@^4.41.0: + version "4.41.0" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.41.0.tgz#53b4e459462c4df64a99d5aedd15d4520a7c9977" + integrity sha512-1XxuKVhr9az24xwixPBEDGSZP+P0z3ZOnCmr9Oiep0MlJN2Mk+flIjD3iBS9BgyjS4g14dikMqnrYUPIjhQBhA== dependencies: - "@bazel/runfiles" "^6.3.1" + "@bazel/runfiles" "^6.5.0" jszip "^3.10.1" tmp "^0.2.5" - ws "^8.18.3" + ws "^8.19.0" semver@^7.5.3: version "7.7.3" @@ -5141,10 +5141,10 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@^8.18.0, ws@^8.18.3: - version "8.18.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472" - integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== +ws@^8.18.0, ws@^8.19.0: + version "8.19.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.19.0.tgz#ddc2bdfa5b9ad860204f5a72a4863a8895fd8c8b" + integrity sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg== xml-name-validator@^5.0.0: version "5.0.0"