Update test deps

This commit is contained in:
Johannes Zellner 2021-08-27 14:03:15 +02:00
parent 0b3c76f2dc
commit 15433b4cec
2 changed files with 4 additions and 4 deletions

View file

@ -837,9 +837,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==",
"dev": true,
"requires": {
"@ungap/promise-all-settled": "1.1.2",

View file

@ -10,7 +10,7 @@
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^9.0.3",
"mocha": "^9.1.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^6.1.0"