Skip to content

Commit

Permalink
Bump @types/jest from 29.5.8 to 29.5.14
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.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]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent e017030 commit 7437b0e
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 @@ -12,7 +12,7 @@
},
"devDependencies": {
"@ovotech/genesys-web-messaging-tester": "2.0.7",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.14",
"@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 @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.14",
"@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 @@ -32,7 +32,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.14",
"@types/node": "^14.14.2",
"@types/sinonjs__fake-timers": "^8.1.2",
"@types/uuid": "^10.0.0",
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.14
"@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.14
"@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.14
"@types/node": ^14.14.2
"@types/sinonjs__fake-timers": ^8.1.2
"@types/uuid": ^10.0.0
Expand Down Expand Up @@ -1322,7 +1322,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 @@ -1332,6 +1332,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.14":
version: 29.5.14
resolution: "@types/jest@npm:29.5.14"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 18dba4623f26661641d757c63da2db45e9524c9be96a29ef713c703a9a53792df9ecee9f7365a0858ddbd6440d98fe6b65ca67895ca5884b73cbc7ffc11f3838
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 7437b0e

Please sign in to comment.