From 2eab391bbd8bb1a1eded4cbe7fe7dc7a24362427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:29:08 +0000 Subject: [PATCH] chore(deps): update jest --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b974def5b..1770ad7ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "eslint-config-adslot": "^1.8.3", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-jest-dom": "^5.2.0", + "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^6.2.0", "glob": "^8.1.0", @@ -74,7 +74,7 @@ "husky": "^9.0.11", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "jest-fail-on-console": "^3.1.2", + "jest-fail-on-console": "^3.3.0", "lint-staged": "^15.2.7", "mini-css-extract-plugin": "^2.8.1", "null-loader": "^4.0.1", @@ -15826,9 +15826,9 @@ } }, "node_modules/eslint-plugin-jest-dom": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.2.0.tgz", - "integrity": "sha512-ctnCP0MsLmUvbCyhnOQ+/1OmsZj+e7V6kFunazIx5728Yq7TQnuKI8HOsgPTStB+9iYEpiEa+VfKB09Lq7/3fA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.4.0.tgz", + "integrity": "sha512-yBqvFsnpS5Sybjoq61cJiUsenRkC9K32hYQBFS9doBR7nbQZZ5FyO+X7MlmfM1C48Ejx/qTuOCgukDUNyzKZ7A==", "dev": true, "dependencies": { "@babel/runtime": "^7.16.3", @@ -15840,8 +15840,8 @@ "yarn": ">=1" }, "peerDependencies": { - "@testing-library/dom": "^8.0.0 || ^9.0.0", - "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0" + "@testing-library/dom": "^8.0.0 || ^9.0.0 || ^10.0.0", + "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" }, "peerDependenciesMeta": { "@testing-library/dom": { @@ -20417,9 +20417,9 @@ } }, "node_modules/jest-fail-on-console": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-3.1.2.tgz", - "integrity": "sha512-Z4TDJn/QvhlGflxyh8JyqRU3ovEvR2OD8rIsZU8zHJxjC9rto9XeLdqH+RPHY65Tc6riSXq1HK93uLMABaRpbg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/jest-fail-on-console/-/jest-fail-on-console-3.3.0.tgz", + "integrity": "sha512-J9rnFQvQwkcGJw01zCEKe2Uag+E926lFgIyaQGep2LqhQH7OCRHyD+tm/jnNoKlSRnOBO60DmzMjeQAVI3f5cw==", "dev": true }, "node_modules/jest-get-type": { diff --git a/package.json b/package.json index bd0c1819f..65d892df4 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "eslint-config-adslot": "^1.8.3", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-jest-dom": "^5.2.0", + "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^6.2.0", "glob": "^8.1.0", @@ -124,7 +124,7 @@ "husky": "^9.0.11", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "jest-fail-on-console": "^3.1.2", + "jest-fail-on-console": "^3.3.0", "lint-staged": "^15.2.7", "mini-css-extract-plugin": "^2.8.1", "null-loader": "^4.0.1",