diff --git a/package.json b/package.json index d5996d2..3745235 100644 --- a/package.json +++ b/package.json @@ -30,18 +30,18 @@ "unhomoglyph": "^1.0.3" }, "devDependencies": { - "@types/jest": "^24.0.23", - "@types/node": "^12.12.24", - "@typescript-eslint/parser": "^2.8.0", - "@zeit/ncc": "^0.20.5", - "eslint": "^5.16.0", - "eslint-plugin-github": "^2.0.0", - "eslint-plugin-jest": "^22.21.0", - "jest": "^24.9.0", - "jest-circus": "^24.9.0", + "@types/jest": "^25.2.1", + "@types/node": "^12.12.34", + "@typescript-eslint/parser": "^2.27.0", + "@zeit/ncc": "^0.22.1", + "eslint": "^6.8.0", + "eslint-plugin-github": "^3.4.1", + "eslint-plugin-jest": "^23.8.2", + "jest": "^25.2.7", + "jest-circus": "^25.2.7", "js-yaml": "^3.13.1", - "prettier": "^1.19.1", - "ts-jest": "^24.2.0", - "typescript": "^3.6.4" + "prettier": "^2.0.4", + "ts-jest": "^25.3.1", + "typescript": "^3.8.3" } }