From bb597094e6ae5c5f073a74b45725a4dc4e6d8fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:21:59 +0000 Subject: [PATCH] deps-dev(deps-dev): bump vue-color from 2.8.1 to 3.3.3 Bumps [vue-color](https://github.com/linx4200/vue-color) from 2.8.1 to 3.3.3. - [Release notes](https://github.com/linx4200/vue-color/releases) - [Commits](https://github.com/linx4200/vue-color/compare/v2.8.1...v3.3.3) --- updated-dependencies: - dependency-name: vue-color dependency-version: 3.3.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++----------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cb6a86b9..2d337d550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "vite-plugin-vue-docgen": "^0.3.4", "vitepress": "^1.4.3", "vitest": "^4.1.11", - "vue-color": "^2.8.1", + "vue-color": "^3.3.3", "vue-tsc": "^2.2.0" }, "optionalDependencies": { @@ -5024,13 +5024,6 @@ "consola": "^3.2.3" } }, - "node_modules/clamp": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz", - "integrity": "sha512-kgMuFyE78OC6Dyu3Dy7vcx4uy97EIbVxJB/B0eJ3bUNAkwdNcxYzgKltnyADiYwsR7SEqkkUPsEUT//OVS6XMA==", - "dev": true, - "license": "MIT" - }, "node_modules/cli-cursor": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", @@ -8102,13 +8095,6 @@ "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "license": "MIT" }, - "node_modules/lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", - "dev": true, - "license": "MIT" - }, "node_modules/log-update": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", @@ -12209,16 +12195,16 @@ } }, "node_modules/vue-color": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/vue-color/-/vue-color-2.8.1.tgz", - "integrity": "sha512-BoLCEHisXi2QgwlhZBg9UepvzZZmi4176vbr+31Shen5WWZwSLVgdScEPcB+yrAtuHAz42309C0A4+WiL9lNBw==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/vue-color/-/vue-color-3.3.3.tgz", + "integrity": "sha512-FW/9JXFbCHfFEGv6SFUuK/SE+K61pHoL7lxJMQXcU+Zt7s36Ui1/tMDc3vzGXPrxxRBB+NSzFt+71nEaUJ29dQ==", "dev": true, - "license": "MIT", "dependencies": { - "clamp": "^1.0.1", - "lodash.throttle": "^4.0.0", - "material-colors": "^1.0.0", - "tinycolor2": "^1.1.2" + "material-colors": "^1.2.6", + "tinycolor2": "^1.6.0" + }, + "peerDependencies": { + "vue": ">=2.7.0 <4.0.0" } }, "node_modules/vue-component-type-helpers": { diff --git a/package.json b/package.json index 1c5f753b7..202e2c469 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "vite-plugin-vue-docgen": "^0.3.4", "vitepress": "^1.4.3", "vitest": "^4.1.11", - "vue-color": "^2.8.1", + "vue-color": "^3.3.3", "vue-tsc": "^2.2.0" }, "optionalDependencies": {