diff --git a/package.json b/package.json index 478eec1..57a2ce0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "test" ], "devDependencies": { - "@types/jest": "^26.0.0", + "@types/jest": "^27.0.0", "@types/jest-each": "^24.3.0", "@types/node": "^14.0.0", "arrayify-stream": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 61855a4..c8b450f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -602,10 +602,10 @@ dependencies: jest-each "*" -"@types/jest@^26.0.0": - version "26.0.24" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" - integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== +"@types/jest@^27.0.0": + version "27.0.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.0.tgz#f1c28f741371739c7cd0e8edb5ed8e67acfa6c35" + integrity sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0"