From 5cf487b21ecffe8edd6f7539681588dfbc653360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 12:09:43 +0000 Subject: [PATCH] Bump moment from 2.8.4 to 2.27.0 in /examples/nfinn Bumps [moment](https://github.com/moment/moment) from 2.8.4 to 2.27.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.8.4...2.27.0) Signed-off-by: dependabot[bot] --- examples/nfinn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfinn/package.json b/examples/nfinn/package.json index c63a1b8..59fc0bc 100644 --- a/examples/nfinn/package.json +++ b/examples/nfinn/package.json @@ -13,7 +13,7 @@ "body-parser": "~1.9.0", "compression": "~1.1.1", "serve-favicon": "~2.1.5", - "moment": "~2.8.3", + "moment": "~2.27.0", "express": "~4.9.7", "nunjucks": "~1.1.0", "chokidar": "~0.9.0"