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",