From 0fef1bb0a91533f4c12a5dfb112c2baa82af1f5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 04:26:21 +0000 Subject: [PATCH] build(deps): bump nodemon from 2.0.6 to 2.0.7 Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7) 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 37f6d53..3c63f50 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "express": "^4.17.1", "install": "^0.13.0", "jsdom": "^16.4.0", - "nodemon": "^2.0.6", + "nodemon": "^2.0.7", "npm": "^6.14.9", "readability": "https://github.com/mozilla/readability", "request-promise-native": "^1.0.9", diff --git a/yarn.lock b/yarn.lock index 80cac3e..0de1e2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4778,10 +4778,10 @@ node-notifier@^8.0.0: uuid "^8.3.0" which "^2.0.2" -nodemon@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.6.tgz#1abe1937b463aaf62f0d52e2b7eaadf28cc2240d" - integrity sha512-4I3YDSKXg6ltYpcnZeHompqac4E6JeAMpGm8tJnB9Y3T0ehasLa4139dJOcCrB93HHrUMsCrKtoAlXTqT5n4AQ== +nodemon@^2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32" + integrity sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA== dependencies: chokidar "^3.2.2" debug "^3.2.6"