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 60ed0e19ef Update Chromedriver Versions (#8083)
60ed0e19ef is described below
commit 60ed0e19efd2c62e124bb57e471258d949fb3161
Author: asf-ci-trafficcontrol
<[email protected]>
AuthorDate: Fri Sep 27 15:06:20 2024 -0400
Update Chromedriver Versions (#8083)
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 4d62b1f996..1aa28e0a59 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": "^127.0.3",
+ "chromedriver": "^129.0.1",
"jasmine": "^3.5.0",
"typescript": "^4.9.5"
},
@@ -369,9 +369,9 @@
}
},
"node_modules/chromedriver": {
- "version": "127.0.3",
- "resolved":
"https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.3.tgz",
- "integrity":
"sha512-trUHkFt0n7jGzNOgkO1srOJfz50kKyAGJ016PyV0hrtyKNIGnOC9r3Jlssz19UoEjSzI/1g2shEiIFtDbBYVaw==",
+ "version": "129.0.1",
+ "resolved":
"https://registry.npmjs.org/chromedriver/-/chromedriver-129.0.1.tgz",
+ "integrity":
"sha512-thJqK3c7p9rIhmjBvs/cgaK0Hk30g7LbnmMXQ2aLnn75ZOiEl/2GBcgc6fw+4GIw1SmOYhnNmaEI1iTP3qob0w==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -3050,9 +3050,9 @@
}
},
"chromedriver": {
- "version": "127.0.3",
- "resolved":
"https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.3.tgz",
- "integrity":
"sha512-trUHkFt0n7jGzNOgkO1srOJfz50kKyAGJ016PyV0hrtyKNIGnOC9r3Jlssz19UoEjSzI/1g2shEiIFtDbBYVaw==",
+ "version": "129.0.1",
+ "resolved":
"https://registry.npmjs.org/chromedriver/-/chromedriver-129.0.1.tgz",
+ "integrity":
"sha512-thJqK3c7p9rIhmjBvs/cgaK0Hk30g7LbnmMXQ2aLnn75ZOiEl/2GBcgc6fw+4GIw1SmOYhnNmaEI1iTP3qob0w==",
"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 8ea1385c8a..ef268cb49d 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": "^127.0.3",
+ "chromedriver": "^129.0.1",
"jasmine": "^3.5.0",
"typescript": "^4.9.5"
},