From 71861c6062439e998bcc5bd5249b0774f090241a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:04:04 +0000 Subject: [PATCH] build(deps-dev): bump jest-fail-on-console from 3.1.1 to 3.3.1 Bumps [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console) from 3.1.1 to 3.3.1. - [Release notes](https://github.com/ValentinH/jest-fail-on-console/releases) - [Commits](https://github.com/ValentinH/jest-fail-on-console/compare/v3.1.1...v3.3.1) --- updated-dependencies: - dependency-name: jest-fail-on-console dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a6319e4..98b4839 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-unicorn": "28.0.2", "jest": "^27.5.1", "jest-circus": "^27.5.1", - "jest-fail-on-console": "^3.0.2", + "jest-fail-on-console": "^3.3.1", "js-yaml": "^4.1.0", "node-fetch": "2", "prettier": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index affa3a8..ac01b33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3480,7 +3480,7 @@ chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4.0.0, chalk@^4.1.0: +chalk@^4.0.0: version "4.1.2" resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -5509,12 +5509,10 @@ jest-environment-node@^27.5.1: jest-mock "^27.5.1" jest-util "^27.5.1" -jest-fail-on-console@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/jest-fail-on-console/-/jest-fail-on-console-3.1.1.tgz#4ca0d0cc8f11675e8e9f52159a37a6602a7e6c09" - integrity sha512-g9HGhKcWOz8lHeZhLCXGg+RD/7upngiKkkBrHimsO/tGB0qi++QZffOgybjeI2bDW1qgdFiJJEG6t/WeTlfmOw== - dependencies: - chalk "^4.1.0" +jest-fail-on-console@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/jest-fail-on-console/-/jest-fail-on-console-3.3.1.tgz#7d17e3a155cd0452b5be0d0906b6cb35e8594000" + integrity sha512-dmq/dmh5OBgJlD1MJdpznzwFQP8S7msf3ghTGWQLGhagWwHKzGtqXza76nuJUKOK7BdwqcTK6CCE49Xxv4ckUQ== jest-get-type@^27.5.1: version "27.5.1"