From 98d5ccd8b3d008a46e2c391229e7dcf2d0e40ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:55:22 +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" },