diff --git a/experimental/traffic-portal/package-lock.json b/experimental/traffic-portal/package-lock.json index a3b0e28f37..9062ffdffd 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": "^122.0.3", + "chromedriver": "^122.0.4", "codelyzer": "^6.0.0", "cypress": "^13.6.2", "eslint": "^8.39.0", @@ -9746,9 +9746,9 @@ } }, "node_modules/chromedriver": { - "version": "122.0.3", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz", - "integrity": "sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==", + "version": "122.0.4", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz", + "integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/experimental/traffic-portal/package.json b/experimental/traffic-portal/package.json index 611a05505c..a63a1c7ab3 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": "^122.0.3", + "chromedriver": "^122.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 e1c6cbe164..a332564919 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": "^122.0.3", + "chromedriver": "^122.0.4", "jasmine": "^3.5.0", "typescript": "^3.6.4" }, @@ -354,9 +354,9 @@ } }, "node_modules/chromedriver": { - "version": "122.0.3", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz", - "integrity": "sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==", + "version": "122.0.4", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz", + "integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3022,9 +3022,9 @@ } }, "chromedriver": { - "version": "122.0.3", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz", - "integrity": "sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==", + "version": "122.0.4", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz", + "integrity": "sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==", "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 0eb4dec0d2..050bf35f41 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": "^122.0.3", + "chromedriver": "^122.0.4", "jasmine": "^3.5.0", "typescript": "^3.6.4" },