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",