From fa36fb635610ef891a86491524aa15a8f6fe3772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:20:49 +1100 Subject: [PATCH] chore(deps-dev): bump jest-fail-on-console from 3.1.1 to 3.1.2 (#1337) Bumps [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console) from 3.1.1 to 3.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: jest-fail-on-console dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index bb51ebdce..00ca43a3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7327,11 +7327,9 @@ jest-environment-node@^29.5.0: jest-util "^29.5.0" jest-fail-on-console@^3.1.1: - 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" + version "3.1.2" + resolved "https://registry.yarnpkg.com/jest-fail-on-console/-/jest-fail-on-console-3.1.2.tgz#7190113cc8ff20b735546f560367dfc2e3777323" + integrity sha512-Z4TDJn/QvhlGflxyh8JyqRU3ovEvR2OD8rIsZU8zHJxjC9rto9XeLdqH+RPHY65Tc6riSXq1HK93uLMABaRpbg== jest-get-type@^29.4.3: version "29.4.3"