From 27685bbd62bd2b19eab95f413c83981956c14a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:53:26 +0000 Subject: [PATCH] chore: bump eslint-plugin-jest from 29.15.5 to 29.16.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.5 to 29.16.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.15.5...v29.16.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.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 ed1d65abb4..e5289a2ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stoplight/spectral-ruleset-bundler": "^1.7.0", "apache-arrow": "^21.2.0", "dotenv": "^17.4.2", - "eslint-plugin-jest": "^29.15.5", + "eslint-plugin-jest": "^29.16.0", "inflection": "^3.0.2", "markdown-table": "^3.0.4", "openapi-to-postmanv2": "6.3.0", @@ -7243,9 +7243,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.5.tgz", - "integrity": "sha512-gnY9aw4HO7bI6lnKf+tx9uX/dwDPX5tHK3MB5Jd/NmmOHwEY8H8Caf2a39DNCZoqJ+j8EqNra/iuoj/z3GuAeA==", + "version": "29.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.0.tgz", + "integrity": "sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.0.0" diff --git a/package.json b/package.json index 1f41fac791..4fdc9fc1ea 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@stoplight/spectral-ruleset-bundler": "^1.7.0", "apache-arrow": "^21.2.0", "dotenv": "^17.4.2", - "eslint-plugin-jest": "^29.15.5", + "eslint-plugin-jest": "^29.16.0", "inflection": "^3.0.2", "markdown-table": "^3.0.4", "openapi-to-postmanv2": "6.3.0",