From b8fc890ed0928b4414ecd1982bb97ed53322ab44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:27:38 +0000 Subject: [PATCH] chore(all): bump chalk from 5.6.0 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 5.6.0 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.6.0...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/gateway/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7493f701..3db2ba500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12912,9 +12912,9 @@ } }, "node_modules/chalk": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz", - "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==", + "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" @@ -29644,7 +29644,7 @@ "@fastify/cors": "^11.1.0", "@fastify/helmet": "^13.0.1", "@zowe/secrets-for-zowe-sdk": "^8.0.0", - "chalk": "^5.6.0", + "chalk": "^5.6.2", "cli-table3": "^0.6.3", "commander": "^14.0.0", "fastify": "^5.1.0", diff --git a/services/gateway/package.json b/services/gateway/package.json index 9f5bdfca6..ba6b5c3e8 100644 --- a/services/gateway/package.json +++ b/services/gateway/package.json @@ -24,7 +24,7 @@ "license": "SEE LICENSE IN ../../LICENSE", "dependencies": { "commander": "^14.0.0", - "chalk": "^5.6.0", + "chalk": "^5.6.2", "@zowe/secrets-for-zowe-sdk": "^8.0.0", "open": "^10.2.0", "ora": "^8.2.0",