diff --git a/package-lock.json b/package-lock.json index 1807570c..abcd6f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1086,25 +1086,17 @@ } }, "chromedriver": { - "version": "90.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-90.0.0.tgz", - "integrity": "sha512-k+GMmNb7cmuCCctQvUIeNxDGSq8DJauO+UKQS2qLT8aA36CPEcv8rpFepf6lRkNaIlfwdCUt/0B5bZDw3wY2yw==", + "version": "90.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-90.0.1.tgz", + "integrity": "sha512-jvyhin0I/Bacxfet7eg29B1j+5mKR35XwWGbgcCOUALeE3mqcCKJY8xUW9cVrqVqTK9/iUOq8/kar7qrTVshPA==", "requires": { "@testim/chrome-version": "^1.0.7", "axios": "^0.21.1", "del": "^6.0.0", "extract-zip": "^2.0.1", "https-proxy-agent": "^5.0.0", - "mkdirp": "^1.0.4", "proxy-from-env": "^1.1.0", "tcp-port-used": "^1.0.1" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - } } }, "clean-stack": { @@ -1700,9 +1692,9 @@ } }, "follow-redirects": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz", - "integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==" + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", + "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==" }, "fs-constants": { "version": "1.0.0", @@ -2123,9 +2115,9 @@ } }, "is2": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/is2/-/is2-2.0.6.tgz", - "integrity": "sha512-+Z62OHOjA6k2sUDOKXoZI3EXv7Fb1K52jpTBLbkfx62bcUeSsrTBLhEquCRDKTx0XE5XbHcG/S2vrtE3lnEDsQ==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/is2/-/is2-2.0.7.tgz", + "integrity": "sha512-4vBQoURAXC6hnLFxD4VW7uc04XiwTTl/8ydYJxKvPwkWQrSjInkuM5VZVg6BGr1/natq69zDuvO9lGpLClJqvA==", "requires": { "deep-is": "^0.1.3", "ip-regex": "^4.1.0", diff --git a/package.json b/package.json index 8bda22df..5290a8d0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@wdio/jasmine-framework": "7.6.0", "@wdio/local-runner": "7.6.0", "@wdio/sync": "7.6.0", - "chromedriver": "90.0.0", + "chromedriver": "90.0.1", "jasmine": "3.7.0", "ts-node": "9.1.1", "typescript": "4.2.4",