[misc] specify dependency versions to counter unrelated lockfile changes

Also delete unused redis dependency.
This commit is contained in:
Jakob Ackermann
2020-02-12 14:49:00 +01:00
parent 16f2dbb58c
commit f9cefa6f06
2 changed files with 41 additions and 17 deletions

View File

@@ -30,7 +30,7 @@
"acorn": "^6.1.1",
"ajv": "^5.5.2",
"bunyan": "^1.0.0",
"chai": "",
"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-config-prettier": "^3.3.0",
"eslint-config-standard": "^12.0.0",
@@ -45,8 +45,8 @@
"mocha": "^4.1.0",
"nodemon": "^1.14.11",
"prettier-eslint-cli": "^4.7.1",
"sandboxed-module": "",
"sinon": "",
"timekeeper": ""
"sandboxed-module": "^2.0.3",
"sinon": "^8.1.1",
"timekeeper": "^2.2.0"
}
}