diff --git a/package.json b/package.json index d659e1e4..ad30b1e8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@1stg/lib-config": "^6.4.0", "@types/eslint": "^8.4.3", "@types/eslint-plugin-markdown": "^2.0.0", - "@types/jest": "^28.1.3", + "@types/jest": "^28.1.4", "@types/node": "^18.0.0", "@types/react": "^18.0.14", "@types/unist": "^2.0.6", diff --git a/yarn.lock b/yarn.lock index 692ec4bf..26ad33ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3342,10 +3342,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.3.tgz#52f3f3e50ce59191ff5fbb1084896cc0cf30c9ce" - integrity sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw== +"@types/jest@^28.1.4": + version "28.1.4" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.4.tgz#a11ee6c8fd0b52c19c9c18138b78bbcc201dad5a" + integrity sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA== dependencies: jest-matcher-utils "^28.0.0" pretty-format "^28.0.0"