From 2826c014266422effe3865dd128d3185473c7042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:06:34 +0000 Subject: [PATCH] [skip netlify]: Bump jest-mock-console from 0.4.2 to 2.0.0 Bumps [jest-mock-console](https://github.com/bpedersen/jest-mock-console) from 0.4.2 to 2.0.0. - [Release notes](https://github.com/bpedersen/jest-mock-console/releases) - [Commits](https://github.com/bpedersen/jest-mock-console/commits) --- updated-dependencies: - dependency-name: jest-mock-console dependency-type: direct:development update-type: version-update:semver-major ... 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..572270d 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": "^2.0.0", "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..5d81349 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@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-2.0.0.tgz#65a7f7e59f606b588359801dc1a732bd270f6108" + integrity sha512-7zrKtXVut+6doalosFxw/2O9spLepQJ9VukODtyLIub2fFkWKe1TyQrxr/GyQogTQcdkHfhvFJdx1OEzLqf/mw== jest-mock-process@^1.2.0: version "1.2.0"