diff --git a/lsif/package.json b/lsif/package.json index cef8d01affb..45f9acebcc9 100644 --- a/lsif/package.json +++ b/lsif/package.json @@ -51,7 +51,7 @@ "@types/got": "9.6.9", "@types/ioredis": "4.0.18", "@types/jaeger-client": "3.15.1", - "@types/jest": "24.0.21", + "@types/jest": "24.0.22", "@types/json5": "0.0.30", "@types/lodash": "4.14.144", "@types/logform": "1.2.0", diff --git a/lsif/yarn.lock b/lsif/yarn.lock index 24b1fed3429..3fa34eba386 100644 --- a/lsif/yarn.lock +++ b/lsif/yarn.lock @@ -488,10 +488,10 @@ resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== -"@types/jest@24.0.21": - version "24.0.21" - resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz#2c0a25440e025bb265f4a17d8b79b11b231426bf" - integrity sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg== +"@types/jest@24.0.22": + version "24.0.22" + resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.22.tgz#08a50be08e78aba850a1185626e71d31e2336145" + integrity sha512-t2OvhNZnrNjlzi2i0/cxbLVM59WN15I2r1Qtb7wDv28PnV9IzrPtagFRey/S9ezdLD0zyh1XGMQIEQND2YEfrw== dependencies: "@types/jest-diff" "*" diff --git a/package.json b/package.json index 955fdaae1a8..6ec7a366de2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/he": "1.1.0", "@types/highlight.js": "9.12.3", "@types/is-absolute-url": "3.0.0", - "@types/jest": "24.0.21", + "@types/jest": "24.0.22", "@types/jsdom": "12.2.4", "@types/lodash": "4.14.144", "@types/marked": "0.7.0", diff --git a/yarn.lock b/yarn.lock index c725728bb68..743363dd1c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2473,10 +2473,10 @@ resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== -"@types/jest@24.0.21": - version "24.0.21" - resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz#2c0a25440e025bb265f4a17d8b79b11b231426bf" - integrity sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg== +"@types/jest@24.0.22": + version "24.0.22" + resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.22.tgz#08a50be08e78aba850a1185626e71d31e2336145" + integrity sha512-t2OvhNZnrNjlzi2i0/cxbLVM59WN15I2r1Qtb7wDv28PnV9IzrPtagFRey/S9ezdLD0zyh1XGMQIEQND2YEfrw== dependencies: "@types/jest-diff" "*"