From 82d4037ee4185d3ee9e7f485df5fef813f75a70c Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 22 Dec 2024 14:56:19 +0100 Subject: [PATCH] webdriver 4.28 --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e8f53a76..35b943d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "lodash.merge": "4.6.2", "lodash.pick": "4.4.0", "lodash.set": "4.3.2", - "selenium-webdriver": "4.26.0", + "selenium-webdriver": "4.27.0", "usb-power-profiling": "1.5.0", "yargs": "17.7.2" }, @@ -6029,9 +6029,19 @@ "optional": true }, "node_modules/selenium-webdriver": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.26.0.tgz", - "integrity": "sha512-nA7jMRIPV17mJmAiTDBWN96Sy0Uxrz5CCLb7bLVV6PpL417SyBMPc2Zo/uoREc2EOHlzHwHwAlFtgmSngSY4WQ==", + "version": "4.27.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz", + "integrity": "sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/SeleniumHQ" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/selenium" + } + ], "dependencies": { "@bazel/runfiles": "^6.3.1", "jszip": "^3.10.1", @@ -11676,9 +11686,9 @@ "optional": true }, "selenium-webdriver": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.26.0.tgz", - "integrity": "sha512-nA7jMRIPV17mJmAiTDBWN96Sy0Uxrz5CCLb7bLVV6PpL417SyBMPc2Zo/uoREc2EOHlzHwHwAlFtgmSngSY4WQ==", + "version": "4.27.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz", + "integrity": "sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==", "requires": { "@bazel/runfiles": "^6.3.1", "jszip": "^3.10.1", diff --git a/package.json b/package.json index e8fd8d06f..ef4ac29f5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lodash.merge": "4.6.2", "lodash.pick": "4.4.0", "lodash.set": "4.3.2", - "selenium-webdriver": "4.26.0", + "selenium-webdriver": "4.27.0", "usb-power-profiling": "1.5.0", "yargs": "17.7.2" },