From dbda19c7f548824ea59c278ac412336091b51c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:09:39 +0000 Subject: [PATCH] build(deps): bump chalk from 5.4.1 to 5.5.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.4.1 to 5.5.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dccc398c..62050915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,6 @@ ], "dependencies": { "builtin-modules": "^5.0.0", - "chalk": "^5.3.0", "check-for-leaks": "^1.2.1", "colors": "^1.4.0", "dictionary-en": "^4.0.0", @@ -31,6 +30,7 @@ "lint": "^1.1.2", "minimist": "^1.2.8", "node-fetch": "^3.3.2", + "prettier": "^3.6.2", "remark": "^15.0.1", "remark-cli": "^12.0.1", "remark-preset-lint-markdown-style-guide": "^6.0.0", @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^8.36.0", "builtin-modules": "^5.0.0", "chai": "^5.2.0", - "chalk": "^5.4.1", + "chalk": "^5.5.0", "check-for-leaks": "^1.2.1", "colors": "^1.4.0", "dictionary-en": "^4.0.0", @@ -6599,11 +6599,10 @@ } }, "node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz", + "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==", "dev": true, - "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, diff --git a/package.json b/package.json index 642489ef..7e22e93b 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ }, "dependencies": { "builtin-modules": "^5.0.0", - "chalk": "^5.3.0", + "chalk": "^5.5.0", "check-for-leaks": "^1.2.1", "colors": "^1.4.0", "dictionary-en": "^4.0.0", @@ -206,7 +206,7 @@ "@typescript-eslint/parser": "^8.36.0", "builtin-modules": "^5.0.0", "chai": "^5.2.0", - "chalk": "^5.4.1", + "chalk": "^5.5.0", "check-for-leaks": "^1.2.1", "colors": "^1.4.0", "dictionary-en": "^4.0.0",