Skip to content

Commit

Permalink
fix(deps): Pin colors to 1.3.3 (infinitered#745 by @otaviopace)
Browse files Browse the repository at this point in the history
Fixes infinitered#744
[skip ci]
  • Loading branch information
evaporei authored Jan 19, 2022
1 parent 627bcb8 commit c33f24f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"apisauce": "^2.1.5",
"app-module-path": "^2.2.0",
"cli-table3": "~0.5.0",
"colors": "^1.3.3",
"colors": "1.3.3",
"cosmiconfig": "6.0.0",
"cross-spawn": "^7.0.0",
"ejs": "^2.6.1",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,12 @@ [email protected]:
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=

colors@^1.1.2, colors@^1.3.3:
[email protected]:
version "1.3.3"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d"
integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==

colors@^1.1.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
Expand Down

0 comments on commit c33f24f

Please sign in to comment.