From 33a2987b0a6c723a6f6329c2f32fa746662b9344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 03:02:14 +0000 Subject: [PATCH] chore(deps-dev): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [hono](https://github.com/honojs/hono). Updates `eslint-plugin-jest` from 29.10.1 to 29.11.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.10.1...v29.11.0) Updates `hono` from 4.11.1 to 4.11.2 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.1...v4.11.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: hono dependency-version: 4.11.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 484d1bdf2..c5d6a8975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10281,9 +10281,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.10.1.tgz", - "integrity": "sha512-4Nv70A4cHwKadDGlD2Znt+lbbsBKcY0N/GAeN2/0kDaVW3Lv8txVsvkvJcSUiAcS9qvLOPOwDihnlfSk32x85Q==", + "version": "29.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.11.0.tgz", + "integrity": "sha512-ay2MPUfHhwXyv+FbPxRWiEq3HNNsg4uMt/eBGlsfGHkM0891f0lcr0WrtID+TMyg17unAnNrnySD5LwirlA8EQ==", "dev": true, "license": "MIT", "peer": true, @@ -12919,9 +12919,9 @@ } }, "node_modules/hono": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.1.tgz", - "integrity": "sha512-KsFcH0xxHes0J4zaQgWbYwmz3UPOOskdqZmItstUG93+Wk1ePBLkLGwbP9zlmh1BFUiL8Qp+Xfu9P7feJWpGNg==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.2.tgz", + "integrity": "sha512-o+avdUAD1v94oHkjGBhiMhBV4WBHxhbu0+CUVH78hhphKy/OKQLxtKjkmmNcrMlbYAhAbsM/9F+l3KnYxyD3Lg==", "dev": true, "license": "MIT", "peer": true,