From df16e075bccb9ebc62811ae1cd4dc3d5c5710cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 04:07:43 +0000 Subject: [PATCH] [skip netlify]: Bump jest-mock-console from 0.4.2 to 1.2.0 Bumps [jest-mock-console](https://github.com/bpedersen/jest-mock-console) from 0.4.2 to 1.2.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..d54329d 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.2.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..69160b8 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.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-1.2.0.tgz#6dea661595969fa88e70b54c8921dc55594e0a34" + integrity sha512-Hu3PBQtYLpazxyEpofh9Pyr2d0Z7Vaj6jWmEGVgVNDRYohj+ItD5inM9SeDkTsJLwgUNB5a+dnDOxC6J+f+lXw== jest-mock-process@^1.2.0: version "1.2.0"