Skip to content

Commit d168a94

Browse files
chore: Bump @types/jest (#197)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.10 to 26.0.13. - [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 818135e commit d168a94

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.3",
17-
"@types/jest": "^26.0.9",
17+
"@types/jest": "^26.0.13",
1818
"@types/node": "^14.10.1",
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
@@ -682,10 +682,10 @@
682682
dependencies:
683683
"@types/istanbul-lib-report" "*"
684684

685-
"@types/[email protected]", "@types/jest@^26.0.9":
686-
version "26.0.10"
687-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
688-
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
685+
"@types/[email protected]", "@types/jest@^26.0.13":
686+
version "26.0.13"
687+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e"
688+
integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==
689689
dependencies:
690690
jest-diff "^25.2.1"
691691
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)