From 2ae158202cf8814d23052e781a2dc8b930ecedfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:09:37 +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 281f3d2..63d1145 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.7.0", + "knip": "6.9.0", "lint-staged": "16.4.0", "turbo": "2.9.6" }, diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index b6eeffc..6704093 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.0.0", - "@inversifyjs/http-core": "^5.4.3", - "@inversifyjs/http-hono": "^5.4.3", - "@inversifyjs/http-sse": "^2.0.9", + "@inversifyjs/http-core": "^5.4.4", + "@inversifyjs/http-hono": "^5.4.4", + "@inversifyjs/http-sse": "^2.0.10", "hono": "^4.12.15", "inversify": "^8.1.0" }, diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index 341c54a..3926563 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.3", - "@inversifyjs/http-express": "^5.4.3", + "@inversifyjs/http-core": "^5.4.4", + "@inversifyjs/http-express": "^5.4.4", "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", "@prisma/client-runtime-utils": "^7.8.0",