diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-23 16:58:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 16:58:16 +0000 |
commit | 81d9ddd50d5f20a3c1872b36c69d99ff4688ed4f (patch) | |
tree | c67c93efa47cd45bd843b59a8214768ff91876ee /yarn.lock | |
parent | Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0 (#116) (diff) | |
download | ee4511w-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>
Diffstat (limited to '')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |