diff --git a/experimental/traffic-portal/package-lock.json b/experimental/traffic-portal/package-lock.json index c23da68e7b..39e8c6e58c 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": "^123.0.3", + "chromedriver": "^123.0.4", "codelyzer": "^6.0.0", "cypress": "^13.6.2", "eslint": "^8.39.0", @@ -9747,9 +9747,9 @@ } }, "node_modules/chromedriver": { - "version": "123.0.3", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.3.tgz", - "integrity": "sha512-35IeTqDLcVR0htF9nD/Lh+g24EG088WHVKXBXiFyWq+2lelnoM0B3tKTBiUEjLng0GnELI4QyQPFK7i97Fz1fQ==", + "version": "123.0.4", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.4.tgz", + "integrity": "sha512-3Yi7y7q35kkSAOTbRisiww/SL2w+DqafDPAaUShpSuLMmPaOvHQR0i3bm2/33QBiQ8fUb1J/MzppzVL6IDqvhA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/experimental/traffic-portal/package.json b/experimental/traffic-portal/package.json index 49b56ce352..5056b7d41b 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": "^123.0.3", + "chromedriver": "^123.0.4", "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 1e198022f2..d210d4cf97 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": "^123.0.3", + "chromedriver": "^123.0.4", "jasmine": "^3.5.0", "typescript": "^4.9.5" }, @@ -369,9 +369,9 @@ } }, "node_modules/chromedriver": { - "version": "123.0.3", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.3.tgz", - "integrity": "sha512-35IeTqDLcVR0htF9nD/Lh+g24EG088WHVKXBXiFyWq+2lelnoM0B3tKTBiUEjLng0GnELI4QyQPFK7i97Fz1fQ==", + "version": "123.0.4", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.4.tgz", + "integrity": "sha512-3Yi7y7q35kkSAOTbRisiww/SL2w+DqafDPAaUShpSuLMmPaOvHQR0i3bm2/33QBiQ8fUb1J/MzppzVL6IDqvhA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3050,9 +3050,9 @@ } }, "chromedriver": { - "version": "123.0.3", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.3.tgz", - "integrity": "sha512-35IeTqDLcVR0htF9nD/Lh+g24EG088WHVKXBXiFyWq+2lelnoM0B3tKTBiUEjLng0GnELI4QyQPFK7i97Fz1fQ==", + "version": "123.0.4", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.4.tgz", + "integrity": "sha512-3Yi7y7q35kkSAOTbRisiww/SL2w+DqafDPAaUShpSuLMmPaOvHQR0i3bm2/33QBiQ8fUb1J/MzppzVL6IDqvhA==", "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 4c97ef1f8f..7e9984a789 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": "^123.0.3", + "chromedriver": "^123.0.4", "jasmine": "^3.5.0", "typescript": "^4.9.5" },