diff --git a/package.json b/package.json index 7368591..e64400b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^6.8.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-vue": "^6.2.2", - "nodemon": "^2.0.3", + "nodemon": "^2.0.4", "npm-run-all": "^4.1.3", "serverless": "^1.69.0" } diff --git a/yarn.lock b/yarn.lock index 7f3c915..e07d0c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8016,10 +8016,10 @@ node-source-walk@^4.0.0, node-source-walk@^4.2.0: dependencies: "@babel/parser" "^7.0.0" -nodemon@^2.0.3: - 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"