diff --git a/.github/renovate.json b/.github/renovate.json index 596d2cc..0e12720 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": false, "constraints": { - "pnpm": "11.1.3" + "pnpm": "11.2.2" }, "dockerfile": { "fileMatch": [ diff --git a/.nvmrc b/.nvmrc index 5bf4400..b832e40 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.15.0 +24.16.0 diff --git a/package.json b/package.json index c690bb7..91c153c 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.14.1", + "knip": "6.14.2", "lint-staged": "17.0.5", "turbo": "2.9.14" }, @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.1.3", + "packageManager": "pnpm@11.2.2", "private": true, "repository": { "type": "git", diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index ba2e235..6e1d194 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -9,7 +9,7 @@ "@inversifyjs/http-core": "^5.4.5", "@inversifyjs/http-hono": "^5.4.5", "@inversifyjs/http-sse": "^2.0.11", - "hono": "^4.12.21", + "hono": "^4.12.22", "inversify": "^8.1.0" }, "devDependencies": {