From 7625ebda3dbe5bd6d5e385de254aaf72653850bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Sep 2020 00:35:07 +0000 Subject: [PATCH] Update dependency @types/jest to v26.0.14 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d800fd0f..9c722bc52 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/domhandler": "2.4.1", "@types/emoji-mart": "3.0.2", "@types/highlight.js": "9.12.4", - "@types/jest": "26.0.13", + "@types/jest": "26.0.14", "@types/js-yaml": "3.12.5", "@types/markdown-it": "10.0.2", "@types/markdown-it-anchor": "4.0.4", diff --git a/yarn.lock b/yarn.lock index e4dc9210b..fc3dd5db7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1924,7 +1924,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@26.0.13": +"@types/jest@*": version "26.0.13" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e" integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA== @@ -1932,6 +1932,14 @@ jest-diff "^25.2.1" pretty-format "^25.2.1" +"@types/jest@26.0.14": + version "26.0.14" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3" + integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== + dependencies: + jest-diff "^25.2.1" + pretty-format "^25.2.1" + "@types/js-cookie@2.2.6": version "2.2.6" resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.6.tgz#f1a1cb35aff47bc5cfb05cb0c441ca91e914c26f"