From d4eab58fbc75769b4767d4b3243e407eb3582041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:03:50 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.0.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.0.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eae00a..26259f2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "axios": "^0.21.1", "better-sqlite3": "^7.1.2", - "chalk": "^4.1.0", + "chalk": "^5.0.1", "dockerode": "^3.2.1", "dotenv": "^8.2.0", "execution-time": "^1.4.1",