From e3f65bf3c0ca5f11cf106d4b4b8c7ab2ab492125 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 06:40:01 +0000 Subject: [PATCH] chore(deps): update dependency selenium-webdriver to v4.9.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2e59618f..10dc060a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "npm-run-all": "4.1.5", "prettier": "2.8.7", "pug": "3.0.2", - "selenium-webdriver": "4.9.0", + "selenium-webdriver": "4.9.2", "through2": "4.0.2", "vinyl": "2.2.1", "webpack": "4.46.0", diff --git a/yarn.lock b/yarn.lock index 6dd1b70b..75a53843 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10298,10 +10298,10 @@ select-hose@^2.0.0: resolved "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz" integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= -selenium-webdriver@4.9.0: - version "4.9.0" - resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.9.0.tgz#21a33a2ac547c5b79785e93c2d566da8f4461121" - integrity sha512-QGaPoREo7sgOVhTiAvCasoi1f4ruTaJDtp0RKNFIbfyns5smK5+iCwnRTIPXb0R3CAYdaqUXd6BHduh37DorzQ== +selenium-webdriver@4.9.2: + version "4.9.2" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.9.2.tgz#81a9f3840a5d5dfcb2681418b8592979230900ad" + integrity sha512-0gDswAgVn6qbCYckZetQQvQK9tWW1r7LaumhiqY1/Wl/7JEWG0JANsTbZKnmGc3+cUU76zAi5/p0P8LUweXlig== dependencies: jszip "^3.10.1" tmp "^0.2.1"