Skip to content

Commit f749add

Browse files
Bump @types/jest from 29.5.12 to 29.5.13
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13. - [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]>
1 parent d31b140 commit f749add

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/bcrypt": "^5.0.0",
2828
"@types/body-parser": "^1.19.2",
2929
"@types/express": "^4.17.15",
30-
"@types/jest": "^29.2.5",
30+
"@types/jest": "^29.5.13",
3131
"@types/jsonwebtoken": "^9.0.7",
3232
"@types/lodash": "^4.17.7",
3333
"@types/node": "^22.7.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -874,10 +874,10 @@
874874
dependencies:
875875
"@types/istanbul-lib-report" "*"
876876

877-
"@types/jest@^29.2.5":
878-
version "29.5.12"
879-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
880-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
877+
"@types/jest@^29.5.13":
878+
version "29.5.13"
879+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
880+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
881881
dependencies:
882882
expect "^29.0.0"
883883
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)