Skip to content

Commit 89b7a95

Browse files
Bump @types/jest from 29.5.12 to 29.5.13 in the jest group (#224)
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 55c1d7c commit 89b7a95

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
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/fs-extra": "^11.0.4",
2121
"@types/http-errors": "^2.0.4",
22-
"@types/jest": "^29.5.12",
22+
"@types/jest": "^29.5.13",
2323
"@types/lodash": "^4.17.7",
2424
"@types/morgan": "^1.9.9",
2525
"@types/supertest": "^6.0.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,13 +2104,13 @@ __metadata:
21042104
languageName: node
21052105
linkType: hard
21062106

2107-
"@types/jest@npm:^29.5.12":
2108-
version: 29.5.12
2109-
resolution: "@types/jest@npm:29.5.12"
2107+
"@types/jest@npm:^29.5.13":
2108+
version: 29.5.13
2109+
resolution: "@types/jest@npm:29.5.13"
21102110
dependencies:
21112111
expect: "npm:^29.0.0"
21122112
pretty-format: "npm:^29.0.0"
2113-
checksum: 25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
2113+
checksum: 9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7
21142114
languageName: node
21152115
linkType: hard
21162116

@@ -5354,7 +5354,7 @@ __metadata:
53545354
"@types/express": "npm:^4.17.21"
53555355
"@types/fs-extra": "npm:^11.0.4"
53565356
"@types/http-errors": "npm:^2.0.4"
5357-
"@types/jest": "npm:^29.5.12"
5357+
"@types/jest": "npm:^29.5.13"
53585358
"@types/lodash": "npm:^4.17.7"
53595359
"@types/morgan": "npm:^1.9.9"
53605360
"@types/supertest": "npm:^6.0.2"

0 commit comments

Comments
 (0)