diff --git a/package.json b/package.json index 738ad7ba5..27dbe7144 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "author": "Adyen", "license": "MIT", "devDependencies": { - "@types/jest": "27.5.2", + "@types/jest": "30.0.0", "@types/nock": "11.1.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -42,13 +42,13 @@ "dotenv": "^16.0.0", "eslint": "8.57.0", "eslint-plugin-unused-imports": "^2.0.0", - "jest": "^27.0.6", + "jest": "^30.0.0", "jest-ts-auto-mock": "^2.0.0", "kind-of": "^6.0.3", "minimist": ">=1.2.3", "nock": "13.5.5", "ts-auto-mock": "^3.3.5", - "ts-jest": "^27.0.4", + "ts-jest": "^29.0.0", "ts-loader": "9.5.1", "ttypescript": "^1.5.10", "typescript": "4.9.5"