From 15156b06eba5bd147c97b9b47dafc0b0c70ebf5e 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:10:04 +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 81312c2..ba88397 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@babel/polyfill": "^7.10.4", "bluebird": "^3.5.1", - "bunyan": "^1.8.14", + "bunyan": "^1.8.15", "mongodb": "^3.5.9", "strava-v3": "^2.0.5" }, diff --git a/yarn.lock b/yarn.lock index 4a9aafb..5834076 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1784,10 +1784,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"