From b69bb7c356e3e3a6d78940f83be976b3483ba395 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 08:54:33 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.1 Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.1. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.1) 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 5351a02..841da61 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@babel/register": "^7.10.5", "bluebird": "^3.7.2", "bunyan": "^1.8.14", - "moment": "^2.27.0", + "moment": "^2.29.1", "mongodb": "^3.5.9", "strava-v3": "^2.0.5" }, diff --git a/yarn.lock b/yarn.lock index 799ed79..b8710db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4158,10 +4158,10 @@ mkdirp@^0.5.1, mkdirp@~0.5.1: dependencies: minimist "0.0.8" -moment@^2.19.3, moment@^2.27.0: - version "2.27.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" - integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== +moment@^2.19.3, moment@^2.29.1: + version "2.29.1" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" + integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== mongodb@^3.5.9: version "3.5.9"