From 9dbe00f2ca9ba84a548fa8f7d80a26fd9360d99c Mon Sep 17 00:00:00 2001 From: Kevin Brightwell Date: Fri, 10 Jan 2025 08:41:30 -0500 Subject: [PATCH] update jest --- sources/package-lock.json | 2 +- sources/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/package-lock.json b/sources/package-lock.json index 5e1e9ca..ffbd3c1 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -36,7 +36,7 @@ "@vercel/ncc": "0.38.3", "eslint": "8.57.1", "eslint-plugin-github": "5.1.4", - "eslint-plugin-jest": "28.9.0", + "eslint-plugin-jest": "^28.9.0", "jest": "29.7.0", "js-yaml": "4.1.0", "nock": "13.5.6", diff --git a/sources/package.json b/sources/package.json index 91bc7a6..a0fcd57 100644 --- a/sources/package.json +++ b/sources/package.json @@ -58,7 +58,7 @@ "@vercel/ncc": "0.38.3", "eslint": "8.57.1", "eslint-plugin-github": "5.1.4", - "eslint-plugin-jest": "28.9.0", + "eslint-plugin-jest": "^28.9.0", "jest": "29.7.0", "js-yaml": "4.1.0", "nock": "13.5.6",