From 09e6b0f171097df015d64000245dcdf6b28a0039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 01:27:35 +0000 Subject: [PATCH] Chore(deps): Bump color-convert from 3.0.1 to 3.1.0 Bumps [color-convert](https://github.com/Qix-/color-convert) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/Qix-/color-convert/releases) - [Changelog](https://github.com/Qix-/color-convert/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-convert/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: color-convert dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7512bedd..33f026aa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.0.0-alpha.6", "@vueuse/components": "^13.1.0", - "color-convert": "^3.0.1", + "color-convert": "^3.1.0", "debounce": "^2.2.0", "ical.js": "^2.1.0", "markdown-it": "^14.1.0", @@ -5911,9 +5911,9 @@ } }, "node_modules/color-convert": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.0.1.tgz", - "integrity": "sha512-5kQah2eolfQV7HCrxtsBBArPfT5dwaKYMCXeMQsdRO7ihTO/cuNLGjd50ITCDn+ZU/YbS0Go64SjP9154eopxg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", + "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", "dependencies": { "color-name": "^2.0.0" diff --git a/package.json b/package.json index 3d362b476..8cf5bd0b2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.0.0-alpha.6", "@vueuse/components": "^13.1.0", - "color-convert": "^3.0.1", + "color-convert": "^3.1.0", "debounce": "^2.2.0", "ical.js": "^2.1.0", "markdown-it": "^14.1.0",