Skip to content

Commit 7ceea13

Browse files
dependabot[bot]eleanorreem
authored andcommitted
chore(deps-dev): 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 8413c74 commit 7ceea13

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
@@ -64,7 +64,7 @@
6464
"@nestjs/testing": "^10.4.1",
6565
"@types/date-fns": "^2.6.0",
6666
"@types/express": "^4.17.21",
67-
"@types/jest": "^29.5.12",
67+
"@types/jest": "^29.5.13",
6868
"@types/lodash": "^4.17.7",
6969
"@types/node": "^22.5.4",
7070
"@types/supertest": "^6.0.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1691,10 +1691,10 @@
16911691
dependencies:
16921692
"@types/istanbul-lib-report" "*"
16931693

1694-
"@types/jest@^29.5.12":
1695-
version "29.5.12"
1696-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
1697-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
1694+
"@types/jest@^29.5.13":
1695+
version "29.5.13"
1696+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
1697+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
16981698
dependencies:
16991699
expect "^29.0.0"
17001700
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)