Skip to content

Commit 14e754f

Browse files
authoredFeb 7, 2023
update tinycolor2 (#1187)
1 parent cd8ef22 commit 14e754f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"isomorphic-fetch": "^3.0.0",
3838
"mkdirp": "^2.1.3",
3939
"pixelmatch": "^4.0.2",
40-
"tinycolor2": "^1.4.1"
40+
"tinycolor2": "^1.6.0"
4141
},
4242
"publishConfig": {
4343
"access": "public"

‎packages/plugin-color/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@jimp/utils": "link:../utils",
25-
"tinycolor2": "^1.4.1"
25+
"tinycolor2": "^1.6.0"
2626
},
2727
"devDependencies": {
2828
"@jimp/custom": "link:../custom",

‎yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -11122,6 +11122,11 @@ tinycolor2@^1.4.1:
1112211122
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8"
1112311123
integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=
1112411124

11125+
tinycolor2@^1.6.0:
11126+
version "1.6.0"
11127+
resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e"
11128+
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
11129+
1112511130
tmp@0.0.33, tmp@0.0.x, tmp@^0.0.33:
1112611131
version "0.0.33"
1112711132
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)
Please sign in to comment.