aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index da039cb..0a88427 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"devDependencies": {
"@types/assert": "^1.4.6",
"@types/express": "^4.17.2",
- "@types/jest": "^27.0.2",
+ "@types/jest": "^27.4.0",
"@types/node": "^14.14.13",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.38",
diff --git a/yarn.lock b/yarn.lock
index 8c04682..0eaadbb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -750,10 +750,10 @@
dependencies:
"@types/istanbul-lib-report" "*"
-"@types/jest@^27.0.2":
- version "27.0.2"
- resolved "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz"
- integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
+"@types/jest@^27.4.0":
+ version "27.4.0"
+ resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
+ integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
dependencies:
jest-diff "^27.0.0"
pretty-format "^27.0.0"