aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-23 16:58:16 +0000
committerGitHub <noreply@github.com>2022-06-23 16:58:16 +0000
commit81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f (patch)
treec67c93efa47cd45bd843b59a8214768ff91876ee
parentBump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0 (#116) (diff)
downloadee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.tar
ee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.tar.gz
ee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.tar.bz2
ee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.tar.lz
ee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.tar.xz
ee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.tar.zst
ee4511w-web-81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f.zip
Bump nodemon from 2.0.16 to 2.0.18 (#117)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.16 to 2.0.18. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.16...v2.0.18) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 55e061d..bb0440f 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"install": "0.13.0",
- "nodemon": "2.0.16",
+ "nodemon": "2.0.18",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"typescript": "4.7.4"
diff --git a/yarn.lock b/yarn.lock
index 5338771..1fad6d6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1809,10 +1809,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
-nodemon@2.0.16:
- version "2.0.16"
- resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.16.tgz#d71b31bfdb226c25de34afea53486c8ef225fdef"
- integrity sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==
+nodemon@2.0.18:
+ version "2.0.18"
+ resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.18.tgz#0f5a3aa7b4587f2626e6f01369deba89cb0462a2"
+ integrity sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==
dependencies:
chokidar "^3.5.2"
debug "^3.2.7"