From 9ec4a8176ec975881d4a0f9c1e4c4cc7bdc22b81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 20:18:23 +0000 Subject: [PATCH] chore(deps-dev): bump nodemon from 2.0.3 to 2.0.4 Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.3...v2.0.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"