From ed7b9252441c53da1104f3223841befbcf8646c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:00:59 +0000 Subject: [PATCH] build(deps): bump nestjs-pino from 3.4.0 to 3.5.0 Bumps [nestjs-pino](https://github.com/iamolegga/nestjs-pino) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/iamolegga/nestjs-pino/releases) - [Commits](https://github.com/iamolegga/nestjs-pino/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: nestjs-pino 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 16df4b37..d464c3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "jsdom": "^22.1.0", "lodash": "^4.17.21", "mailer": "^0.6.6", - "nestjs-pino": "^3.4.0", + "nestjs-pino": "^3.5.0", "nodemailer": "^6.9.4", "pino": "^8.15.0", "pino-http": "^8.5.0", @@ -7888,9 +7888,9 @@ "dev": true }, "node_modules/nestjs-pino": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/nestjs-pino/-/nestjs-pino-3.4.0.tgz", - "integrity": "sha512-L79tk+WqVJApGxD4K40srSHopwlBX8WVPoIJtVhWaxJUfk9ND6eZp7kmgdgwQw8PpYUeoeOhS1g2j0Ep3c0NJA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/nestjs-pino/-/nestjs-pino-3.5.0.tgz", + "integrity": "sha512-IWJ3dzLVjg5istcd3Cz3rVO+gmvabfVAT1YmQgzL1HnC2hkc0H6qA6k6SZ7OIwQfewuRejYfPu3TlkxwRrqxHQ==", "hasInstallScript": true, "engines": { "node": ">= 14" diff --git a/package.json b/package.json index e1d17ddc..d0045538 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jsdom": "^22.1.0", "lodash": "^4.17.21", "mailer": "^0.6.6", - "nestjs-pino": "^3.4.0", + "nestjs-pino": "^3.5.0", "nodemailer": "^6.9.4", "pino": "^8.15.0", "pino-http": "^8.5.0",