From 6a20b8c7e71d49b2c5b47b081993bfc10ae3b9bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 04:59:00 +0000 Subject: [PATCH] Bump chalk from 2.4.2 to 3.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 3.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d392440..8fc57a0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@hapi/joi": "^16.1.1", - "chalk": "^2.4.2", + "chalk": "^3.0.0", "error-stack-parser": "^2.0.2", "hapi-pino": "^6.0.1", "lodash.get": "^4.4.2",