From fb97b8ee193bcdc16545f060dda129b52a0be2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:11:30 +0000 Subject: [PATCH] Bump pino-http from 5.8.0 to 11.0.0 in /packages/query Bumps [pino-http](https://github.com/pinojs/pino-http) from 5.8.0 to 11.0.0. - [Release notes](https://github.com/pinojs/pino-http/releases) - [Commits](https://github.com/pinojs/pino-http/compare/v5.8.0...v11.0.0) --- updated-dependencies: - dependency-name: pino-http dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/query/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/query/package.json b/packages/query/package.json index 708c85a8aa..03fd24648a 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -61,7 +61,7 @@ "lodash": "^4.17.21", "pg": "^8.12.0", "pg-tsquery": "^8.4.2", - "pino-http": "^5.8.0", + "pino-http": "^11.0.0", "postgraphile": "^4.13.0", "postgraphile-plugin-connection-filter": "^2.2.2", "rxjs": "^7.1.0",