diff --git a/test/package-lock.json b/test/package-lock.json index b20df2e..c93d725 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -33,9 +33,9 @@ "integrity": "sha512-8UT/J+xqCYfn3fKtOznAibsHpiuDshCb0fwgWxRazTT19Igp9ovoXMPhXyLD6m3CKQGTMHgqoxaFfMWaL40Rnw==" }, "@types/node": { - "version": "16.4.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.7.tgz", - "integrity": "sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==", + "version": "16.4.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.10.tgz", + "integrity": "sha512-TmVHsm43br64js9BqHWqiDZA+xMtbUpI1MBIA0EyiBmoV9pcEYFOSdj5fr6enZNfh4fChh+AGOLIzGwJnkshyQ==", "optional": true }, "@types/yauzl": { @@ -196,9 +196,9 @@ } }, "chromedriver": { - "version": "92.0.0", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-92.0.0.tgz", - "integrity": "sha512-IdJ5n5jLL6tCsGQF/fQHF2gDEhVzoYIqktUn6hE/BSsXlCcyDTi45fQbhTEhZlmshM8+BpnRtPuIT5DRbxNqKg==", + "version": "92.0.1", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-92.0.1.tgz", + "integrity": "sha512-LptlDVCs1GgyFNVbRoHzzy948JDVzTgGiVPXjNj385qXKQP3hjAVBIgyvb/Hco0xSEW8fjwJfsm1eQRmu6t4pQ==", "requires": { "@testim/chrome-version": "^1.0.7", "axios": "^0.21.1", diff --git a/test/package.json b/test/package.json index 2e987c5..6f67a1c 100644 --- a/test/package.json +++ b/test/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "chromedriver": "^92.0.0", + "chromedriver": "^92.0.1", "expect.js": "^0.3.1", "mocha": "^9.0.3", "selenium-server-standalone-jar": "^3.141.59",