From f0e98298fdb48e45eef246dfa2cce5e203537968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:03:06 +0300 Subject: [PATCH] Bump pino-pretty from 10.2.0 to 10.2.3 (#17) Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.2.0 to 10.2.3. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v10.2.0...v10.2.3) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Demian Parkhomenko <95881717+DemianParkhomenko@users.noreply.github.com> --- 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 eb9d775..ecb7f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "fastify": "^4.23.2", "pg": "^8.8.0", "pino": "^8.16.0", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "winston": "^3.10.0", "ws": "^8.12.0" }, @@ -2519,9 +2519,9 @@ } }, "node_modules/pino-pretty": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.0.tgz", - "integrity": "sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==", + "version": "10.2.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz", + "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==", "dependencies": { "colorette": "^2.0.7", "dateformat": "^4.6.3", diff --git a/package.json b/package.json index c2fdf47..ce8e769 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fastify": "^4.23.2", "pg": "^8.8.0", "pino": "^8.16.0", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "winston": "^3.10.0", "ws": "^8.12.0" },