From c22529a43d25be5768bc29472cfc5e4adf9887b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:02:53 +0000 Subject: [PATCH] Bump color-string from 1.9.1 to 2.1.2 Bumps [color-string](https://github.com/Qix-/color-string) from 1.9.1 to 2.1.2. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/compare/1.9.1...2.1.2) --- updated-dependencies: - dependency-name: color-string dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 957a364..c6bb10c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "async": "3.2.6", "aws-sdk": "2.1692.0", - "color-string": "1.9.1", + "color-string": "2.1.2", "expect": "27.4.2", "https-proxy-agent": "5.0.1", "lodash": "4.17.21",