Update test deps

This commit is contained in:
Johannes Zellner 2021-08-23 11:17:41 +02:00
parent 2877b4e599
commit 0aab01b926
2 changed files with 4 additions and 4 deletions

View File

@ -850,9 +850,9 @@
}
},
"mocha": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz",
"integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz",
"integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==",
"requires": {
"@ungap/promise-all-settled": "1.1.2",
"ansi-colors": "4.1.1",

View File

@ -11,7 +11,7 @@
"dependencies": {
"chromedriver": "^92.0.1",
"expect.js": "^0.3.1",
"mocha": "^9.0.3",
"mocha": "^9.1.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^3.6.0",
"superagent": "^6.1.0"