From df5f313dedb1d3c7021f24c6ddd71ef9d02e4c25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 06:50:45 +0000 Subject: [PATCH] Bump nodemon from 1.19.4 to 2.0.9 Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.4 to 2.0.9. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v1.19.4...v2.0.9) 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..fd273cc 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.9", "stylus": "^0.53.0" } }