diff --git a/package.json b/package.json index ac82918..9d57295 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/cors": "^2.8.4", "@types/express": "^4.16.1", "@types/helmet": "^0.0.43", - "@types/jest": "^24.0.9", + "@types/jest": "^24.0.16", "@types/node": "^11.13.4", "@types/socket.io": "^2.1.2", "concurrently": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 89f2857..c28ccd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -420,10 +420,10 @@ resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== -"@types/jest@^24.0.9": - version "24.0.12" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.12.tgz#0553dd0a5ac744e7dc4e8700da6d3baedbde3e8f" - integrity sha512-60sjqMhat7i7XntZckcSGV8iREJyXXI6yFHZkSZvCPUeOnEJ/VP1rU/WpEWQ56mvoh8NhC+sfKAuJRTyGtCOow== +"@types/jest@^24.0.16": + version "24.0.16" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.16.tgz#8d3e406ec0f0dc1688d6711af3062ff9bd428066" + integrity sha512-JrAiyV+PPGKZzw6uxbI761cHZ0G7QMOHXPhtSpcl08rZH6CswXaaejckn3goFKmF7M3nzEoJ0lwYCbqLMmjziQ== dependencies: "@types/jest-diff" "*"