From 6d65d5958ddfacfec03f6c91816fd59d6f77b95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:44:01 +0000 Subject: [PATCH] chore(deps-dev): bump chalk from 4.1.0 to 4.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbc4be7..58f0cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "0.0.1", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { - "chalk": "^4.1.0", + "chalk": "^4.1.2", "cspell": "^9.7.0", "glob": "^7.2.0", "markdown-link-check": "^3.14.2", @@ -856,10 +856,11 @@ } }, "node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" diff --git a/package.json b/package.json index 4aa8c50..1a43a0c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/canada-ca/open-source-logiciel-libre#readme", "devDependencies": { - "chalk": "^4.1.0", + "chalk": "^4.1.2", "cspell": "^9.7.0", "glob": "^7.2.0", "markdown-link-check": "^3.14.2",