From d7610c44afd1d982939dbefa6c5aa52901d83982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 16:58:14 +0000 Subject: [PATCH] Bump moment from 2.5.1 to 2.24.0 in /examples/watch Bumps [moment](https://github.com/moment/moment) from 2.5.1 to 2.24.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.5.1...2.24.0) Signed-off-by: dependabot[bot] --- examples/watch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/watch/package.json b/examples/watch/package.json index 03893c0..3e8740f 100644 --- a/examples/watch/package.json +++ b/examples/watch/package.json @@ -3,7 +3,7 @@ "grunt": "~0.4.1", "grunt-contrib-concat": "~0.3.0", "jquery": "~2.1.0", - "moment": "~2.5.1", + "moment": "~2.24.0", "grunt-contrib-watch": "~0.6.1" } }