From e5093c1f2aac91fe76d28888c962b06585e2afda Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:58:20 +0000 Subject: [PATCH] Update nodemon to v3 Update nodemon Changelog-entry: Update nodemon to 3.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 177ca5e..97245cb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "husky": "^4.2.5", "lint-staged": "^11.0.0", "mocha": "^8.4.0", - "nodemon": "^2.0.20", + "nodemon": "^3.0.0", "rimraf": "^3.0.2", "ts-node": "^10.9.1", "typescript": "4.8"