Skip to content

Commit 4ca2bb2

Browse files
build(deps-dev): bump @types/jest from 29.5.1 to 29.5.2
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.1 to 29.5.2. - [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 be57b09 commit 4ca2bb2

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
@@ -6,7 +6,7 @@
66
"typings": "cjs/index.d.ts",
77
"license": "MIT",
88
"devDependencies": {
9-
"@types/jest": "29.5.1",
9+
"@types/jest": "29.5.2",
1010
"@typescript-eslint/eslint-plugin": "5.59.7",
1111
"@typescript-eslint/parser": "5.59.7",
1212
"eslint": "^8.39.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,10 +758,10 @@
758758
dependencies:
759759
"@types/istanbul-lib-report" "*"
760760

761-
"@types/[email protected].1":
762-
version "29.5.1"
763-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
764-
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
761+
"@types/[email protected].2":
762+
version "29.5.2"
763+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b"
764+
integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==
765765
dependencies:
766766
expect "^29.0.0"
767767
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)