From 4c0e49def08320cee8d4a3a48cd369caf00493ca Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 22 Mar 2021 10:12:11 +0100 Subject: [PATCH] Update test deps --- test/package-lock.json | 6 +++--- test/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index 8389575..79a42f3 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -851,9 +851,9 @@ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" }, "mocha": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.1.tgz", - "integrity": "sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz", + "integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==", "requires": { "@ungap/promise-all-settled": "1.1.2", "ansi-colors": "4.1.1", diff --git a/test/package.json b/test/package.json index 5d8e3fb..2bd9ba9 100644 --- a/test/package.json +++ b/test/package.json @@ -11,7 +11,7 @@ "dependencies": { "chromedriver": "^89.0.0", "expect.js": "^0.3.1", - "mocha": "^8.3.1", + "mocha": "^8.3.2", "rimraf": "^3.0.2", "selenium-webdriver": "^3.6.0", "superagent": "^6.1.0"