From ed0083d2c82d258b42514e5d87280c020791bc17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:28:19 +0000 Subject: [PATCH] Bump jest-fail-on-console from 2.2.3 to 3.0.2 Bumps [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console) from 2.2.3 to 3.0.2. - [Release notes](https://github.com/ValentinH/jest-fail-on-console/releases) - [Commits](https://github.com/ValentinH/jest-fail-on-console/compare/v2.2.3...v3.0.2) --- updated-dependencies: - dependency-name: jest-fail-on-console dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ded788692bfc..e9f56a4af43e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,6 @@ "hot-shots": "^9.0.0", "html-entities": "^2.3.2", "imurmurhash": "^0.1.4", - "jest-puppeteer": "^6.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "kleur": "4.1.4", @@ -59,7 +58,6 @@ "morgan": "^1.10.0", "next": "^12.1.5", "node-fetch": "^3.2.0", - "pa11y-ci": "^3.0.1", "parse5": "^6.0.1", "port-used": "^2.0.8", "react": "^17.0.2", @@ -142,7 +140,7 @@ "japanese-characters": "^1.1.0", "javascript-stringify": "^2.1.0", "jest": "^27.4.7", - "jest-fail-on-console": "^2.2.3", + "jest-fail-on-console": "^3.0.2", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", "linkinator": "^3.0.3", @@ -8183,6 +8181,16 @@ "node": ">= 0.8.0" } }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/escodegen/node_modules/type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -11961,9 +11969,9 @@ } }, "node_modules/jest-fail-on-console": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-2.2.3.tgz", - "integrity": "sha512-fwSslH/Stq1NqN/z7PMYzUuHZxqimPCJOjj3D3RovpYCPXj/2WRiradhpVUm+tsSw4zW4MB9iJcXz6ggmw2nEg==", + "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==", "dev": true, "dependencies": { "chalk": "^4.1.0" @@ -27094,6 +27102,13 @@ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "dev": true }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -29908,9 +29923,9 @@ } }, "jest-fail-on-console": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-2.2.3.tgz", - "integrity": "sha512-fwSslH/Stq1NqN/z7PMYzUuHZxqimPCJOjj3D3RovpYCPXj/2WRiradhpVUm+tsSw4zW4MB9iJcXz6ggmw2nEg==", + "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==", "dev": true, "requires": { "chalk": "^4.1.0" diff --git a/package.json b/package.json index 43da2bd0024f..21700e9d810d 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "japanese-characters": "^1.1.0", "javascript-stringify": "^2.1.0", "jest": "^27.4.7", - "jest-fail-on-console": "^2.2.3", + "jest-fail-on-console": "^3.0.2", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", "linkinator": "^3.0.3",