Skip to content

Commit 6d64fc8

Browse files
Bump @types/jest from 29.5.13 to 29.5.14 (#490)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 to 29.5.14. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.13&new-version=29.5.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent d5aa9fa commit 6d64fc8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/core": "^7.25.8",
4949
"@labforward/config": "~0.1.6",
5050
"@labforward/eslint-config-node": "^0.1.7",
51-
"@types/jest": "^29.5.13",
51+
"@types/jest": "^29.5.14",
5252
"@types/lodash": "^4.17.10",
5353
"@types/node": "^22.7.6",
5454
"eslint": "^8.57.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ __metadata:
834834
"@babel/core": "npm:^7.25.8"
835835
"@labforward/config": "npm:~0.1.6"
836836
"@labforward/eslint-config-node": "npm:^0.1.7"
837-
"@types/jest": "npm:^29.5.13"
837+
"@types/jest": "npm:^29.5.14"
838838
"@types/lodash": "npm:^4.17.10"
839839
"@types/node": "npm:^22.7.6"
840840
eslint: "npm:^8.57.1"
@@ -1085,13 +1085,13 @@ __metadata:
10851085
languageName: node
10861086
linkType: hard
10871087

1088-
"@types/jest@npm:^29.5.13":
1089-
version: 29.5.13
1090-
resolution: "@types/jest@npm:29.5.13"
1088+
"@types/jest@npm:^29.5.14":
1089+
version: 29.5.14
1090+
resolution: "@types/jest@npm:29.5.14"
10911091
dependencies:
10921092
expect: "npm:^29.0.0"
10931093
pretty-format: "npm:^29.0.0"
1094-
checksum: 9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7
1094+
checksum: 18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed
10951095
languageName: node
10961096
linkType: hard
10971097

0 commit comments

Comments
 (0)