diff --git a/package.json b/package.json index 42c0a41..e0528ee 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-import": "^2.20.2", "faker": "^4.1.0", "mocha": "^7.1.1", - "nodemon": "^2.0.2", + "nodemon": "^2.0.4", "nyc": "^15.0.1" }, "nodemonConfig": { diff --git a/yarn.lock b/yarn.lock index a8486c8..55ba823 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2270,10 +2270,10 @@ node-preload@^0.2.1: dependencies: process-on-spawn "^1.0.0" -nodemon@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.3.tgz#e9c64df8740ceaef1cb00e1f3da57c0a93ef3714" - integrity sha512-lLQLPS90Lqwc99IHe0U94rDgvjo+G9I4uEIxRG3evSLROcqQ9hwc0AxlSHKS4T1JW/IMj/7N5mthiN58NL/5kw== +nodemon@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416" + integrity sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ== dependencies: chokidar "^3.2.2" debug "^3.2.6"