From 65795a33433e2d58c78bde2f4582163ed7570d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:07:43 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.24.1 to 4.27.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.1 to 4.27.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.27.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d547cc48..a7358cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "rimraf": "^6.0.1", "run-parallel": "^1.2.0", "sass": "^1.80.4", - "selenium-webdriver": "^4.24.1", + "selenium-webdriver": "^4.27.0", "storybook": "^8.4.2", "vite": "^5.4.6", "watch": "^1.0.2" @@ -2078,10 +2078,11 @@ } }, "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 + "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/@blakeembrey/deque": { "version": "1.0.5", @@ -10563,12 +10564,23 @@ } }, "node_modules/selenium-webdriver": { - "version": "4.24.1", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.24.1.tgz", - "integrity": "sha512-fcK5BTI/54cSqIhiVtrd9li1YL6LW109yIwuVw6V+FlVE6y4riGiX2qdZxVzHq+sm2TJyps+D2sjzXrpDZe1Og==", + "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": "^5.8.1", + "@bazel/runfiles": "^6.3.1", "jszip": "^3.10.1", "tmp": "^0.2.3", "ws": "^8.18.0" diff --git a/package.json b/package.json index 44924696..65df258d 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "rimraf": "^6.0.1", "run-parallel": "^1.2.0", "sass": "^1.80.4", - "selenium-webdriver": "^4.24.1", + "selenium-webdriver": "^4.27.0", "storybook": "^8.4.2", "vite": "^5.4.6", "watch": "^1.0.2"