From 0e44847ff1130ce81c531ce9d0370210b7cf8281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:09:59 +0000 Subject: [PATCH] build(deps): bump color-shorthand-hex-to-six-digit from 5.0.19 to 5.0.20 Bumps [color-shorthand-hex-to-six-digit](https://github.com/codsen/codsen/tree/HEAD/packages/color-shorthand-hex-to-six-digit) from 5.0.19 to 5.0.20. - [Changelog](https://github.com/codsen/codsen/blob/color-shorthand-hex-to-six-digit@5.0.20/packages/color-shorthand-hex-to-six-digit/CHANGELOG.md) - [Commits](https://github.com/codsen/codsen/commits/color-shorthand-hex-to-six-digit@5.0.20/packages/color-shorthand-hex-to-six-digit) --- updated-dependencies: - dependency-name: color-shorthand-hex-to-six-digit dependency-version: 5.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c5953e9..8cde7649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2202,9 +2202,9 @@ } }, "node_modules/codsen-utils": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.6.7.tgz", - "integrity": "sha512-M+9D3IhFAk4T8iATX62herVuIx1sp5kskWgxEegKD/JwTTSSGjGQs5Q5J4vVJ4mLcn1uhfxDYv6Yzr8zleHF3w==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.6.8.tgz", + "integrity": "sha512-8GESpsIuEsprHKuTWen1KO221gxyA+PDUXSZq0ywo5G5IcqmPtqTOw5BAljQUz2GdOe8TcWcH896qYb8gdxHFA==", "license": "MIT", "dependencies": { "rfdc": "^1.4.1" @@ -2232,12 +2232,12 @@ "license": "MIT" }, "node_modules/color-shorthand-hex-to-six-digit": { - "version": "5.0.19", - "resolved": "https://registry.npmjs.org/color-shorthand-hex-to-six-digit/-/color-shorthand-hex-to-six-digit-5.0.19.tgz", - "integrity": "sha512-sjknnuM+4D1BYrNBHG3K2nn0IhzyPazDDWlK7i0FUwUCTrmQlUoGNdGfjEmX5DIOKIM8x5pwY+C/hws41n7v3Q==", + "version": "5.0.20", + "resolved": "https://registry.npmjs.org/color-shorthand-hex-to-six-digit/-/color-shorthand-hex-to-six-digit-5.0.20.tgz", + "integrity": "sha512-qsrTWkcPlISe/Bmf0dDulbFY3GIFNYcIbVspyqVZugPxu7OPYlWj358lu7JLfxqN6CHRio2hlexOnkV+onSlzQ==", "license": "MIT", "dependencies": { - "codsen-utils": "^1.6.7", + "codsen-utils": "^1.6.8", "hex-color-regex": "^1.1.0", "rfdc": "^1.4.1" },