From 6c63302d62a4788bc6752995d54f028c8276b90c Mon Sep 17 00:00:00 2001 From: Jocelyn Castellano Date: Mon, 20 Nov 2023 11:01:00 -0800 Subject: [PATCH] Update chromedriver to v119 so that it is compatible with the chrome version in CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45328dd19..56f5eb18f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-transform-builtin-extend": "1.1.2", "base64-loader": "^1.0.0", - "chromedriver": "^114.0.2", + "chromedriver": "^119.0.1", "cli-progress": "^3.12.0", "colors": "^1.4.0", "copy-webpack-plugin": "^11.0.0",