From 804bb4ab41054857948c9cced9d96879f55a2a37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 12:40:25 +0000 Subject: [PATCH] fix: update auto merge on patch or minor --- package.json | 2 +- packages/examples/001-live-chat/package.json | 6 +++--- packages/examples/002-catalog-grapql-api/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 47a513d..b4e32da 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@inversifyjs/foundation-typescript-config": "~0.2.0", "@inversifyjs/foundation-vitest-config": "~0.2.1", "husky": "9.1.7", - "knip": "6.32.1", + "knip": "6.32.2", "lint-staged": "17.3.0", "turbo": "2.10.9" }, diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index 0ce53bf..a296412 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -6,9 +6,9 @@ "description": "InversifyJs live chat code example", "dependencies": { "@hono/node-server": "^2.1.0", - "@inversifyjs/http-core": "^5.4.8", - "@inversifyjs/http-hono": "^5.4.8", - "@inversifyjs/http-sse": "^2.0.14", + "@inversifyjs/http-core": "^5.5.0", + "@inversifyjs/http-hono": "^5.5.0", + "@inversifyjs/http-sse": "^2.0.15", "hono": "^4.13.1", "inversify": "^8.2.3" }, diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index 9226112..b0d28ca 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -10,8 +10,8 @@ "@inversifyjs/apollo-express": "0.8.1", "@inversifyjs/apollo-subscription-ws": "0.3.1", "@inversifyjs/graphql-codegen": "0.4.1", - "@inversifyjs/http-core": "^5.4.8", - "@inversifyjs/http-express": "^5.4.8", + "@inversifyjs/http-core": "^5.5.0", + "@inversifyjs/http-express": "^5.5.0", "@prisma/adapter-pg": "^7.9.1", "@prisma/client": "^7.9.1", "@prisma/client-runtime-utils": "^7.9.1",