From 02196b4bc4b1d1a401238a94ce059a37e5edc8f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 07:02:13 +0000 Subject: [PATCH] Bump nodemon from 1.19.4 to 2.0.12 Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.4 to 2.0.12. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v1.19.4...v2.0.12) 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..4caa28d 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.12", "stylus": "^0.53.0" } }