You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by as...@apache.org on 2023/05/10 18:07:13 UTC

[trafficcontrol] branch ATC-Chromedriver-Updater updated: Update chromedriver

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

asf-ci-trafficcontrol pushed a commit to branch ATC-Chromedriver-Updater
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/ATC-Chromedriver-Updater by this push:
     new 86731b708f Update chromedriver
86731b708f is described below

commit 86731b708f319980b29507a05c0f76a27c64a947
Author: asf-ci-trafficcontrol <12...@users.noreply.github.com>
AuthorDate: Wed May 10 14:07:04 2023 -0400

    Update chromedriver
---
 experimental/traffic-portal/package-lock.json     | 14 +++++++-------
 experimental/traffic-portal/package.json          |  2 +-
 traffic_portal/test/integration/package-lock.json | 14 +++++++-------
 traffic_portal/test/integration/package.json      |  2 +-
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/experimental/traffic-portal/package-lock.json b/experimental/traffic-portal/package-lock.json
index e6f62479a5..c061902ac5 100644
--- a/experimental/traffic-portal/package-lock.json
+++ b/experimental/traffic-portal/package-lock.json
@@ -55,7 +55,7 @@
         "@typescript-eslint/eslint-plugin": "^5.43.0",
         "@typescript-eslint/parser": "^5.43.0",
         "axios": "^0.27.2",
-        "chromedriver": "^112.0.1",
+        "chromedriver": "^113.0.0",
         "codelyzer": "^6.0.0",
         "eslint": "^8.28.0",
         "eslint-plugin-import": "^2.25.3",
@@ -7184,9 +7184,9 @@
       }
     },
     "node_modules/chromedriver": {
-      "version": "112.0.1",
-      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.1.tgz",
-      "integrity": "sha512-ieQzvellbtPY4MUrFzzayC1bZa/HoBsGXejUQJhAPWcYALxtkjUZNUYWbojMjIzf8iIhVda9VvdXiRKqdlN7ow==",
+      "version": "113.0.0",
+      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-113.0.0.tgz",
+      "integrity": "sha512-UnQlt2kPicYXVNHPzy9HfcWvEbKJjjKAEaatdcnP/lCIRwuSoZFVLH0HVDAGdbraXp3dNVhfE2Qx7gw8TnHnPw==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
@@ -24622,9 +24622,9 @@
       "dev": true
     },
     "chromedriver": {
-      "version": "112.0.1",
-      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.1.tgz",
-      "integrity": "sha512-ieQzvellbtPY4MUrFzzayC1bZa/HoBsGXejUQJhAPWcYALxtkjUZNUYWbojMjIzf8iIhVda9VvdXiRKqdlN7ow==",
+      "version": "113.0.0",
+      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-113.0.0.tgz",
+      "integrity": "sha512-UnQlt2kPicYXVNHPzy9HfcWvEbKJjjKAEaatdcnP/lCIRwuSoZFVLH0HVDAGdbraXp3dNVhfE2Qx7gw8TnHnPw==",
       "dev": true,
       "requires": {
         "@testim/chrome-version": "^1.1.3",
diff --git a/experimental/traffic-portal/package.json b/experimental/traffic-portal/package.json
index b743701504..9b23cb72f7 100644
--- a/experimental/traffic-portal/package.json
+++ b/experimental/traffic-portal/package.json
@@ -95,7 +95,7 @@
     "@typescript-eslint/eslint-plugin": "^5.43.0",
     "@typescript-eslint/parser": "^5.43.0",
     "axios": "^0.27.2",
-    "chromedriver": "^112.0.1",
+    "chromedriver": "^113.0.0",
     "codelyzer": "^6.0.0",
     "eslint": "^8.28.0",
     "eslint-plugin-import": "^2.25.3",
diff --git a/traffic_portal/test/integration/package-lock.json b/traffic_portal/test/integration/package-lock.json
index c91137d072..d50ee7e292 100644
--- a/traffic_portal/test/integration/package-lock.json
+++ b/traffic_portal/test/integration/package-lock.json
@@ -29,7 +29,7 @@
         "@types/fs-extra": "^9.0.9",
         "@types/jasmine": "^3.4.6",
         "@types/node": "^16",
-        "chromedriver": "^112.0.1",
+        "chromedriver": "^113.0.0",
         "jasmine": "^3.5.0",
         "typescript": "^3.6.4"
       },
@@ -326,9 +326,9 @@
       }
     },
     "node_modules/chromedriver": {
-      "version": "112.0.1",
-      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.1.tgz",
-      "integrity": "sha512-ieQzvellbtPY4MUrFzzayC1bZa/HoBsGXejUQJhAPWcYALxtkjUZNUYWbojMjIzf8iIhVda9VvdXiRKqdlN7ow==",
+      "version": "113.0.0",
+      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-113.0.0.tgz",
+      "integrity": "sha512-UnQlt2kPicYXVNHPzy9HfcWvEbKJjjKAEaatdcnP/lCIRwuSoZFVLH0HVDAGdbraXp3dNVhfE2Qx7gw8TnHnPw==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
@@ -2639,9 +2639,9 @@
       }
     },
     "chromedriver": {
-      "version": "112.0.1",
-      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-112.0.1.tgz",
-      "integrity": "sha512-ieQzvellbtPY4MUrFzzayC1bZa/HoBsGXejUQJhAPWcYALxtkjUZNUYWbojMjIzf8iIhVda9VvdXiRKqdlN7ow==",
+      "version": "113.0.0",
+      "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-113.0.0.tgz",
+      "integrity": "sha512-UnQlt2kPicYXVNHPzy9HfcWvEbKJjjKAEaatdcnP/lCIRwuSoZFVLH0HVDAGdbraXp3dNVhfE2Qx7gw8TnHnPw==",
       "dev": true,
       "requires": {
         "@testim/chrome-version": "^1.1.3",
diff --git a/traffic_portal/test/integration/package.json b/traffic_portal/test/integration/package.json
index 913d2e83d4..e7e8fc90b7 100644
--- a/traffic_portal/test/integration/package.json
+++ b/traffic_portal/test/integration/package.json
@@ -24,7 +24,7 @@
     "@types/fs-extra": "^9.0.9",
     "@types/jasmine": "^3.4.6",
     "@types/node": "^16",
-    "chromedriver": "^112.0.1",
+    "chromedriver": "^113.0.0",
     "jasmine": "^3.5.0",
     "typescript": "^3.6.4"
   },