From 33c7d95bef40ac8e7ef031ffd329201c4a5b3d7b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:23:11 +0000 Subject: [PATCH] Bump nodemon from 1.19.4 to 2.0.6 Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.4 to 2.0.6. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v1.19.4...v2.0.6) 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 8d68f89..a203cb9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "homepage": "https://github.com/unlessquit/s2#readme", "devDependencies": { "mocha": "^3.2.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.6", "standard": "^9.0.2", "supertest": "^3.0.0" },