diff --git a/package.json b/package.json index c087f38..f837286 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@actions/exec": "^1.1.0", - "@types/jest": "^26.0.24", + "@types/jest": "^27.0.0", "@types/mock-fs": "^4.13.1", "@types/node": "^14.17.4", "@typescript-eslint/parser": "^4.29.0", diff --git a/yarn.lock b/yarn.lock index 5dd451a..cc649b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1027,10 +1027,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.24": - 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"