diff --git a/package.json b/package.json index 09d06c3db..7e39a4e48 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@babel/preset-env": "^7.16.8", "@babel/preset-typescript": "^7.16.7", "@types/glob": "^7.2.0", - "@types/jest": "^27.4.0", + "@types/jest": "^28.1.1", "@types/node": "^17.0.8", "@types/normalize-path": "^3.0.0", "@typescript-eslint/eslint-plugin": "^5.9.1", diff --git a/yarn.lock b/yarn.lock index e190474e7..147377dfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1698,10 +1698,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^27.4.0": - version "27.5.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9" - integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ== +"@types/jest@^28.1.1": + version "28.1.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.1.tgz#8c9ba63702a11f8c386ee211280e8b68cb093cd1" + integrity sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"