Skip to content

Commit bf6d53c

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

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
@@ -26,7 +26,7 @@
2626
"trailingComma": "es5"
2727
},
2828
"devDependencies": {
29-
"@types/jest": "^29.5.11",
29+
"@types/jest": "^29.5.12",
3030
"@types/react": "^18.2.45",
3131
"@types/react-dom": "^18.2.18",
3232
"husky": "^7.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,10 +1458,10 @@
14581458
jest-diff "^25.2.1"
14591459
pretty-format "^25.2.1"
14601460

1461-
"@types/jest@^29.5.11":
1462-
version "29.5.11"
1463-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c"
1464-
integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==
1461+
"@types/jest@^29.5.12":
1462+
version "29.5.12"
1463+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
1464+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
14651465
dependencies:
14661466
expect "^29.0.0"
14671467
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)