Update test deps

This commit is contained in:
Johannes Zellner 2021-03-22 10:12:11 +01:00
parent c9937d6134
commit 4c0e49def0
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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"