From 9196d2d13fc4949adf0865c372772438758fb13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 01:03:50 +0000 Subject: [PATCH] Chore(deps): Bump color-convert from 3.1.0 to 3.1.2 Bumps [color-convert](https://github.com/Qix-/color-convert) from 3.1.0 to 3.1.2. - [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.1.0...3.1.2) --- updated-dependencies: - dependency-name: color-convert dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c4249c96d..5125d0b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.0.0-rc.9", "@vueuse/components": "^13.9.0", - "color-convert": "^3.1.0", + "color-convert": "^3.1.2", "debounce": "^2.2.0", "ical.js": "^2.2.0", "markdown-it": "^14.1.0", @@ -5944,9 +5944,9 @@ } }, "node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.2.tgz", + "integrity": "sha512-UNqkvCDXstVck3kdowtOTWROIJQwafjOfXSmddoDrXo4cewMKmusCeF22Q24zvjR8nwWib/3S/dfyzPItPEiJg==", "dependencies": { "color-name": "^2.0.0" }, diff --git a/package.json b/package.json index 01412f748..6134d5841 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.0.0-rc.9", "@vueuse/components": "^13.9.0", - "color-convert": "^3.1.0", + "color-convert": "^3.1.2", "debounce": "^2.2.0", "ical.js": "^2.2.0", "markdown-it": "^14.1.0",