diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 865db78..52029f0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "winston": "^3.2.1" }, "devDependencies": { - "@types/jest": "^24.9.1", + "@types/jest": "^25.1.0", "@types/supertest": "^2.0.8", "@types/triple-beam": "^1.3.0", "@typescript-eslint/eslint-plugin": "^2.20.0", @@ -43,11 +43,11 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.2", - "jest": "^24.9.0", + "jest": "^25.1.0", "prettier": "^1.19.1", "supertest": "^4.0.2", "triple-beam": "^1.3.0", - "ts-jest": "^24.3.0", + "ts-jest": "^25.2.1", "tsc-watch": "^4.1.0" }, "jest": { |
