From 89d8cb3b0a8baf7e30685ec21521f3ab057310ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 09:44:33 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.25.3 Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.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/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 123b87431..634144e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5295,9 +5295,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.25.3", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz", + "integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==" }, "mongodb": { "version": "3.5.5", diff --git a/package.json b/package.json index 0981a4776..9c58a33ad 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jwt-simple": "^0.5.6", "lodash": "^4.17.15", "marked": "^0.3.19", - "moment": "^2.24.0", + "moment": "^2.25.3", "mongoose": "^5.9.9", "nconf": "^0.10.0", "pico-router": "^2.1.0",