From 3af106838c15fd0b2757deaff3ecbe53b8dc1074 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:21:16 +0000 Subject: [PATCH] chore(deps): update dependency selenium-webdriver to v4.24.0 --- package-lock.json | 22 +++++++++++++++------- package.json | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c9b731ef9..06e83526d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "json": "9.0.6", "rimraf": "2.7.1", "scratch-semantic-release-config": "1.0.14", - "selenium-webdriver": "4.16.0", + "selenium-webdriver": "4.24.0", "semantic-release": "19.0.5", "transifex": "1.6.6", "uglifyjs-webpack-plugin": "1.3.0", @@ -152,6 +152,13 @@ "node": ">=4" } }, + "node_modules/@bazel/runfiles": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@bazel/runfiles/-/runfiles-5.8.1.tgz", + "integrity": "sha512-NDdfpdQ6rZlylgv++iMn5FkObC/QlBQvipinGLSOguTYpRywmieOyJ29XHvUilspwTFSILWpoE9CqMGkHXug1g==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@colors/colors": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", @@ -11924,18 +11931,19 @@ } }, "node_modules/selenium-webdriver": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.16.0.tgz", - "integrity": "sha512-IbqpRpfGE7JDGgXHJeWuCqT/tUqnLvZ14csSwt+S8o4nJo3RtQoE9VR4jB47tP/A8ArkYsh/THuMY6kyRP6kuA==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.24.0.tgz", + "integrity": "sha512-qrqoHhHPZuKLiz5VAQUxrn3ILs7/cYqn2/x96r35g5JjkLUjOS1lX+F+tEJKhRMlQ/MGJ+N1016JF5g2xZUFzw==", "dev": true, "license": "Apache-2.0", "dependencies": { + "@bazel/runfiles": "^5.8.1", "jszip": "^3.10.1", - "tmp": "^0.2.1", - "ws": ">=8.14.2" + "tmp": "^0.2.3", + "ws": "^8.18.0" }, "engines": { - "node": ">= 14.20.0" + "node": ">= 14.21.0" } }, "node_modules/selenium-webdriver/node_modules/tmp": { diff --git a/package.json b/package.json index 5ba971fe1b..26237f5c08 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "json": "9.0.6", "rimraf": "2.7.1", "scratch-semantic-release-config": "1.0.14", - "selenium-webdriver": "4.16.0", + "selenium-webdriver": "4.24.0", "semantic-release": "19.0.5", "transifex": "1.6.6", "uglifyjs-webpack-plugin": "1.3.0",