From 87fafd81c6b5b51e69607ebee1e53c63fc17031a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:18:48 +0000 Subject: [PATCH] build(deps): bump color-shorthand-hex-to-six-digit from 5.0.20 to 5.0.29 Bumps [color-shorthand-hex-to-six-digit](https://github.com/codsen/codsen/tree/HEAD/packages/color-shorthand-hex-to-six-digit) from 5.0.20 to 5.0.29. - [Changelog](https://github.com/codsen/codsen/blob/color-shorthand-hex-to-six-digit@5.0.29/packages/color-shorthand-hex-to-six-digit/CHANGELOG.md) - [Commits](https://github.com/codsen/codsen/commits/color-shorthand-hex-to-six-digit@5.0.29/packages/color-shorthand-hex-to-six-digit) --- updated-dependencies: - dependency-name: color-shorthand-hex-to-six-digit dependency-version: 5.0.29 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 f3b7e5c3..e9f13c09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2226,9 +2226,9 @@ } }, "node_modules/codsen-utils": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.6.8.tgz", - "integrity": "sha512-8GESpsIuEsprHKuTWen1KO221gxyA+PDUXSZq0ywo5G5IcqmPtqTOw5BAljQUz2GdOe8TcWcH896qYb8gdxHFA==", + "version": "1.6.17", + "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.6.17.tgz", + "integrity": "sha512-lEy288teFTMnqWi+AXkySds+vX4tePQFIT6mlH2BqxhPzNL13luEYSxsUDjfG+xJIdYLa5V4gt4aOSKU/wyzIw==", "license": "MIT", "dependencies": { "rfdc": "^1.4.1" @@ -2256,12 +2256,12 @@ "license": "MIT" }, "node_modules/color-shorthand-hex-to-six-digit": { - "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==", + "version": "5.0.29", + "resolved": "https://registry.npmjs.org/color-shorthand-hex-to-six-digit/-/color-shorthand-hex-to-six-digit-5.0.29.tgz", + "integrity": "sha512-oAAcLdadRV5NJsX4L/RRnd6FZ8dFMfreaCVbvgnKTtBOzSXt/Y2wm5dvMBx0D60ikYS+TvyiGD1wROuZQClhoQ==", "license": "MIT", "dependencies": { - "codsen-utils": "^1.6.8", + "codsen-utils": "^1.6.17", "hex-color-regex": "^1.1.0", "rfdc": "^1.4.1" },