From c71f120d01975e470220ca4e5e8d24f3bb2b3ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:46:56 +0000 Subject: [PATCH] [skip netlify]: Bump jest-mock-console from 0.4.2 to 1.0.1 Bumps [jest-mock-console](https://github.com/bpedersen/jest-mock-console) from 0.4.2 to 1.0.1. - [Release notes](https://github.com/bpedersen/jest-mock-console/releases) - [Commits](https://github.com/bpedersen/jest-mock-console/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 363a33f..e018956 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "flow-bin": "^0.98.0", "husky": "^1.3.1", "jest": "^26.6.3", - "jest-mock-console": "^0.4.2", + "jest-mock-console": "^1.0.1", "jest-mock-process": "^1.2.0", "tmp": "^0.1.0", "ts-jest": "^26.5.4", diff --git a/yarn.lock b/yarn.lock index a554d11..67bfb46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3259,9 +3259,10 @@ jest-message-util@^26.6.2: slash "^3.0.0" stack-utils "^2.0.2" -jest-mock-console@^0.4.2: - version "0.4.2" - resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-0.4.2.tgz#6caf471a66cdb88222ae09a4520af192176765f6" +jest-mock-console@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-1.0.1.tgz#07978047735a782d0d4172d1afcabd82f6de9b08" + integrity sha512-Bn+Of/cvz9LOEEeEg5IX5Lsf8D2BscXa3Zl5+vSVJl37yiT8gMAPPKfE09jJOwwu1zbagL11QTrH+L/Gn8udOg== jest-mock-process@^1.2.0: version "1.2.0"