From 770df371356ddf9f4a54c20da173eab7af2744e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:13:23 +0000 Subject: [PATCH] build(deps): bump chalk from 5.4.1 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 5.4.1 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.1...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91e3569a9..a9390578e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10884,7 +10884,9 @@ } }, "node_modules/chalk": { - "version": "5.4.1", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -28171,7 +28173,7 @@ "@noble/hashes": "^1.8.0", "@types/websocket": "^1.0.10", "@types/ws": "^8.5.14", - "chalk": "^5.4.1", + "chalk": "^5.6.2", "cors": "^2.8.5", "dotenv": "^16.4.7", "ethers": "^6.13.5", @@ -28328,7 +28330,7 @@ "abortable-iterator": "^5.0.1", "aggregate-error": "^5.0.0", "any-signal": "^4.1.1", - "chalk": "^5.4.1", + "chalk": "^5.6.2", "cors": "^2.8.5", "esbuild": "^0.25.5", "esbuild-wasm": "^0.25.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 96fd84f43..a07f16d18 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -29,7 +29,7 @@ "@noble/hashes": "^1.8.0", "@types/websocket": "^1.0.10", "@types/ws": "^8.5.14", - "chalk": "^5.4.1", + "chalk": "^5.6.2", "cors": "^2.8.5", "dotenv": "^16.4.7", "ethers": "^6.13.5", diff --git a/packages/core/package.json b/packages/core/package.json index dbc9aafd3..1d6f641c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -57,7 +57,7 @@ "abortable-iterator": "^5.0.1", "aggregate-error": "^5.0.0", "any-signal": "^4.1.1", - "chalk": "^5.4.1", + "chalk": "^5.6.2", "cors": "^2.8.5", "esbuild": "^0.25.5", "esbuild-wasm": "^0.25.1",