From 8d1b4e342f5d02723f4548632e91048c40264961 Mon Sep 17 00:00:00 2001 From: asf-ci-trafficcontrol <127552316+asf-ci-trafficcontrol@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:01:14 -0500 Subject: [PATCH] Update Chromedriver Versions (#7941) 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 e737637804..edd96aae15 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": "^121.0.0", + "chromedriver": "^121.0.1", "codelyzer": "^6.0.0", "cypress": "^13.6.2", "eslint": "^8.39.0", @@ -9731,9 +9731,9 @@ } }, "node_modules/chromedriver": { - "version": "121.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz", - "integrity": "sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==", + "version": "121.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.1.tgz", + "integrity": "sha512-7y/RLV3tKNpNf/Ye74eOF7gyrCA78qq3i6JjrMJ4xovc2XZaw4a3cZA6+2PflGX/0HttYiKJV2WO611JROGNaw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/experimental/traffic-portal/package.json b/experimental/traffic-portal/package.json index 01cabcd752..ccea8fa18a 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": "^121.0.0", + "chromedriver": "^121.0.1", "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 2be004ec7a..4e11674bf9 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": "^121.0.0", + "chromedriver": "^121.0.1", "jasmine": "^3.5.0", "typescript": "^3.6.4" }, @@ -327,9 +327,9 @@ } }, "node_modules/chromedriver": { - "version": "121.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz", - "integrity": "sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==", + "version": "121.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.1.tgz", + "integrity": "sha512-7y/RLV3tKNpNf/Ye74eOF7gyrCA78qq3i6JjrMJ4xovc2XZaw4a3cZA6+2PflGX/0HttYiKJV2WO611JROGNaw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2639,9 +2639,9 @@ } }, "chromedriver": { - "version": "121.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.0.tgz", - "integrity": "sha512-ZIKEdZrQAfuzT/RRofjl8/EZR99ghbdBXNTOcgJMKGP6N/UL6lHUX4n6ONWBV18pDvDFfQJ0x58h5AdOaXIOMw==", + "version": "121.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-121.0.1.tgz", + "integrity": "sha512-7y/RLV3tKNpNf/Ye74eOF7gyrCA78qq3i6JjrMJ4xovc2XZaw4a3cZA6+2PflGX/0HttYiKJV2WO611JROGNaw==", "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 20ec281ad5..3dfab21b77 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": "^121.0.0", + "chromedriver": "^121.0.1", "jasmine": "^3.5.0", "typescript": "^3.6.4" },