From 6ec36ae1640926aad315ac3eb9a054bf203eaf05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:25:23 +0000 Subject: [PATCH] chore(deps): update dependency selenium-webdriver to v4.24.1 --- 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..31bb527b13 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.1", "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.1", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.24.1.tgz", + "integrity": "sha512-fcK5BTI/54cSqIhiVtrd9li1YL6LW109yIwuVw6V+FlVE6y4riGiX2qdZxVzHq+sm2TJyps+D2sjzXrpDZe1Og==", "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..3e51fa354b 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.1", "semantic-release": "19.0.5", "transifex": "1.6.6", "uglifyjs-webpack-plugin": "1.3.0",