From f25c47a1c74080d583ce512ee8ff6c0924f2549f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:11:20 +0000 Subject: [PATCH] chore(deps): update dependency selenium-webdriver to v4.27.0 --- package-lock.json | 32 +++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c9b731ef9..4463f268a4 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.27.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": "6.3.1", + "resolved": "https://registry.npmjs.org/@bazel/runfiles/-/runfiles-6.3.1.tgz", + "integrity": "sha512-1uLNT5NZsUVIGS4syuHwTzZ8HycMPyr6POA3FCE4GbMtc4rhoJk8aZKtNIRthJYfL+iioppi+rTfH3olMPr9nA==", + "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,29 @@ } }, "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.27.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz", + "integrity": "sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/SeleniumHQ" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/selenium" + } + ], "license": "Apache-2.0", "dependencies": { + "@bazel/runfiles": "^6.3.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..165cca430f 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.27.0", "semantic-release": "19.0.5", "transifex": "1.6.6", "uglifyjs-webpack-plugin": "1.3.0",