From 0ffad217c2be86a55f2588f475eeccad5997a04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:05:57 +0000 Subject: [PATCH] build(deps): bump color-shorthand-hex-to-six-digit from 5.0.31 to 5.1.0 Bumps [color-shorthand-hex-to-six-digit](https://github.com/codsen/codsen/tree/HEAD/packages/color-shorthand-hex-to-six-digit) from 5.0.31 to 5.1.0. - [Changelog](https://github.com/codsen/codsen/blob/main/packages/color-shorthand-hex-to-six-digit/CHANGELOG.md) - [Commits](https://github.com/codsen/codsen/commits/color-shorthand-hex-to-six-digit@5.1.0/packages/color-shorthand-hex-to-six-digit) --- updated-dependencies: - dependency-name: color-shorthand-hex-to-six-digit dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5731f9e4..29d03d3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2226,9 +2226,9 @@ } }, "node_modules/codsen-utils": { - "version": "1.6.19", - "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.6.19.tgz", - "integrity": "sha512-HwpbFE4zTNgVxJai42yGWvvV9VUPXcVQ9U72sE9eezluiUFeIKpni0uSsvqSx0mZ2c1NqKR8RZMQPx3XqixVaw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.7.0.tgz", + "integrity": "sha512-J+fnmscIPihyeZGsMsy0wWHXDiA8+51KySw5uGqhKI+iwNSzOwe+sjU4J/BrQajMEBO6BPVx7qDq0cQHnUbrOw==", "license": "MIT", "dependencies": { "rfdc": "^1.4.1" @@ -2256,12 +2256,12 @@ "license": "MIT" }, "node_modules/color-shorthand-hex-to-six-digit": { - "version": "5.0.31", - "resolved": "https://registry.npmjs.org/color-shorthand-hex-to-six-digit/-/color-shorthand-hex-to-six-digit-5.0.31.tgz", - "integrity": "sha512-BC8jGrO8+A4zZICAhBDeYrIuJ6R1PU3UtZ5o+4Z2tY+CZ9ZrxTcG/lWnxKI10SPyiMU8zoAJgAfjpLzhZ7cuuw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/color-shorthand-hex-to-six-digit/-/color-shorthand-hex-to-six-digit-5.1.0.tgz", + "integrity": "sha512-8bB+U0HlzAQUVT3DL7/rKEx2frP6nHBlnNvoe7ideQEpMpV/09hN9kVH2Kg5EVOv/nlxSfdcG4M2zrQWi4BDmA==", "license": "MIT", "dependencies": { - "codsen-utils": "^1.6.19", + "codsen-utils": "^1.7.0", "hex-color-regex": "^1.1.0", "rfdc": "^1.4.1" },