From 5f2c47174893537b922ccd72af90c685986467aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 02:33:48 +0000 Subject: [PATCH] Update nodemon requirement from ^2.0.2 to ^2.0.12 in /example.api Updates the requirements on [nodemon](https://github.com/remy/nodemon) to permit the latest version. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.2...v2.0.12) Signed-off-by: dependabot-preview[bot] --- example.api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.api/package.json b/example.api/package.json index 0e79a77..cf9aa9d 100644 --- a/example.api/package.json +++ b/example.api/package.json @@ -30,7 +30,7 @@ "eslint-config-prettier": "^6.10.1", "eslint-plugin-babel": "^5.3.0", "jest": "^25.2.3", - "nodemon": "^2.0.2", + "nodemon": "^2.0.12", "typescript": "^3.8.3" } }