Skip to content

Commit

Permalink
chore(deps): bump colors from 1.3.3 to 1.4.0 (#1177)
Browse files Browse the repository at this point in the history
* chore(deps): bump colors from 1.3.3 to 1.4.0

Bumps [colors](https:/Marak/colors.js) from 1.3.3 to 1.4.0.
- [Release notes](https:/Marak/colors.js/releases)
- [Commits](Marak/colors.js@v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Sep 23, 2019
1 parent adb8935 commit c5284d0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@octokit/rest": "^16.29.0",
"@types/which": "^1.3.1",
"aws-sdk": "^2.472.0",
"colors": "^1.2.0",
"colors": "^1.4.0",
"commander": "^3.0.1",
"cross-spawn": "^7.0.0",
"cross-spawn-promise": "^0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.45",
"@electron-forge/core": "6.0.0-beta.45",
"colors": "^1.2.0",
"colors": "^1.4.0",
"commander": "^3.0.1",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@electron-forge/shared-types": "6.0.0-beta.45",
"@electron-forge/template-webpack": "6.0.0-beta.45",
"@electron/get": "^1.3.1",
"colors": "^1.2.0",
"colors": "^1.4.0",
"cross-spawn-promise": "^0.10.1",
"debug": "^4.1.0",
"electron-packager": "^14.0.6",
Expand All @@ -62,4 +62,4 @@
"engines": {
"node": ">= 8.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sinon": "^7.4.2"
},
"dependencies": {
"colors": "^1.2.0",
"colors": "^1.4.0",
"debug": "^4.1.0",
"log-symbols": "^3.0.0",
"ora": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2391,10 +2391,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=

colors@^1.2.0, 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.3.3, colors@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==

combined-stream@^1.0.6, combined-stream@~1.0.6:
version "1.0.8"
Expand Down

0 comments on commit c5284d0

Please sign in to comment.