From 613f3677977cb1c7c35d7ae0a92cb9103d316aee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 06:58:25 +0000 Subject: [PATCH] Bump nodemon from 1.19.4 to 2.0.8 Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.4 to 2.0.8. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v1.19.4...v2.0.8) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf75e29..300a24d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "express": "^4.13.4", "jade": "^1.11.0", "morgan": "^1.7.0", - "nodemon": "^1.9.1", + "nodemon": "^2.0.8", "stylus": "^0.53.0" } }