From 3c047878778c167e21b245725e29375b65d6a08a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:56:47 +0000 Subject: [PATCH] chore(deps): update pino --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d67d31..b302547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "passport-spotify": "2.0.0", "pg": "8.11.3", "pg-boss": "9.0.3", - "pino": "8.15.4", + "pino": "8.15.5", "pino-http": "8.5.0", "reflect-metadata": "0.1.13", "rimraf": "5.0.5", @@ -88,7 +88,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "jest": "29.7.0", - "pino-pretty": "10.2.2", + "pino-pretty": "10.2.3", "prettier": "3.0.3", "supertest": "6.3.3", "ts-jest": "29.1.1", @@ -10106,9 +10106,9 @@ } }, "node_modules/pino": { - "version": "8.15.4", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.15.4.tgz", - "integrity": "sha512-3s+SfSxeugMt8QeBVXprIJAgXuGDeGuHBfquXKEXKnpghlXzMGMjoa8tOSyzz00iBfQX3xlZvm2yJQ+d6SrVsg==", + "version": "8.15.5", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.15.5.tgz", + "integrity": "sha512-KoTDSVRLiCWIJXTeAHNaflEXqsqCmyZkxfL09y+wT+NRo7j2Ieq30jBEC+GpE4HTQCQQyt3pDRhmwvCKjqzxfQ==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", @@ -10193,9 +10193,9 @@ } }, "node_modules/pino-pretty": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.2.tgz", - "integrity": "sha512-RvAdCQAU51MdVsJdvXX4Bipb52wwldXtOzlva1NT8q2d7tmgYWFIMLhoSnfx2Sr+Hi7BLGpR/n8wgrcq5G/ykA==", + "version": "10.2.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz", + "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==", "dev": true, "dependencies": { "colorette": "^2.0.7", @@ -20499,9 +20499,9 @@ "devOptional": true }, "pino": { - "version": "8.15.4", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.15.4.tgz", - "integrity": "sha512-3s+SfSxeugMt8QeBVXprIJAgXuGDeGuHBfquXKEXKnpghlXzMGMjoa8tOSyzz00iBfQX3xlZvm2yJQ+d6SrVsg==", + "version": "8.15.5", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.15.5.tgz", + "integrity": "sha512-KoTDSVRLiCWIJXTeAHNaflEXqsqCmyZkxfL09y+wT+NRo7j2Ieq30jBEC+GpE4HTQCQQyt3pDRhmwvCKjqzxfQ==", "requires": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", @@ -20568,9 +20568,9 @@ } }, "pino-pretty": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.2.tgz", - "integrity": "sha512-RvAdCQAU51MdVsJdvXX4Bipb52wwldXtOzlva1NT8q2d7tmgYWFIMLhoSnfx2Sr+Hi7BLGpR/n8wgrcq5G/ykA==", + "version": "10.2.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz", + "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==", "dev": true, "requires": { "colorette": "^2.0.7", diff --git a/package.json b/package.json index 7e0867e..5624006 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "passport-spotify": "2.0.0", "pg": "8.11.3", "pg-boss": "9.0.3", - "pino": "8.15.4", + "pino": "8.15.5", "pino-http": "8.5.0", "reflect-metadata": "0.1.13", "rimraf": "5.0.5", @@ -105,7 +105,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "jest": "29.7.0", - "pino-pretty": "10.2.2", + "pino-pretty": "10.2.3", "prettier": "3.0.3", "supertest": "6.3.3", "ts-jest": "29.1.1",