diff --git a/package.json b/package.json index 2bae8bc..33bc9ff 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@babel/preset-env": "7.18.2", "@babel/preset-typescript": "7.17.12", "@next/eslint-plugin-next": "12.1.6", - "@types/jest": "27.5.2", + "@types/jest": "28.1.0", "@types/mri": "1.1.1", "@types/node": "17.0.38", "@types/react": "18.0.10", diff --git a/yarn.lock b/yarn.lock index fb9f2ff..adccedb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2968,10 +2968,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@27.5.2": - version "27.5.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" - integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== +"@types/jest@28.1.0": + version "28.1.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573" + integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"