From 11d275da31985512f93cef5a50b303489441bb6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 18:45:12 +0000 Subject: [PATCH] Bump moment from 2.28.0 to 2.29.0 Bumps [moment](https://github.com/moment/moment) from 2.28.0 to 2.29.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.28.0...2.29.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 ff4c2aae..622afa75 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.28.0", + "moment": "^2.29.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 99ee794e..af4b3321 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.28.0", + "moment": "^2.29.0", "mongoose": "^4.13.6", "mongoose-timestamp": "^0.6", "uuid": "^7.0.3" diff --git a/yarn.lock b/yarn.lock index 7285941d..ee1bef64 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.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== +moment@^2.19.3, moment@^2.29.0: + version "2.29.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.0.tgz#fcbef955844d91deb55438613ddcec56e86a3425" + integrity sha512-z6IJ5HXYiuxvFTI6eiQ9dm77uE0gyy1yXNApVHqTcnIKfY9tIwEjlzsZ6u1LQXvVgKeTnv9Xm7NDvJ7lso3MtA== mongodb-core@2.1.18: version "2.1.18"