From 97e11820b7d5b322121159b7b3cf3c5bab8fe91d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 22 Nov 2022 15:29:51 +0100 Subject: [PATCH] Update test packages --- test/package-lock.json | 14 +++++++------- test/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index 1046a6b..69de141 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -13,7 +13,7 @@ "expect.js": "^0.3.1", "mocha": "^10.1.0", "selenium-server-standalone-jar": "^3.141.59", - "selenium-webdriver": "^4.6.0", + "selenium-webdriver": "^4.6.1", "superagent": "^8.0.3" } }, @@ -1183,9 +1183,9 @@ "integrity": "sha512-gh7LagmKMkthQZo0q9qrDSWy+ISYnCUhOUW6IyRQIMGdg8Os/uMfChTDO17DYzxKmNIDx/h6+yfBj34QYALycw==" }, "node_modules/selenium-webdriver": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.6.0.tgz", - "integrity": "sha512-HIH/+J+V7l/lbSRSOwyLcpjezg9CV4DLo1pBhP9aphuMlf/PJXEDwC/A/Ht2bFc1AqQppFBGvClYcuMzyO6tRw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.6.1.tgz", + "integrity": "sha512-FT8Dw0tbzaTp8YYLuwhaCnve/nw03HKrOJrA3aUmTKmxaIFSP4kT2R5fN3K0RpV5kbR0ZnM4FGVI2vANBvekaA==", "dependencies": { "jszip": "^3.10.0", "tmp": "^0.2.1", @@ -2329,9 +2329,9 @@ "integrity": "sha512-gh7LagmKMkthQZo0q9qrDSWy+ISYnCUhOUW6IyRQIMGdg8Os/uMfChTDO17DYzxKmNIDx/h6+yfBj34QYALycw==" }, "selenium-webdriver": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.6.0.tgz", - "integrity": "sha512-HIH/+J+V7l/lbSRSOwyLcpjezg9CV4DLo1pBhP9aphuMlf/PJXEDwC/A/Ht2bFc1AqQppFBGvClYcuMzyO6tRw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.6.1.tgz", + "integrity": "sha512-FT8Dw0tbzaTp8YYLuwhaCnve/nw03HKrOJrA3aUmTKmxaIFSP4kT2R5fN3K0RpV5kbR0ZnM4FGVI2vANBvekaA==", "requires": { "jszip": "^3.10.0", "tmp": "^0.2.1", diff --git a/test/package.json b/test/package.json index cc934f8..3840cbf 100644 --- a/test/package.json +++ b/test/package.json @@ -13,7 +13,7 @@ "expect.js": "^0.3.1", "mocha": "^10.1.0", "selenium-server-standalone-jar": "^3.141.59", - "selenium-webdriver": "^4.6.0", + "selenium-webdriver": "^4.6.1", "superagent": "^8.0.3" } }