Skip to content

Commit

Permalink
fix(deps): update dependency log-update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 3, 2019
1 parent a47fa3f commit 4fd5c9b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/neo-one-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fs-extra": "^7.0.1",
"import-local": "^2.0.0",
"inquirer": "^6.2.2",
"log-update": "^2.3.0",
"log-update": "^3.0.0",
"ora": "^3.0.0",
"rxjs": "^6.4.0",
"semver": "^5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-server-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fs-extra": "^7.0.1",
"is-running": "^2.1.0",
"log-symbols": "^2.2.0",
"log-update": "^2.3.0",
"log-update": "^3.0.0",
"rxjs": "^6.4.0",
"seamless-immutable": "^7.1.4",
"tslib": "^1.9.3",
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12235,6 +12235,15 @@ log-update@^2.3.0:
cli-cursor "^2.0.0"
wrap-ansi "^3.0.1"

log-update@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/log-update/-/log-update-3.0.0.tgz#a79767dbbd2f1f46e2e763d8459a20c8179525b0"
integrity sha512-xhQH4g9biBnuNMYm/NjWgL2VDWPj60byIHvy8Zd9oy2+r2xO71NDmwSd7nEoznhcVuFsDyKoyEgORJWaotqoPg==
dependencies:
ansi-escapes "^3.2.0"
cli-cursor "^2.1.0"
wrap-ansi "^5.0.0"

logform@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/logform/-/logform-2.1.2.tgz#957155ebeb67a13164069825ce67ddb5bb2dd360"
Expand Down Expand Up @@ -19651,6 +19660,15 @@ wrap-ansi@^4.0.0:
string-width "^2.1.1"
strip-ansi "^4.0.0"

wrap-ansi@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.0.0.tgz#c3838a85fbac6a647558ca97024d41d7631721dc"
integrity sha512-3ThemJUfTTju0SKG2gjGExzGRHxT5l/KEM5sff3TQReaVWe/bFTiF1GEr8DKr/j0LxGt8qPzx0yhd2RLyqgy2Q==
dependencies:
ansi-styles "^3.2.0"
string-width "^3.0.0"
strip-ansi "^5.0.0"

wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
Expand Down

0 comments on commit 4fd5c9b

Please sign in to comment.