Skip to content

Commit 2405eb8

Browse files
committed
Update dependency nestjs-console to v3.1.0
1 parent 8eadbd4 commit 2405eb8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-promise": "4.2.1",
4848
"eslint-plugin-standard": "4.0.1",
4949
"jest": "26.0.1",
50-
"nestjs-console": "3.0.5",
50+
"nestjs-console": "3.1.0",
5151
"passport": "0.4.1",
5252
"prettier": "2.0.5",
5353
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,12 +3543,12 @@ neo-async@^2.6.0:
35433543
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
35443544
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
35453545

3546-
nestjs-console@3.0.5:
3547-
version "3.0.5"
3548-
resolved "https://registry.yarnpkg.com/nestjs-console/-/nestjs-console-3.0.5.tgz#83078061bd5daffde1da0e672918e045be7d4456"
3549-
integrity sha512-50qr+MWlnUPON0X9k3YzSUMZMEortsMbD45GhzME804smZXh2ujPwr2L2iJGw2LeC2Eier/z5XOLE+bw6mZr7g==
3546+
nestjs-console@3.1.0:
3547+
version "3.1.0"
3548+
resolved "https://registry.yarnpkg.com/nestjs-console/-/nestjs-console-3.1.0.tgz#7a77618570266d0916a6641c106818674a7a048e"
3549+
integrity sha512-wT+bdChFNLOhoOOmjSiU1zx+/2Ln9+SaQk2K+5MCKfvxP8MRzGIw0p0eJ6qjtJ7LGmED4ODVvHNRYem7EIRcnA==
35503550
dependencies:
3551-
ora "4.0.4"
3551+
ora "4.0.5"
35523552
prettier "2.0.5"
35533553

35543554
next-tick@1, next-tick@~1.0.0:
@@ -3723,10 +3723,10 @@ optionator@^0.8.1, optionator@^0.8.3:
37233723
type-check "~0.3.2"
37243724
word-wrap "~1.2.3"
37253725

3726-
ora@4.0.4:
3727-
version "4.0.4"
3728-
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.4.tgz#e8da697cc5b6a47266655bf68e0fb588d29a545d"
3729-
integrity sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==
3726+
ora@4.0.5:
3727+
version "4.0.5"
3728+
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.5.tgz#7410b5cc2d99fa637fd5099bbb9f02bfbb5a361e"
3729+
integrity sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w==
37303730
dependencies:
37313731
chalk "^3.0.0"
37323732
cli-cursor "^3.1.0"

0 commit comments

Comments
 (0)