Skip to content

Commit 76e23b1

Browse files
chore(deps-dev): bump @types/jest from 24.0.13 to 24.0.25
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.13 to 24.0.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2323158 commit 76e23b1

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/debug": "^4.1.4",
4141
"@types/fluent-ffmpeg": "^2.1.13",
4242
"@types/fs-extra": "^8.0.0",
43-
"@types/jest": "^24.0.13",
43+
"@types/jest": "^24.0.25",
4444
"@types/jest-image-snapshot": "^2.8.0",
4545
"@types/lodash": "^4.14.134",
4646
"@types/nock": "^10.0.3",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,24 +1265,19 @@
12651265
"@types/istanbul-lib-coverage" "*"
12661266
"@types/istanbul-lib-report" "*"
12671267

1268-
"@types/jest-diff@*":
1269-
version "20.0.1"
1270-
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
1271-
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
1272-
12731268
"@types/jest-image-snapshot@^2.8.0":
12741269
version "2.8.0"
12751270
resolved "https://registry.yarnpkg.com/@types/jest-image-snapshot/-/jest-image-snapshot-2.8.0.tgz#2f8ed2b23c1b9a8ead32a2f3ee0ef672e5fd01dd"
12761271
integrity sha512-CsE6PLYGa7hmM8ut1gzkW7iDxrW2xwSv3yJJf2dejwvF7cIPtzHPLpQWO29H4xnzIaLyEB09MiVnYS/LoYpfzw==
12771272
dependencies:
12781273
"@types/jest" "*"
12791274

1280-
"@types/jest@*", "@types/jest@^24.0.13":
1281-
version "24.0.19"
1282-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.19.tgz#f7036058d2a5844fe922609187c0ad8be430aff5"
1283-
integrity sha512-YYiqfSjocv7lk5H/T+v5MjATYjaTMsUkbDnjGqSMoO88jWdtJXJV4ST/7DKZcoMHMBvB2SeSfyOzZfkxXHR5xg==
1275+
"@types/jest@*", "@types/jest@^24.0.25":
1276+
version "24.0.25"
1277+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.25.tgz#2aba377824ce040114aa906ad2cac2c85351360f"
1278+
integrity sha512-hnP1WpjN4KbGEK4dLayul6lgtys6FPz0UfxMeMQCv0M+sTnzN3ConfiO72jHgLxl119guHgI8gLqDOrRLsyp2g==
12841279
dependencies:
1285-
"@types/jest-diff" "*"
1280+
jest-diff "^24.3.0"
12861281

12871282
"@types/lodash@^4.14.123", "@types/lodash@^4.14.134":
12881283
version "4.14.144"
@@ -6092,7 +6087,7 @@ jest-diff@^23.6.0:
60926087
jest-get-type "^22.1.0"
60936088
pretty-format "^23.6.0"
60946089

6095-
jest-diff@^24.9.0:
6090+
jest-diff@^24.3.0, jest-diff@^24.9.0:
60966091
version "24.9.0"
60976092
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
60986093
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==

0 commit comments

Comments
 (0)