This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new a423170836 Update Chromedriver Versions (#7950)
a423170836 is described below

commit a42317083687a1e8bac4cdb20bc7d4f3c500651a
Author: asf-ci-trafficcontrol 
<[email protected]>
AuthorDate: Mon Feb 26 12:03:05 2024 -0500

    Update Chromedriver Versions (#7950)
    
    Update chromedriver
---
 experimental/traffic-portal/package-lock.json     |  8 ++++----
 experimental/traffic-portal/package.json          |  2 +-
 traffic_portal/test/integration/package-lock.json | 14 +++++++-------
 traffic_portal/test/integration/package.json      |  2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/experimental/traffic-portal/package-lock.json 
b/experimental/traffic-portal/package-lock.json
index e3421cd8c6..e96ba1858f 100644
--- a/experimental/traffic-portal/package-lock.json
+++ b/experimental/traffic-portal/package-lock.json
@@ -55,7 +55,7 @@
         "@typescript-eslint/eslint-plugin": "^5.59.2",
         "@typescript-eslint/parser": "^5.59.2",
         "axios": "^0.27.2",
-        "chromedriver": "^122.0.2",
+        "chromedriver": "^122.0.3",
         "codelyzer": "^6.0.0",
         "cypress": "^13.6.2",
         "eslint": "^8.39.0",
@@ -9746,9 +9746,9 @@
       }
     },
     "node_modules/chromedriver": {
-      "version": "122.0.2",
-      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.2.tgz";,
-      "integrity": 
"sha512-jQbGusVOWwCeKZmJjWhED9upOZocztQyWhKWzzi1wRvFsd8Zn+nolgz8Xuyga24yC/SFbjaIedmwVYuIHjspaA==",
+      "version": "122.0.3",
+      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz";,
+      "integrity": 
"sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
diff --git a/experimental/traffic-portal/package.json 
b/experimental/traffic-portal/package.json
index a5979fd7a4..611a05505c 100644
--- a/experimental/traffic-portal/package.json
+++ b/experimental/traffic-portal/package.json
@@ -96,7 +96,7 @@
     "@typescript-eslint/eslint-plugin": "^5.59.2",
     "@typescript-eslint/parser": "^5.59.2",
     "axios": "^0.27.2",
-    "chromedriver": "^122.0.2",
+    "chromedriver": "^122.0.3",
     "codelyzer": "^6.0.0",
     "cypress": "^13.6.2",
     "eslint": "^8.39.0",
diff --git a/traffic_portal/test/integration/package-lock.json 
b/traffic_portal/test/integration/package-lock.json
index 15d26202a4..e1c6cbe164 100644
--- a/traffic_portal/test/integration/package-lock.json
+++ b/traffic_portal/test/integration/package-lock.json
@@ -30,7 +30,7 @@
         "@types/fs-extra": "^9.0.9",
         "@types/jasmine": "^3.4.6",
         "@types/node": "^16",
-        "chromedriver": "^122.0.2",
+        "chromedriver": "^122.0.3",
         "jasmine": "^3.5.0",
         "typescript": "^3.6.4"
       },
@@ -354,9 +354,9 @@
       }
     },
     "node_modules/chromedriver": {
-      "version": "122.0.2",
-      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.2.tgz";,
-      "integrity": 
"sha512-jQbGusVOWwCeKZmJjWhED9upOZocztQyWhKWzzi1wRvFsd8Zn+nolgz8Xuyga24yC/SFbjaIedmwVYuIHjspaA==",
+      "version": "122.0.3",
+      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz";,
+      "integrity": 
"sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
@@ -3022,9 +3022,9 @@
       }
     },
     "chromedriver": {
-      "version": "122.0.2",
-      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.2.tgz";,
-      "integrity": 
"sha512-jQbGusVOWwCeKZmJjWhED9upOZocztQyWhKWzzi1wRvFsd8Zn+nolgz8Xuyga24yC/SFbjaIedmwVYuIHjspaA==",
+      "version": "122.0.3",
+      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz";,
+      "integrity": 
"sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==",
       "dev": true,
       "requires": {
         "@testim/chrome-version": "^1.1.4",
diff --git a/traffic_portal/test/integration/package.json 
b/traffic_portal/test/integration/package.json
index 9e5f095531..0eb4dec0d2 100644
--- a/traffic_portal/test/integration/package.json
+++ b/traffic_portal/test/integration/package.json
@@ -25,7 +25,7 @@
     "@types/fs-extra": "^9.0.9",
     "@types/jasmine": "^3.4.6",
     "@types/node": "^16",
-    "chromedriver": "^122.0.2",
+    "chromedriver": "^122.0.3",
     "jasmine": "^3.5.0",
     "typescript": "^3.6.4"
   },

Reply via email to