From b5cbda74ae35c5e38a549b25c93aafc2d16fac01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:36:11 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) --- 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 89422c6..852b624 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "brfs": "^2.0.1", "browserify": "^17.0.0", - "chalk": "^4.1.0", + "chalk": "^5.3.0", "lodash.debounce": "^4.0.8", "loose-envify": "^1.4.0", "postcss": "^8.1.10",