From 46f79bfe4db88c05dae956596aeef63711453238 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 11:54:28 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.28.0 Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.28.0. - [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.28.0) Signed-off-by: dependabot-preview[bot] --- packages/api/package.json | 2 +- packages/models/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index fc01ffc2..e603d2b9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -29,7 +29,7 @@ "isemail": "^3.0.0", "jsonwebtoken": "^8.1.0", "millify": "^3.3.0", - "moment": "^2.27.0", + "moment": "^2.28.0", "ms": "^2.1.1", "restify": "^5.2.0", "restify-errors": "^8.0.2", diff --git a/packages/models/package.json b/packages/models/package.json index e7a9b097..106cfef7 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -15,7 +15,7 @@ "isemail": "^3.0.0", "jsonpath": "^1.0.0", "lodash.isequal": "^4.5.0", - "moment": "^2.27.0", + "moment": "^2.28.0", "mongoose": "^4.13.6", "mongoose-timestamp": "^0.6", "uuid": "^7.0.3" diff --git a/yarn.lock b/yarn.lock index b6c2adbe..ec87d4f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2399,10 +2399,10 @@ mocha@^7.1.2: yargs-parser "13.1.2" yargs-unparser "1.6.0" -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.28.0: + version "2.28.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.28.0.tgz#cdfe73ce01327cee6537b0fafac2e0f21a237d75" + integrity sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw== mongodb-core@2.1.18: version "2.1.18"