From df649d5e92e22f05f3f7dad273083f2b3b587041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:47:47 +0000 Subject: [PATCH] Bump chalk from 5.0.1 to 5.1.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f885c84..d51b97c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2633,9 +2633,9 @@ "dev": true }, "chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", + "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==" }, "ci-info": { "version": "2.0.0", diff --git a/package.json b/package.json index ad7e7afb..e888f926 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ajv": "^8.11.0", "axios": "^0.27.2", "better-ajv-errors": "^1.2.0", - "chalk": "^5.0.1", + "chalk": "^5.1.0", "path": "^0.12.7" }, "devDependencies": {