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",