Skip to content

Commit 336afa7

Browse files
Bump @types/jest from 29.5.13 to 29.5.14 (#104)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 to 29.5.14. - [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 d374a3a commit 336afa7

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
@@ -36,7 +36,7 @@
3636
"meta": {},
3737
"devDependencies": {
3838
"@babel/preset-env": "^7.26.9",
39-
"@types/jest": "^29.5.13",
39+
"@types/jest": "^29.5.14",
4040
"@types/node": "^22.10.5",
4141
"@typescript-eslint/eslint-plugin": "^6.4.0",
4242
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,10 +1522,10 @@
15221522
dependencies:
15231523
"@types/istanbul-lib-report" "*"
15241524

1525-
"@types/jest@^29.5.13":
1526-
version "29.5.13"
1527-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
1528-
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
1525+
"@types/jest@^29.5.14":
1526+
version "29.5.14"
1527+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
1528+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
15291529
dependencies:
15301530
expect "^29.0.0"
15311531
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)