From 042da8b4619f4ed3df3cbd0753d22cd3290e5a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:24:48 +0000 Subject: [PATCH] Bump colorjs.io from 0.4.5 to 0.5.2 Bumps [colorjs.io](https://github.com/LeaVerou/color.js) from 0.4.5 to 0.5.2. - [Release notes](https://github.com/LeaVerou/color.js/releases) - [Commits](https://github.com/LeaVerou/color.js/compare/v0.4.5...v0.5.2) --- updated-dependencies: - dependency-name: colorjs.io dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++------------ package.json | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b6bcdb..d162289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.37.0", - "colorjs.io": "^0.4.5", + "colorjs.io": "^0.5.2", "eslint": "^9.37.0", "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", @@ -3140,10 +3140,10 @@ } }, "node_modules/colorjs.io": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.4.5.tgz", - "integrity": "sha512-yCtUNCmge7llyfd/Wou19PMAcf5yC3XXhgFoAh6zsO2pGswhUPBaaUh8jzgHnXtXuZyFKzXZNAnyF5i+apICow==", - "dev": true, + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz", + "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==", + "devOptional": true, "license": "MIT" }, "node_modules/comma-separated-tokens": { @@ -6964,13 +6964,6 @@ "node": ">=14.0.0" } }, - "node_modules/sass-embedded/node_modules/colorjs.io": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz", - "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==", - "devOptional": true, - "license": "MIT" - }, "node_modules/sass-formatter": { "version": "0.7.9", "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz", diff --git a/package.json b/package.json index f9ac4e7..7c601df 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", "sass-embedded": "^1.93.2", - "colorjs.io": "^0.4.5" + "colorjs.io": "^0.5.2" } }