From 02bfe643b1ffdf59b36ef029a93ae41c524e94e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 23:58:11 +0000 Subject: [PATCH] Build(deps): bump moment from 2.25.1 to 2.25.3 (#5064) Bumps [moment](https://github.com/moment/moment) from 2.25.1 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 1fffab1cc4..28178076fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23246,9 +23246,9 @@ } }, "moment": { - "version": "2.25.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.1.tgz", - "integrity": "sha512-nRKMf9wDS4Fkyd0C9LXh2FFXinD+iwbJ5p/lh3CHitW9kZbRbJ8hCruiadiIXZVbeAqKZzqcTvHnK3mRhFjb6w==" + "version": "2.25.3", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz", + "integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==" }, "moo": { "version": "0.4.3", diff --git a/package.json b/package.json index 196c629c3d..f869e15fec 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lodash.countby": "^4.6.0", "lodash.groupby": "^4.6.0", "lodash.times": "^4.3.2", - "moment": "^2.25.1", + "moment": "^2.25.3", "node-env-flag": "^0.1.0", "parse-link-header": "^1.0.1", "path-to-regexp": "^5.0.0",