Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to ^26.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2020
1 parent 3016f71 commit 46681d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/etag": "^1.8.0",
"@types/express": "^4.17.3",
"@types/got": "^9.6.11",
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.13",
"@types/keyv": "^3.1.1",
"@types/node": "^14.6.2",
"@types/reflect-metadata": "^0.1.0",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1096,14 +1096,22 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@26.x", "@types/jest@^26.0.10":
"@types/jest@26.x":
version "26.0.10"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"

"@types/jest@^26.0.13":
version "26.0.13"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e"
integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"

"@types/json-schema@^7.0.3":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
Expand Down

0 comments on commit 46681d2

Please sign in to comment.