From 7be46b06f28659a1a1c2192e7c1daed59ec1ff34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Aug 2024 08:49:26 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-jest from 28.6.0 to 28.7.0 Snyk has created this PR to upgrade eslint-plugin-jest from 28.6.0 to 28.7.0. See this package in npm: eslint-plugin-jest See this project in Snyk: https://app.snyk.io/org/expensify/project/4945ebcf-d145-4524-893a-d9c905019a72?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2632bfc8..9576e4eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint": "^8.57.0", "eslint-config-expensify": "^2.0.52", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0", "grunt": "1.6.1", @@ -5382,18 +5382,19 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz", - "integrity": "sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==", + "version": "28.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.7.0.tgz", + "integrity": "sha512-fzPGN7awL2ftVRQh/bsCi+16ArUZWujZnD1b8EGJqy8nr4//7tZ3BIdc/9edcJBtB3hpci3GtdMNFVDwHU0Eag==", "dev": true, + "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0" + "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", "jest": "*" }, diff --git a/package.json b/package.json index ab038c9c..62e1cd27 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "^8.57.0", "eslint-config-expensify": "^2.0.52", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0", "grunt": "1.6.1",