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 49b199cc2a Update Chromedriver Versions (#8089)
49b199cc2a is described below

commit 49b199cc2a7209839224959b414136b78733e340
Author: asf-ci-trafficcontrol 
<[email protected]>
AuthorDate: Thu Oct 3 18:07:51 2024 -0400

    Update Chromedriver Versions (#8089)
    
    Update chromedriver
---
 experimental/traffic-portal/package-lock.json | 8 ++++----
 experimental/traffic-portal/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/experimental/traffic-portal/package-lock.json 
b/experimental/traffic-portal/package-lock.json
index 58d03e1b3f..e72b8e7541 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.28.0",
-        "chromedriver": "^129.0.1",
+        "chromedriver": "^129.0.2",
         "codelyzer": "^6.0.0",
         "cypress": "^13.6.2",
         "eslint": "^8.39.0",
@@ -9747,9 +9747,9 @@
       }
     },
     "node_modules/chromedriver": {
-      "version": "129.0.1",
-      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-129.0.1.tgz";,
-      "integrity": 
"sha512-thJqK3c7p9rIhmjBvs/cgaK0Hk30g7LbnmMXQ2aLnn75ZOiEl/2GBcgc6fw+4GIw1SmOYhnNmaEI1iTP3qob0w==",
+      "version": "129.0.2",
+      "resolved": 
"https://registry.npmjs.org/chromedriver/-/chromedriver-129.0.2.tgz";,
+      "integrity": 
"sha512-rUEFCJAmAwOdFfaDFtveT97fFeA7NOxlkgyPyN+G09Ws4qGW39aLDxMQBbS9cxQQHhTihqZZobgF5CLVYXnmGA==",
       "dev": true,
       "hasInstallScript": true,
       "license": "Apache-2.0",
diff --git a/experimental/traffic-portal/package.json 
b/experimental/traffic-portal/package.json
index c2c3a59468..59bb48ffc8 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.28.0",
-    "chromedriver": "^129.0.1",
+    "chromedriver": "^129.0.2",
     "codelyzer": "^6.0.0",
     "cypress": "^13.6.2",
     "eslint": "^8.39.0",

Reply via email to