Skip to content

Commit 602efc9

Browse files
chore: Bump @types/jest (#456)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1480fcd commit 602efc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@octokit/rest": "^18.0.12",
17-
"@types/jest": "^26.0.19",
17+
"@types/jest": "^26.0.20",
1818
"@types/node": "^14.14.16",
1919
"@types/request": "^2.48.4",
2020
"@typescript-eslint/eslint-plugin": "^4.0.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,10 @@
721721
dependencies:
722722
"@types/istanbul-lib-report" "*"
723723

724-
"@types/[email protected]", "@types/jest@^26.0.19":
725-
version "26.0.19"
726-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.19.tgz#e6fa1e3def5842ec85045bd5210e9bb8289de790"
727-
integrity sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==
724+
"@types/[email protected]", "@types/jest@^26.0.20":
725+
version "26.0.20"
726+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
727+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
728728
dependencies:
729729
jest-diff "^26.0.0"
730730
pretty-format "^26.0.0"

0 commit comments

Comments
 (0)