Skip to content

Commit da4acb6

Browse files
chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.14 in /test (#346)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 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.12&new-version=29.5.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2098f9d commit da4acb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@nrwl/node": "^15.9.7",
1313
"@nrwl/workspace": "^15.9.7",
1414
"@tsconfig/node18": "^18.2.4",
15-
"@types/jest": "^29.5.12",
15+
"@types/jest": "^29.5.14",
1616
"@types/ts-expose-internals": "npm:ts-expose-internals@^4.9.5",
1717
"jest": "^29.7.0",
1818
"nx": "^15.9.7",

test/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,13 +2377,13 @@ __metadata:
23772377
languageName: node
23782378
linkType: hard
23792379

2380-
"@types/jest@npm:^29.5.12":
2381-
version: 29.5.12
2382-
resolution: "@types/jest@npm:29.5.12"
2380+
"@types/jest@npm:^29.5.14":
2381+
version: 29.5.14
2382+
resolution: "@types/jest@npm:29.5.14"
23832383
dependencies:
23842384
expect: "npm:^29.0.0"
23852385
pretty-format: "npm:^29.0.0"
2386-
checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
2386+
checksum: 10c0/18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed
23872387
languageName: node
23882388
linkType: hard
23892389

@@ -8085,7 +8085,7 @@ __metadata:
80858085
"@nrwl/node": "npm:^15.9.7"
80868086
"@nrwl/workspace": "npm:^15.9.7"
80878087
"@tsconfig/node18": "npm:^18.2.4"
8088-
"@types/jest": "npm:^29.5.12"
8088+
"@types/jest": "npm:^29.5.14"
80898089
"@types/ts-expose-internals": "npm:ts-expose-internals@^4.9.5"
80908090
jest: "npm:^29.7.0"
80918091
nx: "npm:^15.9.7"

0 commit comments

Comments
 (0)