Skip to content

Commit 575d1f8

Browse files
committed
fix(deps): update dependency bunyan-debug-stream to v3
1 parent d870b37 commit 575d1f8

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"algoliasearch": "4.12.1",
3434
"async": "3.2.3",
3535
"bunyan": "1.8.15",
36-
"bunyan-debug-stream": "2.0.1",
36+
"bunyan-debug-stream": "3.0.2",
3737
"chalk": "4.1.2",
3838
"dtrace-provider": "0.8.8",
3939
"escape-html": "1.0.3",

yarn.lock

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,13 +2282,12 @@ builtins@^1.0.3:
22822282
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
22832283
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
22842284

2285-
bunyan-debug-stream@2.0.1:
2286-
version "2.0.1"
2287-
resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-2.0.1.tgz#9bd7c7e30c7b2cf711317e9d37529b0464c3b164"
2288-
integrity sha512-MCEoqggU7NMt7f2O+PU8VkqfSkoQoa4lmN/OWhaRfqFRBF1Se2TOXQyLF6NxC+EtfrdthnquQe8jOe83fpEoGA==
2285+
bunyan-debug-stream@3.0.2:
2286+
version "3.0.2"
2287+
resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-3.0.2.tgz#9cc706e2d5d692539f3b7bb3bfb951da0680edd4"
2288+
integrity sha512-6Tr5xzs65WXtg548qf7WesEZpbeYhqbBnwxCDbuz2qlG2DKl/0DL0TYZPuggE7oz2YBW9rbu8vqrWHnYI3EhGw==
22892289
dependencies:
2290-
colors "1.4.0"
2291-
exception-formatter "^1.0.4"
2290+
chalk "^4.1.2"
22922291

22932292
bunyan@1.8.15:
22942293
version "1.8.15"
@@ -2586,7 +2585,7 @@ colorette@^2.0.16:
25862585
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
25872586
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
25882587

2589-
colors@1.4.0, colors@^1.0.3, colors@^1.1.2:
2588+
colors@1.4.0, colors@^1.1.2:
25902589
version "1.4.0"
25912590
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
25922591
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -3394,13 +3393,6 @@ esutils@^2.0.2:
33943393
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
33953394
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
33963395

3397-
exception-formatter@^1.0.4:
3398-
version "1.0.7"
3399-
resolved "https://registry.yarnpkg.com/exception-formatter/-/exception-formatter-1.0.7.tgz#3291616b86fceabefa97aee6a4708032c6e3b96d"
3400-
integrity sha512-zV45vEsjytJrwfGq6X9qd1Ll56cW4NC2mhCO6lqwMk4ZpA1fZ6C3UiaQM/X7if+7wZFmCgss3ahp9B/uVFuLRw==
3401-
dependencies:
3402-
colors "^1.0.3"
3403-
34043396
execa@^5.0.0, execa@^5.1.1:
34053397
version "5.1.1"
34063398
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"

0 commit comments

Comments
 (0)