From 48ad90f43759e22e0c84d769ff6b7825263dbe99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 08:22:45 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 28.10.0 to 28.11.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.10.0 to 28.11.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.11.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.11.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e072cb1f..c18e4626 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "cors": "^2.8.5", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jest": "^28.10.0", + "eslint-plugin-jest": "^28.11.1", "form-data": "^4.0.1", "handlebars": "^4.7.8", "http-status-codes": "^2.3.0", @@ -4301,10 +4301,11 @@ } }, "node_modules/eslint-plugin-jest": { - "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==", + "version": "28.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.1.tgz", + "integrity": "sha512-17+112oYbm56kt6ecFDoyi+keLpYblvVG+yze7/DbwsZGorfqaFg9UtgQpaAzJRvA2P64vifMo6WGn7gbj9LXg==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, @@ -12949,9 +12950,9 @@ "requires": {} }, "eslint-plugin-jest": { - "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==", + "version": "28.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.1.tgz", + "integrity": "sha512-17+112oYbm56kt6ecFDoyi+keLpYblvVG+yze7/DbwsZGorfqaFg9UtgQpaAzJRvA2P64vifMo6WGn7gbj9LXg==", "dev": true, "requires": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" diff --git a/package.json b/package.json index fd91a989..408fd974 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cors": "^2.8.5", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jest": "^28.10.0", + "eslint-plugin-jest": "^28.11.1", "form-data": "^4.0.1", "handlebars": "^4.7.8", "http-status-codes": "^2.3.0",