From 18ae506f8bd9910a25e3a42266068521991e3992 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Apr 2023 21:44:53 +0000 Subject: [PATCH] fix: upgrade tinycolor2 from 1.4.2 to 1.6.0 Snyk has created this PR to upgrade tinycolor2 from 1.4.2 to 1.6.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/segment-pro/project/7576df08-b398-4adc-a921-2a9c39ea7865?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a69e21c1..186f37362 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "prop-types": "^15.6.2", "react-fast-compare": "^3.2.0", "react-transition-group": "^4.4.1", - "tinycolor2": "^1.4.1", + "tinycolor2": "^1.6.0", "ui-box": "^5.4.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 4cb7e5d54..69a46aefd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14120,10 +14120,10 @@ timsort@^0.3.0: resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= -tinycolor2@^1.4.1: - version "1.4.2" - resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" - integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== +tinycolor2@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e" + integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw== tmp-promise@3.0.2: version "3.0.2"