Skip to content

Commit 18ae506

Browse files
committed
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
1 parent e13b9b4 commit 18ae506

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prop-types": "^15.6.2",
8080
"react-fast-compare": "^3.2.0",
8181
"react-transition-group": "^4.4.1",
82-
"tinycolor2": "^1.4.1",
82+
"tinycolor2": "^1.6.0",
8383
"ui-box": "^5.4.0"
8484
},
8585
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14120,10 +14120,10 @@ timsort@^0.3.0:
1412014120
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1412114121
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1412214122

14123-
tinycolor2@^1.4.1:
14124-
version "1.4.2"
14125-
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
14126-
integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
14123+
tinycolor2@^1.6.0:
14124+
version "1.6.0"
14125+
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e"
14126+
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
1412714127

1412814128
1412914129
version "3.0.2"

0 commit comments

Comments
 (0)