diff --git a/.github/renovate.json b/.github/renovate.json index 2230eba..425993b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,7 +24,7 @@ } ], "constraints": { - "pnpm": "11.19.0" + "pnpm": "11.20.0" }, "extends": [ ":dependencyDashboard", diff --git a/package.json b/package.json index 7af62f2..c8ab9f3 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ "@inversifyjs/foundation-typescript-config": "0.2.0", "@inversifyjs/foundation-vitest-config": "0.2.1", "husky": "9.1.7", - "knip": "6.31.0", + "knip": "6.32.0", "lint-staged": "17.3.0", "turbo": "2.10.8" }, "homepage": "https://inversify.io/graphql/", "license": "MIT", - "packageManager": "pnpm@11.19.0", + "packageManager": "pnpm@11.20.0", "private": true, "repository": { "type": "git", diff --git a/packages/apollo-express/package.json b/packages/apollo-express/package.json index 28db265..dc8b543 100644 --- a/packages/apollo-express/package.json +++ b/packages/apollo-express/package.json @@ -9,7 +9,7 @@ "@inversifyjs/apollo-core": "workspace:*" }, "devDependencies": { - "@inversifyjs/http-express": "5.4.7", + "@inversifyjs/http-express": "5.4.8", "@graphql-tools/utils": "11.2.2", "@types/express": "^5.0.6", "@types/node": "24.13.3", @@ -41,7 +41,7 @@ "name": "@inversifyjs/apollo-express", "peerDependencies": { "@apollo/server": "^5.5.1", - "@inversifyjs/http-core": "^5.4.7", + "@inversifyjs/http-core": "^5.4.8", "inversify": "^8.2.3" }, "publishConfig": { diff --git a/packages/apollo-fastify/package.json b/packages/apollo-fastify/package.json index 302db2b..75f97e8 100644 --- a/packages/apollo-fastify/package.json +++ b/packages/apollo-fastify/package.json @@ -9,12 +9,12 @@ "@inversifyjs/apollo-core": "workspace:*" }, "devDependencies": { - "@inversifyjs/http-fastify": "5.4.7", + "@inversifyjs/http-fastify": "5.4.8", "@graphql-tools/utils": "11.2.2", "@types/node": "24.13.3", "@vitest/coverage-v8": "4.1.10", "eslint": "10.8.0", - "fastify": "5.11.0", + "fastify": "5.11.2", "prettier": "3.9.6", "rimraf": "6.1.3", "typescript": "6.0.3", @@ -41,7 +41,7 @@ "name": "@inversifyjs/apollo-fastify", "peerDependencies": { "@apollo/server": "^5.5.1", - "@inversifyjs/http-core": "^5.4.7", + "@inversifyjs/http-core": "^5.4.8", "inversify": "^8.2.3" }, "publishConfig": { diff --git a/packages/apollo-subscription-ws/package.json b/packages/apollo-subscription-ws/package.json index db8c194..4af019b 100644 --- a/packages/apollo-subscription-ws/package.json +++ b/packages/apollo-subscription-ws/package.json @@ -6,7 +6,7 @@ "description": "InversifyJs GraphQL Apollo subscriptions via ws package", "dependencies": { "@inversifyjs/apollo-core": "workspace:*", - "graphql-ws": "6.2.0" + "graphql-ws": "6.2.1" }, "devDependencies": { "@as-integrations/express5": "1.1.2", @@ -14,14 +14,14 @@ "@graphql-tools/utils": "11.2.2", "@inversifyjs/apollo-express": "workspace:*", "@inversifyjs/apollo-fastify": "workspace:*", - "@inversifyjs/http-express": "5.4.7", - "@inversifyjs/http-fastify": "5.4.7", + "@inversifyjs/http-express": "5.4.8", + "@inversifyjs/http-fastify": "5.4.8", "@types/express": "5.0.6", "@types/node": "24.13.3", "@types/ws": "8.18.1", "@vitest/coverage-v8": "4.1.10", "eslint": "10.8.0", - "fastify": "5.11.0", + "fastify": "5.11.2", "graphql": "17.0.2", "prettier": "3.9.6", "rimraf": "6.1.3", @@ -50,7 +50,7 @@ "peerDependencies": { "@apollo/server": "^5.5.1", "inversify": "^8.2.3", - "ws": "^8.21.1" + "ws": "^8.21.2" }, "publishConfig": { "access": "public"