From 34161ffcbd48bb77e817437593de62397350745d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:35:56 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- package.json | 2 +- packages/examples/001-live-chat/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d7ba11a..a305ad3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.0", "husky": "9.1.7", - "knip": "6.17.1", + "knip": "6.17.2", "lint-staged": "17.0.8", "turbo": "2.9.18" }, diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index 76568f0..3ec6977 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -5,7 +5,7 @@ }, "description": "InversifyJs live chat code example", "dependencies": { - "@hono/node-server": "^2.0.5", + "@hono/node-server": "^2.0.6", "@inversifyjs/http-core": "^5.4.5", "@inversifyjs/http-hono": "^5.4.5", "@inversifyjs/http-sse": "^2.0.11",