From 9004d1ef54b259f5b8ea088700b941c939727811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 04:08:37 +0000 Subject: [PATCH] [skip netlify]: Bump jest-mock-console from 0.4.2 to 1.2.3 Bumps [jest-mock-console](https://github.com/bpedersen/jest-mock-console) from 0.4.2 to 1.2.3. - [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..b6bd170 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.3", "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..39f9cca 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.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-1.2.3.tgz#4e725cd2c26d17051c35ce2c378129d52c2b4f61" + integrity sha512-q4jfuHW3V3tYzwtKTF6nxjRNriUC2/D2SVfxW88lNeG1qO1mVarBUqgOAvZjTEmxuTsjzGlHQsDIgvlOZaLccg== jest-mock-process@^1.2.0: version "1.2.0"