From 0855edad41d6e78c8d5978852c9994acfd45dacf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 17:05:36 +0000 Subject: [PATCH] fix: upgrade tinycolor2 from 1.5.2 to 1.6.0 Snyk has created this PR to upgrade tinycolor2 from 1.5.2 to 1.6.0. See this package in npm: tinycolor2 See this project in Snyk: https://app.snyk.io/org/cognigy-gmbh/project/9925025e-9fa9-4575-b30a-373ebb7ce44d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 069be976..2bae9392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "styled-jss": "^2.2.3", "stylis": "3.5.4", "stylis-rtl": "^1.0.1", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "uifx": "^2.0.7" }, "devDependencies": { @@ -12275,9 +12275,10 @@ "dev": true }, "node_modules/tinycolor2": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.5.2.tgz", - "integrity": "sha512-h80m9GPFGbcLzZByXlNSEhp1gf8Dy+VX/2JCGUZsWLo7lV1mnE/XlxGYgRBoMLJh1lIDXP0EMC4RPTjlRaV+Bg==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", + "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==", + "license": "MIT" }, "node_modules/tmp": { "version": "0.2.1", diff --git a/package.json b/package.json index 8f3d9344..0bbfa570 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "styled-jss": "^2.2.3", "stylis-rtl": "^1.0.1", "stylis": "3.5.4", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "uifx": "^2.0.7" }, "devDependencies": {