From 05adf3b036a684e3728e33517246e678798a120b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 00:51:00 +0000 Subject: [PATCH] feat: upgrade pino-pretty from 5.1.3 to 7.3.0 Snyk has created this PR to upgrade pino-pretty from 5.1.3 to 7.3.0. See this package in npm: https://www.npmjs.com/package/pino-pretty See this project in Snyk: https://app.snyk.io/org/nodeshift-starters/project/e6e877eb-054f-4ad6-867f-ddeb691d112e?utm_source=github&utm_medium=referral&page=upgrade-pr --- barista-http/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barista-http/package.json b/barista-http/package.json index 131dfea..be653e1 100644 --- a/barista-http/package.json +++ b/barista-http/package.json @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "fastify": "^3.18.1", - "pino-pretty": "^5.1.1" + "pino-pretty": "^7.3.0" }, "devDependencies": { "eslint": "^6.0.1",