Skip to content

Commit 667703b

Browse files
⬆️ Bump @types/jest from 29.5.13 to 29.5.14 (#1360)
⬆️ Bump @types/jest from 29.5.13 to 29.5.14 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 f370340 commit 667703b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@babel/preset-env": "7.25.4",
6666
"@babel/preset-flow": "7.25.9",
6767
"@babel/preset-typescript": "^7.26.0",
68-
"@types/jest": "^29.5.13",
68+
"@types/jest": "^29.5.14",
6969
"@types/update-notifier": "^6.0.8",
7070
"@typescript-eslint/eslint-plugin": "^5.62.0",
7171
"@typescript-eslint/parser": "^5.62.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1687,10 +1687,10 @@
16871687
dependencies:
16881688
"@types/istanbul-lib-report" "*"
16891689

1690-
"@types/jest@^29.5.13":
1691-
version "29.5.13"
1692-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
1693-
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
1690+
"@types/jest@^29.5.14":
1691+
version "29.5.14"
1692+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
1693+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
16941694
dependencies:
16951695
expect "^29.0.0"
16961696
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)