From 3a09fe9826f2c13c0b435c2c92c50d602cee0c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:56:29 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f665428..e293730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "mongodb": "^5.7.0", "node-cron": "^3.0.2", "pino": "^8.14.1", - "pino-pretty": "^10.1.0", + "pino-pretty": "^10.2.3", "retry": "^0.13.1", "rhea": "^3.0.2", "rhea-promise": "^3.0.1", @@ -1354,9 +1354,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", diff --git a/package.json b/package.json index a6555f9..e44f8b3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mongodb": "^5.7.0", "node-cron": "^3.0.2", "pino": "^8.14.1", - "pino-pretty": "^10.1.0", + "pino-pretty": "^10.2.3", "retry": "^0.13.1", "rhea": "^3.0.2", "rhea-promise": "^3.0.1",