From f88ea7a6087809e63d128eef36ade2b192cb8493 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 01:05:59 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-jest from 26.9.0 to 28.5.0 Snyk has created this PR to upgrade eslint-plugin-jest from 26.9.0 to 28.5.0. See this package in npm: eslint-plugin-jest See this project in Snyk: https://app.snyk.io/org/youtacrands-va/project/309c3048-1f41-4f0e-9f7a-d04da04f46e7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdb38a66..9e6b0be6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^36.0.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^28.5.0", "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1",