From 17649b13920d46ed1b0f4ad9a8e3759c350f30d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:26:03 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27 --- back/strapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/strapi/package.json b/back/strapi/package.json index 8bb3e8e05..c4a71dff5 100644 --- a/back/strapi/package.json +++ b/back/strapi/package.json @@ -60,7 +60,7 @@ "babel-eslint": "^10.1.0", "dotenv": "^10.0.0", "eslint": "^7.32.0", - "eslint-plugin-jest": "^24.4.3", + "eslint-plugin-jest": "^27.0.0", "jest": "^27.2.5", "prettier": "^2.3.2" },