Skip to content

Commit

Permalink
Bump @types/jest from 29.5.8 to 29.5.12
Browse files Browse the repository at this point in the history
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.8 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent f59156a commit e80131c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@ovotech/genesys-web-messaging-tester": "2.0.7",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^14.14.2",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-web-messaging-tester-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.12",
"@types/jest-when": "^3.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^14.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-web-messaging-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ikerin/build-readme": "^1.1.1",
"@sinonjs/fake-timers": "^11.0.0",
"@types/debug": "^4.1.8",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^14.14.2",
"@types/sinonjs__fake-timers": "^8.1.2",
"@types/uuid": "^9.0.2",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ __metadata:
resolution: "@examples/api@workspace:examples/api"
dependencies:
"@ovotech/genesys-web-messaging-tester": 2.0.7
"@types/jest": ^29.0.3
"@types/jest": ^29.5.12
"@types/node": ^14.14.2
"@typescript-eslint/eslint-plugin": latest
"@typescript-eslint/parser": latest
Expand Down Expand Up @@ -959,7 +959,7 @@ __metadata:
"@google-cloud/aiplatform": 3.10.0
"@ovotech/genesys-web-messaging-tester": ^2.0.7
"@types/humanize-duration": ^3.27.1
"@types/jest": ^29.0.3
"@types/jest": ^29.5.12
"@types/jest-when": ^3.5.2
"@types/js-yaml": ^4.0.5
"@types/node": ^14.14.2
Expand Down Expand Up @@ -1006,7 +1006,7 @@ __metadata:
"@ikerin/build-readme": ^1.1.1
"@sinonjs/fake-timers": ^11.0.0
"@types/debug": ^4.1.8
"@types/jest": ^29.0.3
"@types/jest": ^29.5.12
"@types/node": ^14.14.2
"@types/sinonjs__fake-timers": ^8.1.2
"@types/uuid": ^9.0.2
Expand Down Expand Up @@ -1304,7 +1304,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*, @types/jest@npm:^29.0.3":
"@types/jest@npm:*":
version: 29.5.8
resolution: "@types/jest@npm:29.5.8"
dependencies:
Expand All @@ -1314,6 +1314,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.12":
version: 29.5.12
resolution: "@types/jest@npm:29.5.12"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 19b1efdeed9d9a60a81edc8226cdeae5af7479e493eaed273e01243891c9651f7b8b4c08fc633a7d0d1d379b091c4179bbaa0807af62542325fd72f2dd17ce1c
languageName: node
linkType: hard

"@types/js-yaml@npm:^4.0.5":
version: 4.0.9
resolution: "@types/js-yaml@npm:4.0.9"
Expand Down

0 comments on commit e80131c

Please sign in to comment.