From cf6ecff473c9ea74f7d11ad6a994d95333bd2a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:41:54 +0000 Subject: [PATCH] chore(deps): bump pino-pretty from 10.3.0 to 10.3.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.3.0 to 10.3.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v10.3.0...v10.3.1) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-patch ... 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 9dbd467..fcd0d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "pino": "^8.17.2", "pino-elasticsearch": "^7.0.0", "pino-http": "^8.6.1", - "pino-pretty": "^10.3.0", + "pino-pretty": "^10.3.1", "prom-client": "^15.1.0", "tsyringe": "^4.8.0", "typeorm": "^0.3.17", @@ -11630,9 +11630,9 @@ } }, "node_modules/pino-pretty": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.0.tgz", - "integrity": "sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz", + "integrity": "sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==", "dependencies": { "colorette": "^2.0.7", "dateformat": "^4.6.3", diff --git a/package.json b/package.json index 7e2a638..35be6b2 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "pino": "^8.17.2", "pino-elasticsearch": "^7.0.0", "pino-http": "^8.6.1", - "pino-pretty": "^10.3.0", + "pino-pretty": "^10.3.1", "prom-client": "^15.1.0", "tsyringe": "^4.8.0", "typeorm": "^0.3.17",