From 541ff53ea429f480aa71f2047c101016648f82bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 12:48:35 +0000 Subject: [PATCH] Bump moment from 2.18.1 to 2.19.3 Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.19.3. - [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.18.1...2.19.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 707033d..29b8600 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "file-type": "^14.5.0", "jquery": "^3.5.1", "jsonwebtoken": "^8.5.1", - "moment": "2.18.1", + "moment": "2.19.3", "mongodb": "^3.5.7", "mongoose": "^5.9.14", "node-fetch": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index a2181a4..9dffcd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7339,10 +7339,10 @@ mkdirp@^1.0.3: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== -moment@2.18.1: - version "2.18.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" - integrity sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8= +moment@2.19.3: + version "2.19.3" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f" + integrity sha1-vbmdJw1tf9p4zA+6zoVeJ/59pp8= mongodb-memory-server-core@6.4.1: version "6.4.1"