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 bfc63285eb Update Chromedriver Versions (#8031)
bfc63285eb is described below

commit bfc63285eb47483e4b2356fb755b3539cc55a336
Author: asf-ci-trafficcontrol 
<[email protected]>
AuthorDate: Mon Jun 24 14:21:13 2024 -0400

    Update Chromedriver Versions (#8031)
    
    Update chromedriver
---
 traffic_portal/test/integration/package-lock.json | 14 +++++++-------
 traffic_portal/test/integration/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/traffic_portal/test/integration/package-lock.json 
b/traffic_portal/test/integration/package-lock.json
index 98ecc5d089..a9b65249ca 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": "^126.0.1",
+        "chromedriver": "^126.0.3",
         "jasmine": "^3.5.0",
         "typescript": "^4.9.5"
       },
@@ -369,9 +369,9 @@
       }
     },
     "node_modules/chromedriver": {
-      "version": "126.0.1",
-      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.1.tgz";,
-      "integrity": 
"sha512-uV4xIvpPimKmV1/Hn9oX0C57tjsBbVtOeKFX9JzzPYpsu8xiSUAdqa3A8mgZE5DMJKDDoDyDIrA656QncVWRzg==",
+      "version": "126.0.3",
+      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.3.tgz";,
+      "integrity": 
"sha512-4o+ZK8926/8lqIlnnvcljCHV88Z8IguEMB5PInOiS9/Lb6cyeZSj2Uvz+ky1Jgyw2Bn7qCLJFfbUslaWnvUUbg==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
@@ -3050,9 +3050,9 @@
       }
     },
     "chromedriver": {
-      "version": "126.0.1",
-      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.1.tgz";,
-      "integrity": 
"sha512-uV4xIvpPimKmV1/Hn9oX0C57tjsBbVtOeKFX9JzzPYpsu8xiSUAdqa3A8mgZE5DMJKDDoDyDIrA656QncVWRzg==",
+      "version": "126.0.3",
+      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.3.tgz";,
+      "integrity": 
"sha512-4o+ZK8926/8lqIlnnvcljCHV88Z8IguEMB5PInOiS9/Lb6cyeZSj2Uvz+ky1Jgyw2Bn7qCLJFfbUslaWnvUUbg==",
       "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 47a2e61aa1..fc192d86aa 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": "^126.0.1",
+    "chromedriver": "^126.0.3",
     "jasmine": "^3.5.0",
     "typescript": "^4.9.5"
   },

Reply via email to