diff --git a/package.json b/package.json index ec3e6a83ae5..39d53875d52 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/cors": "2.8.12", "@types/express": "4.17.13", "@types/express-serve-static-core": "4.17.30", - "@types/jest": "28.1.8", + "@types/jest": "29.0.0", "@types/lodash": "4.14.184", "@types/lodash.sumby": "4.6.7", "@types/lodash.xorby": "4.7.7", @@ -95,10 +95,10 @@ "express": "4.18.1", "graphql": "16.5.0", "graphql-tag": "2.12.6", - "jest": "28.1.3", - "jest-config": "28.1.3", + "jest": "29.0.2", + "jest-config": "29.0.2", "jest-junit": "14.0.1", - "jest-mock": "28.1.3", + "jest-mock": "29.0.2", "jest-mock-random": "1.1.1", "jest-serializer-html": "7.1.0", "lodash.sumby": "4.6.0", diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index 28e4f9ea74b..874c34b5c17 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -43,9 +43,9 @@ }, "peerDependencies": { "@apollo/server": "^4.0.0-alpha.10", - "@jest/globals": "28.x", + "@jest/globals": "28.x || 29.x", "graphql": "^16.5.0", - "jest": "28.x" + "jest": "28.x || 29.x" }, "volta": { "extends": "../../package.json"