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