Browse Source

Merge pull request #11 from beaussan/renovate/colors-1.x

⬆️ Upgrade dependency colors to v1.4.0
pull/10/head
Nicolas Beaussart 6 years ago
committed by GitHub
parent
commit
b5b12e1339
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 7
      yarn.lock

2
package.json

@ -15,7 +15,7 @@
"@oclif/plugin-not-found": "1.2.3",
"@oclif/plugin-warn-if-update-available": "1.7.0",
"axios": "0.19.1",
"colors": "1.3.3",
"colors": "1.4.0",
"cosmiconfig": "6.0.0",
"gluegun": "4.1.2",
"isomorphic-git": "0.78.3",

7
yarn.lock

@ -2515,12 +2515,7 @@ colors@1.0.3:
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
colors@1.3.3:
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, colors@^1.3.3:
colors@1.4.0, colors@^1.1.2, colors@^1.3.3:
version "1.4.0"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==

Loading…
Cancel
Save