From 8c9faf332c5bb7c1398ef2e8e463da67ca7cdc6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 04:23:25 +0000 Subject: [PATCH] build(deps): bump nodemon from 2.0.6 to 2.0.8 Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.8. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.8) 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..c511251 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.8", "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..f2e9da9 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.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.8.tgz#95719984d4ae57c2b5ce2a1e1bf1ca14de36f500" + integrity sha512-omq5AbNSMZjjZf12qd5vRpVobbuBJsLhTOS/vwy5ApnO6jpHbS/YuN97X4/zzB9YkdAa3q73HG5IuyM6kIQw8Q== dependencies: chokidar "^3.2.2" debug "^3.2.6"