diff --git a/package.json b/package.json index 32d98d8a..c561ffd9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "js-yaml": "^4.1.0" }, "devDependencies": { - "@types/jest": "^26.0.24", + "@types/jest": "^28.1.8", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.184", "@types/node": "^16.11.54", @@ -47,11 +47,11 @@ "eslint": "^7.32.0", "eslint-plugin-github": "^4.1.1", "eslint-plugin-jest": "^26.8.7", - "jest": "^26.6.3", - "jest-circus": "^26.6.3", + "jest": "^29.0.0", + "jest-circus": "^29.0.0", "nock": "^13.2.9", "prettier": "2.2.1", - "ts-jest": "^26.5.6", + "ts-jest": "^28.0.8", "typescript": "^4.1.5", "wait-for-expect": "^3.0.2" }