Skip to content

Commit 122c108

Browse files
Bump @types/jest from 29.5.12 to 29.5.13 in the jest group (#653)
Bumps the jest group with 1 update: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). Updates `@types/jest` from 29.5.12 to 29.5.13 <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.12&new-version=29.5.13)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent 2ad41f6 commit 122c108

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
@@ -43,7 +43,7 @@
4343
"@babel/core": "^7.25.2",
4444
"@labforward/config": "~0.1.6",
4545
"@labforward/eslint-config-node": "~0.1.7",
46-
"@types/jest": "^29.5.12",
46+
"@types/jest": "^29.5.13",
4747
"@types/lodash": "^4.17.7",
4848
"@types/node": "^22.5.4",
4949
"eslint": "^8.57.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ __metadata:
832832
"@babel/core": "npm:^7.25.2"
833833
"@labforward/config": "npm:~0.1.6"
834834
"@labforward/eslint-config-node": "npm:~0.1.7"
835-
"@types/jest": "npm:^29.5.12"
835+
"@types/jest": "npm:^29.5.13"
836836
"@types/lodash": "npm:^4.17.7"
837837
"@types/node": "npm:^22.5.4"
838838
ajv: "npm:^8.17.1"
@@ -1056,13 +1056,13 @@ __metadata:
10561056
languageName: node
10571057
linkType: hard
10581058

1059-
"@types/jest@npm:^29.5.12":
1060-
version: 29.5.12
1061-
resolution: "@types/jest@npm:29.5.12"
1059+
"@types/jest@npm:^29.5.13":
1060+
version: 29.5.13
1061+
resolution: "@types/jest@npm:29.5.13"
10621062
dependencies:
10631063
expect: "npm:^29.0.0"
10641064
pretty-format: "npm:^29.0.0"
1065-
checksum: 25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
1065+
checksum: 9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7
10661066
languageName: node
10671067
linkType: hard
10681068

0 commit comments

Comments
 (0)