Update lockfile to v2

This commit is contained in:
Johannes Zellner 2022-01-02 10:51:20 +01:00
parent 6efdc45918
commit 404754f9a4
2 changed files with 2000 additions and 128 deletions

2122
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,14 +9,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^91.0.1", "chromedriver": "^96.0.0",
"ejs": "^3.1.6", "ejs": "^3.1.6",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"mocha": "^9.0.0", "mocha": "^9.1.3",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59", "selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0", "selenium-webdriver": "^4.1.0",
"superagent": "^6.1.0" "superagent": "^6.1.0"
} }
} }