From a7ea287869b83e9a026a071689d858a6e6583091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:48:06 +0000 Subject: [PATCH] chore: bump eslint-plugin-jest from 29.0.1 to 29.1.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.1.0. - [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/v29.0.1...v29.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d814bbd7a..29b923cb4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^21.1.0", "dotenv": "^17.2.3", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.1.0", "inflection": "^3.0.2", "markdown-table": "^3.0.4", "openapi-to-postmanv2": "5.3.5", @@ -7110,9 +7110,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", - "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", + "version": "29.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.1.0.tgz", + "integrity": "sha512-LabxXbASXVjguqL+kBHTPMf3gUeSqwH4fsrEyHTY/MCs42I/p9+ctg09SJpYiD8eGaIsP6GwYr5xW6xWS9XgZg==", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.0.0" diff --git a/package.json b/package.json index 74cccfe7eb..04c75b1607 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@stoplight/spectral-ruleset-bundler": "^1.6.3", "apache-arrow": "^21.1.0", "dotenv": "^17.2.3", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.1.0", "inflection": "^3.0.2", "markdown-table": "^3.0.4", "openapi-to-postmanv2": "5.3.5",