From b64f05324a1f602c22202f74198f0766dd15a658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:05:44 +0000 Subject: [PATCH] build(deps): bump chalk from 4.1.2 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 67 +++--------------------- packages/case-core/package.json | 2 +- packages/contract-case-cli/package.json | 2 +- packages/contract-case-jest/package.json | 2 +- 4 files changed, 9 insertions(+), 64 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08dcd76cb..3f64f7843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,6 @@ "workspaces": [ "packages/*" ], - "dependencies": { - "@nx/nx-linux-arm64-gnu": "20.4.2" - }, "devDependencies": { "@contract-case/eslint-config-case-maintainer": "0.1.1", "example-extractor": "^0.0.4", @@ -12491,7 +12488,9 @@ } }, "node_modules/chalk": { - "version": "5.3.0", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -33753,7 +33752,7 @@ "absolute-version": "^2.0.0", "async-mutex": "^0.5.0", "axios": "^1.7.7", - "chalk": "^4.1.2", + "chalk": "^5.4.1", "filenamify": "^4.3.0", "git-rev-sync": "^3.0.1", "is-ci": "^4.1.0", @@ -33916,19 +33915,6 @@ "url": "https://github.com/sponsors/TimothyJones" } }, - "packages/case-core/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "packages/case-core/node_modules/async-mutex": { "version": "0.5.0", "license": "MIT", @@ -33936,20 +33922,6 @@ "tslib": "^2.4.0" } }, - "packages/case-core/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "packages/case-definition-dsl": { "name": "@contract-case/case-definition-dsl", "version": "0.18.0", @@ -34096,7 +34068,7 @@ "dependencies": { "@contract-case/case-connector": "0.10.0", "@contract-case/case-core": "0.18.0", - "chalk": "^5.3.0", + "chalk": "^5.4.1", "commander": "^13.0.0", "read-pkg-up": "^7.0.1" }, @@ -34135,7 +34107,7 @@ "@contract-case/case-plugin-base": "0.18.0", "@contract-case/case-plugin-dsl-types": "0.18.0", "@contract-case/cli": "0.2.6", - "chalk": "^4.1.2", + "chalk": "^5.4.1", "read-pkg-up": "^7.0.1", "ts-node": "^10.9.1" }, @@ -34172,33 +34144,6 @@ "jest": "^29.4.3" } }, - "packages/contract-case-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/contract-case-jest/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "packages/documentation": { "name": "case-documentation", "version": "0.0.8", diff --git a/packages/case-core/package.json b/packages/case-core/package.json index ff9d3319e..c58373054 100644 --- a/packages/case-core/package.json +++ b/packages/case-core/package.json @@ -85,7 +85,7 @@ "absolute-version": "^2.0.0", "async-mutex": "^0.5.0", "axios": "^1.7.7", - "chalk": "^4.1.2", + "chalk": "^5.4.1", "filenamify": "^4.3.0", "git-rev-sync": "^3.0.1", "is-ci": "^4.1.0", diff --git a/packages/contract-case-cli/package.json b/packages/contract-case-cli/package.json index 2bd9211a8..91015160e 100644 --- a/packages/contract-case-cli/package.json +++ b/packages/contract-case-cli/package.json @@ -72,7 +72,7 @@ "dependencies": { "@contract-case/case-connector": "0.10.0", "@contract-case/case-core": "0.18.0", - "chalk": "^5.3.0", + "chalk": "^5.4.1", "commander": "^13.0.0", "read-pkg-up": "^7.0.1" } diff --git a/packages/contract-case-jest/package.json b/packages/contract-case-jest/package.json index ffa7949d8..e9799257e 100644 --- a/packages/contract-case-jest/package.json +++ b/packages/contract-case-jest/package.json @@ -85,7 +85,7 @@ "@contract-case/case-plugin-base": "0.18.0", "@contract-case/case-plugin-dsl-types": "0.18.0", "@contract-case/cli": "0.2.6", - "chalk": "^4.1.2", + "chalk": "^5.4.1", "read-pkg-up": "^7.0.1", "ts-node": "^10.9.1" }