From 139554063e0a835a093fc605313905c1573dc55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:25:30 +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-lock.json | 24 +++++++++++++++++++++++- package.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39a67075..3a60030b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "chalk": "<5.6.1 || >5.6.1", "color-convert": "<3.1.1 || >3.1.1", "color-name": "<2.0.1 || >2.0.1", - "color-string": "<2.1.1 || >2.1.1", + "color-string": "<2.1.3 || >2.1.1", "compression": "^1.8.1", "cors": "^2.8.5", "debug": "<4.4.2 || >4.4.2", @@ -26032,9 +26032,31 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/color-string": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.2.tgz", + "integrity": "sha512-RxmjYxbWemV9gKu4zPgiZagUxbH3RQpEIO77XoSSX0ivgABDZ+h8Zuash/EMFLTI4N9QgFPOJ6JQpPZKFxa+dA==", + "license": "MIT", + "dependencies": { + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/color-string/node_modules/color-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", + "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", + "license": "MIT", + "engines": { + "node": ">=12.20" + } + }, + "node_modules/color/node_modules/color-string": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "license": "MIT", "dependencies": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" diff --git a/package.json b/package.json index cc9a453f..06eee3f5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "chalk": "<5.6.1 || >5.6.1", "color-convert": "<3.1.1 || >3.1.1", "color-name": "<2.0.1 || >2.0.1", - "color-string": "<2.1.1 || >2.1.1", + "color-string": "<2.1.3 || >2.1.1", "compression": "^1.8.1", "cors": "^2.8.5", "debug": "<4.4.2 || >4.4.2",