From 72e8c08256dff49180c90491a06de7714c5f3bc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 14:39:39 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-jest from 28.5.0 to 28.8.0 Snyk has created this PR to upgrade eslint-plugin-jest from 28.5.0 to 28.8.0. See this package in npm: eslint-plugin-jest See this project in Snyk: https://app.snyk.io/org/sec32fun32/project/54514032-9832-440c-8c1f-d5276f87d3f0?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 b45b792c9..15f5b866a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", "eslint-plugin-github": "^4.10.2", - "eslint-plugin-jest": "^28.5.0", + "eslint-plugin-jest": "^28.8.0", "jest": "^29.7.0", "jest-circus": "^29.7.0", "js-yaml": "^4.1.0",