diff --git a/package-lock.json b/package-lock.json index bd49496ae..d81bcac16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.2.0", "@vueuse/components": "^14.0.0", - "color-convert": "^3.1.2", + "color-convert": "^3.1.3", "debounce": "^3.0.0", "ical.js": "^2.2.0", "markdown-it": "^14.1.0", @@ -6097,9 +6097,10 @@ } }, "node_modules/color-convert": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.2.tgz", - "integrity": "sha512-UNqkvCDXstVck3kdowtOTWROIJQwafjOfXSmddoDrXo4cewMKmusCeF22Q24zvjR8nwWib/3S/dfyzPItPEiJg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz", + "integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==", + "license": "MIT", "dependencies": { "color-name": "^2.0.0" }, diff --git a/package.json b/package.json index 8244a5914..27b45eb98 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.2.0", "@vueuse/components": "^14.0.0", - "color-convert": "^3.1.2", + "color-convert": "^3.1.3", "debounce": "^3.0.0", "ical.js": "^2.2.0", "markdown-it": "^14.1.0",