diff --git a/package.json b/package.json index 8713b1a..9833419 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "minimatch": "^3.0.5" }, "devDependencies": { - "@types/jest": "^26.0.20", + "@types/jest": "^29.5.6", "@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.6.0", + "jest": "^29.7.0", + "jest-circus": "^29.7.0", "prettier": "2.8.8", - "ts-jest": "^26.5.6", + "ts-jest": "^29.1.1", "typescript": "^4.1.3" } }