Skip to content

Commit d5b365c

Browse files
Bump @types/jest from 29.5.8 to 29.5.14 (ovotech#237)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.8 to 29.5.14. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.8&new-version=29.5.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a09b76 commit d5b365c

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

examples/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@ovotech/genesys-web-messaging-tester": "2.0.7",
15-
"@types/jest": "^29.0.3",
15+
"@types/jest": "^29.5.14",
1616
"@types/node": "^14.14.2",
1717
"@typescript-eslint/eslint-plugin": "latest",
1818
"@typescript-eslint/parser": "latest",

packages/genesys-web-messaging-tester-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@types/humanize-duration": "^3.27.1",
48-
"@types/jest": "^29.0.3",
48+
"@types/jest": "^29.5.14",
4949
"@types/jest-when": "^3.5.2",
5050
"@types/js-yaml": "^4.0.5",
5151
"@types/node": "^14.14.2",

packages/genesys-web-messaging-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ikerin/build-readme": "^1.1.1",
3333
"@sinonjs/fake-timers": "^11.0.0",
3434
"@types/debug": "^4.1.8",
35-
"@types/jest": "^29.0.3",
35+
"@types/jest": "^29.5.14",
3636
"@types/node": "^14.14.2",
3737
"@types/sinonjs__fake-timers": "^8.1.2",
3838
"@types/uuid": "^10.0.0",

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ __metadata:
489489
resolution: "@examples/api@workspace:examples/api"
490490
dependencies:
491491
"@ovotech/genesys-web-messaging-tester": 2.0.7
492-
"@types/jest": ^29.0.3
492+
"@types/jest": ^29.5.14
493493
"@types/node": ^14.14.2
494494
"@typescript-eslint/eslint-plugin": latest
495495
"@typescript-eslint/parser": latest
@@ -959,7 +959,7 @@ __metadata:
959959
"@google-cloud/aiplatform": 3.10.0
960960
"@ovotech/genesys-web-messaging-tester": ^2.0.7
961961
"@types/humanize-duration": ^3.27.1
962-
"@types/jest": ^29.0.3
962+
"@types/jest": ^29.5.14
963963
"@types/jest-when": ^3.5.2
964964
"@types/js-yaml": ^4.0.5
965965
"@types/node": ^14.14.2
@@ -1006,7 +1006,7 @@ __metadata:
10061006
"@ikerin/build-readme": ^1.1.1
10071007
"@sinonjs/fake-timers": ^11.0.0
10081008
"@types/debug": ^4.1.8
1009-
"@types/jest": ^29.0.3
1009+
"@types/jest": ^29.5.14
10101010
"@types/node": ^14.14.2
10111011
"@types/sinonjs__fake-timers": ^8.1.2
10121012
"@types/uuid": ^10.0.0
@@ -1322,7 +1322,7 @@ __metadata:
13221322
languageName: node
13231323
linkType: hard
13241324

1325-
"@types/jest@npm:*, @types/jest@npm:^29.0.3":
1325+
"@types/jest@npm:*":
13261326
version: 29.5.8
13271327
resolution: "@types/jest@npm:29.5.8"
13281328
dependencies:
@@ -1332,6 +1332,16 @@ __metadata:
13321332
languageName: node
13331333
linkType: hard
13341334

1335+
"@types/jest@npm:^29.5.14":
1336+
version: 29.5.14
1337+
resolution: "@types/jest@npm:29.5.14"
1338+
dependencies:
1339+
expect: ^29.0.0
1340+
pretty-format: ^29.0.0
1341+
checksum: 18dba4623f26661641d757c63da2db45e9524c9be96a29ef713c703a9a53792df9ecee9f7365a0858ddbd6440d98fe6b65ca67895ca5884b73cbc7ffc11f3838
1342+
languageName: node
1343+
linkType: hard
1344+
13351345
"@types/js-yaml@npm:^4.0.5":
13361346
version: 4.0.9
13371347
resolution: "@types/js-yaml@npm:4.0.9"

0 commit comments

Comments
 (0)