From dc7c1d0b989bf400f4773db94e137f22dfbfbe69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:59:09 +0000 Subject: [PATCH] chore(deps): Bump pino-http from 8.3.3 to 8.4.0 Bumps [pino-http](https://github.com/pinojs/pino-http) from 8.3.3 to 8.4.0. - [Release notes](https://github.com/pinojs/pino-http/releases) - [Commits](https://github.com/pinojs/pino-http/compare/v8.3.3...v8.4.0) --- updated-dependencies: - dependency-name: pino-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5739aa9a..3cfd5990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "nestjs-pino": "^3.3.0", "passport": "^0.6.0", "passport-headerapikey": "^1.2.2", - "pino-http": "^8.3.3", + "pino-http": "^8.4.0", "pino-pretty": "^10.2.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1", @@ -12050,9 +12050,9 @@ } }, "node_modules/pino-http": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.3.3.tgz", - "integrity": "sha512-p4umsNIXXVu95HD2C8wie/vXH7db5iGRpc+yj1/ZQ3sRtTQLXNjoS6Be5+eI+rQbqCRxen/7k/KSN+qiZubGDw==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.4.0.tgz", + "integrity": "sha512-9I1eRLxsujQJwLQTrHBU0wDlwnry2HzV2TlDwAsmZ9nT3Y2NQBLrz+DYp73L4i11vl/eudnFT8Eg0Kp62tMwEw==", "dependencies": { "get-caller-file": "^2.0.5", "pino": "^8.0.0", diff --git a/package.json b/package.json index 80f7d727..89098462 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "nestjs-pino": "^3.3.0", "passport": "^0.6.0", "passport-headerapikey": "^1.2.2", - "pino-http": "^8.3.3", + "pino-http": "^8.4.0", "pino-pretty": "^10.2.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1",