diff --git a/package.json b/package.json index 07dcd09..ef8b19a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "minimatch": "^3.0.4" }, "devDependencies": { - "@types/jest": "^26.0.20", + "@types/jest": "^29.1.1", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.178", "@types/minimatch": "^3.0.5", @@ -46,11 +46,11 @@ "codecov": "^3.8.2", "eslint": "^7.21.0", "eslint-plugin-github": "^4.1.1", - "eslint-plugin-jest": "^24.1.5", - "jest": "^26.4.4", - "jest-circus": "^26.4.4", + "eslint-plugin-jest": "^27.0.4", + "jest": "^29.1.1", + "jest-circus": "^29.1.1", "prettier": "2.7.1", - "ts-jest": "^26.5.6", + "ts-jest": "^29.0.3", "typescript": "^4.1.3" } }