Skip to content

Commit

Permalink
build(deps): bump log-symbols from 3.0.0 to 4.0.0 (#1649)
Browse files Browse the repository at this point in the history
* build(deps): bump log-symbols from 3.0.0 to 4.0.0

Bumps [log-symbols](https://github.com/sindresorhus/log-symbols) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/log-symbols/releases)
- [Commits](sindresorhus/log-symbols@v3.0.0...v4.0.0)

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

* Finish upgrading via bolt

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ec4e3b6 commit 6c8e443
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"html-webpack-plugin": "^4.0.2",
"inquirer": "^7.0.6",
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"log-symbols": "^4.0.0",
"mime-types": "^2.1.25",
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fs-extra": "^9.0.0",
"glob": "^7.1.5",
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"log-symbols": "^4.0.0",
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
"resolve-package": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/wix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@electron-forge/shared-types": "6.0.0-beta.50",
"colors": "^1.4.0",
"electron-wix-msi": "^2.1.1",
"log-symbols": "^3.0.0",
"log-symbols": "^4.0.0",
"parse-author": "^2.0.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 @@ -16,7 +16,7 @@
"dependencies": {
"colors": "^1.4.0",
"debug": "^4.1.0",
"log-symbols": "^3.0.0",
"log-symbols": "^4.0.0",
"ora": "^4.0.3",
"pretty-ms": "^6.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6112,6 +6112,13 @@ log-symbols@^2.2.0:
dependencies:
chalk "^2.0.1"

log-symbols@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==
dependencies:
chalk "^4.0.0"

log-update@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"
Expand Down

0 comments on commit 6c8e443

Please sign in to comment.