From d54601d61941d9ad4a43d75f0be43083130e67e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 03:02:15 +0000 Subject: [PATCH] chore(deps-dev): bump jest-fail-on-console from 3.0.2 to 3.1.1 Bumps [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/ValentinH/jest-fail-on-console/releases) - [Commits](https://github.com/ValentinH/jest-fail-on-console/compare/v3.0.2...v3.1.1) --- updated-dependencies: - dependency-name: jest-fail-on-console dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 634f35d0c2e..d3c490e8c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -128,7 +128,7 @@ "jest": "29.4.2", "jest-axe": "7.0.1", "jest-environment-jsdom": "29.4.3", - "jest-fail-on-console": "3.0.2", + "jest-fail-on-console": "3.1.1", "jest-matchmedia-mock": "1.1.0", "jest-styled-components": "6.3.4", "jest-watch-typeahead": "2.2.2", @@ -41446,9 +41446,9 @@ } }, "node_modules/jest-fail-on-console": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-3.0.2.tgz", - "integrity": "sha512-8vpH03d9n41jKCF/rcQz/nf0ksK2hlnOXTY5VUMqliPHPfT9F7L9CYOyhFNSQ+o6Aszsuja0GAXt1jz6sfDM8w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-3.1.1.tgz", + "integrity": "sha512-g9HGhKcWOz8lHeZhLCXGg+RD/7upngiKkkBrHimsO/tGB0qi++QZffOgybjeI2bDW1qgdFiJJEG6t/WeTlfmOw==", "dev": true, "dependencies": { "chalk": "^4.1.0" @@ -87210,9 +87210,9 @@ } }, "jest-fail-on-console": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-3.0.2.tgz", - "integrity": "sha512-8vpH03d9n41jKCF/rcQz/nf0ksK2hlnOXTY5VUMqliPHPfT9F7L9CYOyhFNSQ+o6Aszsuja0GAXt1jz6sfDM8w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-3.1.1.tgz", + "integrity": "sha512-g9HGhKcWOz8lHeZhLCXGg+RD/7upngiKkkBrHimsO/tGB0qi++QZffOgybjeI2bDW1qgdFiJJEG6t/WeTlfmOw==", "dev": true, "requires": { "chalk": "^4.1.0" diff --git a/package.json b/package.json index 95e5f43e8a4..5f7a511b067 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "jest": "29.4.2", "jest-axe": "7.0.1", "jest-environment-jsdom": "29.4.3", - "jest-fail-on-console": "3.0.2", + "jest-fail-on-console": "3.1.1", "jest-matchmedia-mock": "1.1.0", "jest-styled-components": "6.3.4", "jest-watch-typeahead": "2.2.2",