From 1d4a8a838f6a6a456ad517e6c755eaff600cd289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:53:34 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 28.8.3 to 28.10.0 (#1477) --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7aee3c4..e0304d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "cors": "^2.8.5", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.10.0", "form-data": "^4.0.1", "handlebars": "^4.7.8", "http-status-codes": "^2.3.0", @@ -4195,11 +4195,10 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.8.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz", - "integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==", + "version": "28.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz", + "integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, @@ -13084,9 +13083,9 @@ "requires": {} }, "eslint-plugin-jest": { - "version": "28.8.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz", - "integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==", + "version": "28.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz", + "integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==", "dev": true, "requires": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" diff --git a/package.json b/package.json index 1c0b21c4..05a1a15f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "cors": "^2.8.5", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.10.0", "form-data": "^4.0.1", "handlebars": "^4.7.8", "http-status-codes": "^2.3.0",