From 320814d7a04a8e6c4e31b08dff78835e54301303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 21:04:40 +0000 Subject: [PATCH] Upgrade: bump nodemon from 2.0.9 to 2.0.10 Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.9...v2.0.10) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abd79e55..f2508ac2 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "lint-staged": "^11.0.0", "mini-css-extract-plugin": "^2.1.0", "node-sass": "^6.0.1", - "nodemon": "^2.0.9", + "nodemon": "^2.0.10", "npm-run-all": "^4.1.5", "postcss": "^8.3.5", "postcss-loader": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index 39bd74fb..37dfe9f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7295,10 +7295,10 @@ node-sass@^6.0.1: stdout-stream "^1.4.0" "true-case-path" "^1.0.2" -nodemon@^2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.9.tgz#f5cd550ba215da3c1081459ae2c1c8da2c353165" - integrity sha512-6O4k7C8f2HQArGpaPBOqGGddjzDLQAqCYmq3tKMeNIbz7Is/hOphMHy2dcY10sSq5wl3cqyn9Iz+Ep2j51JOLg== +nodemon@^2.0.10: + version "2.0.10" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.10.tgz#abda912860e5c1158ce0e1f13e0fe43b36b0ccb3" + integrity sha512-369KB2EC1fLzz7hIuKSRSIVhh9PXqFAwh1stxlNX8DMyat9y/maswuRxRMttyelnduLDa04r4wgVZ4fgRwZWuQ== dependencies: chokidar "^3.2.2" debug "^3.2.6"