From 431613fdb4c183b18bb204612364e9f86b484e36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:01:27 +0000 Subject: [PATCH] chore(deps): bump bunyan from 1.8.14 to 1.8.15 Bumps [bunyan](https://github.com/trentm/node-bunyan) from 1.8.14 to 1.8.15. - [Release notes](https://github.com/trentm/node-bunyan/releases) - [Changelog](https://github.com/trentm/node-bunyan/blob/1.8.15/CHANGES.md) - [Commits](https://github.com/trentm/node-bunyan/compare/1.8.14...1.8.15) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f2f945..eadbe87 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@babel/polyfill": "^7.10.4", "@babel/register": "^7.10.5", "bluebird": "^3.7.2", - "bunyan": "^1.8.14", + "bunyan": "^1.8.15", "moment": "^2.27.0", "mongodb": "^3.5.9", "strava-v3": "^2.0.5" diff --git a/yarn.lock b/yarn.lock index 4bef38d..1260278 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1789,10 +1789,10 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== -bunyan@^1.8.14: - version "1.8.14" - resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.14.tgz#3d8c1afea7de158a5238c7cb8a66ab6b38dd45b4" - integrity sha512-LlahJUxXzZLuw/hetUQJmRgZ1LF6+cr5TPpRj6jf327AsiIq2jhYEH4oqUUkVKTor+9w2BT3oxVwhzE5lw9tcg== +bunyan@^1.8.15: + version "1.8.15" + resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.15.tgz#8ce34ca908a17d0776576ca1b2f6cbd916e93b46" + integrity sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig== optionalDependencies: dtrace-provider "~0.8" moment "^2.19.3"