From cb1ea0ac6d092f0ced11988d4da7833e1f0cc7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:55:32 +0000 Subject: [PATCH] Bump pino-pretty from 10.1.0 to 10.2.3 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.1.0 to 10.2.3. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v10.1.0...v10.2.3) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e6bfeb..6931f1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "pg": "^8.11.1", "pino": "^8.14.1", "pino-http": "^8.3.3", - "pino-pretty": "^10.1.0", + "pino-pretty": "^10.2.3", "pino-sentry": "^0.14.0", "retry": "^0.13.1", "tmp": "^0.2.1", @@ -6808,9 +6808,9 @@ } }, "node_modules/pino-pretty": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.1.0.tgz", - "integrity": "sha512-9gAgVHCVTEq0ThcjoXkOICYQgdqh1h90WSuVAnNeCrRrefJInUvMbpDfy6PlsI29Nbu9UW9CGkUHztrR1A9N+A==", + "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", @@ -13953,9 +13953,9 @@ } }, "pino-pretty": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.1.0.tgz", - "integrity": "sha512-9gAgVHCVTEq0ThcjoXkOICYQgdqh1h90WSuVAnNeCrRrefJInUvMbpDfy6PlsI29Nbu9UW9CGkUHztrR1A9N+A==", + "version": "10.2.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz", + "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==", "requires": { "colorette": "^2.0.7", "dateformat": "^4.6.3", diff --git a/package.json b/package.json index 0dc87f3..4cad87b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "pg": "^8.11.1", "pino": "^8.14.1", "pino-http": "^8.3.3", - "pino-pretty": "^10.1.0", + "pino-pretty": "^10.2.3", "pino-sentry": "^0.14.0", "retry": "^0.13.1", "tmp": "^0.2.1",