From 7c57d1be13667519b75b9095773908a6e64cbf45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:53:29 +0000 Subject: [PATCH] Bump chromedriver from 123.0.0 to 123.0.1 Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 123.0.0 to 123.0.1. - [Commits](https://github.com/giggio/node-chromedriver/compare/123.0.0...123.0.1) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 700ac8b..b12c9b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "chromedriver": "^123.0.0", + "chromedriver": "^123.0.1", "nightwatch": "^3.5.0" } }, @@ -896,9 +896,9 @@ } }, "node_modules/chromedriver": { - "version": "123.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.0.tgz", - "integrity": "sha512-OE9mpxXwbFy5LncAisqXm1aEzuLPtEMORIxyYIn9uT7N8rquJWyoip6w9Rytub3o2gnynW9+PFOTPVTldaYrtw==", + "version": "123.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.1.tgz", + "integrity": "sha512-YQUIP/zdlzDIRCZNCv6rEVDSY4RAxo/tDL0OiGPPuai+z8unRNqJr/9V6XTBypVFyDheXNalKt9QxEqdMPuLAQ==", "hasInstallScript": true, "dependencies": { "@testim/chrome-version": "^1.1.4", @@ -5107,9 +5107,9 @@ } }, "chromedriver": { - "version": "123.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.0.tgz", - "integrity": "sha512-OE9mpxXwbFy5LncAisqXm1aEzuLPtEMORIxyYIn9uT7N8rquJWyoip6w9Rytub3o2gnynW9+PFOTPVTldaYrtw==", + "version": "123.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.1.tgz", + "integrity": "sha512-YQUIP/zdlzDIRCZNCv6rEVDSY4RAxo/tDL0OiGPPuai+z8unRNqJr/9V6XTBypVFyDheXNalKt9QxEqdMPuLAQ==", "requires": { "@testim/chrome-version": "^1.1.4", "axios": "^1.6.7", diff --git a/package.json b/package.json index 58d0298..33d926c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/findy-network/e2e-test-action#readme", "dependencies": { - "chromedriver": "^123.0.0", + "chromedriver": "^123.0.1", "nightwatch": "^3.5.0" } } \ No newline at end of file