Skip to content

Commit 8e86647

Browse files
chore: bump @types/jest from 29.5.7 to 29.5.8 (#144)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.7 to 29.5.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d7a682 commit 8e86647

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@jest/globals": "^29.7.0",
45-
"@types/jest": "^29.5.7",
45+
"@types/jest": "^29.5.8",
4646
"@types/node": "^20.8.10",
4747
"@typescript-eslint/eslint-plugin": "^6.10.0",
4848
"@typescript-eslint/parser": "^6.10.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1020,13 +1020,13 @@ __metadata:
10201020
languageName: node
10211021
linkType: hard
10221022

1023-
"@types/jest@npm:^29.5.7":
1024-
version: 29.5.7
1025-
resolution: "@types/jest@npm:29.5.7"
1023+
"@types/jest@npm:^29.5.8":
1024+
version: 29.5.8
1025+
resolution: "@types/jest@npm:29.5.8"
10261026
dependencies:
10271027
expect: "npm:^29.0.0"
10281028
pretty-format: "npm:^29.0.0"
1029-
checksum: 231c873f3d1ddac973b8f8f2ad7760677d941d85fb52d1c5dc4a311bafba4c2c1658a1040fd7054a51f4d1841f51c6ca4cabf70675ee4fa9e10fc5b8066e1de1
1029+
checksum: a28e7827ea7e1a2aace6a386868fa6b8402c162d6c71570aed2c29d3745ddc22ceef6899a20643071817905d3c57b670a7992fc8760bff65939351fd4dc481cf
10301030
languageName: node
10311031
linkType: hard
10321032

@@ -2865,7 +2865,7 @@ __metadata:
28652865
resolution: "google-rank@workspace:."
28662866
dependencies:
28672867
"@jest/globals": "npm:^29.7.0"
2868-
"@types/jest": "npm:^29.5.7"
2868+
"@types/jest": "npm:^29.5.8"
28692869
"@types/node": "npm:^20.8.10"
28702870
"@typescript-eslint/eslint-plugin": "npm:^6.10.0"
28712871
"@typescript-eslint/parser": "npm:^6.10.0"

0 commit comments

Comments
 (0)