diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-29 15:44:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 15:44:30 +0000 |
commit | f544d56c1d7ea6d7ac79fc660e580b2b6661c980 (patch) | |
tree | 0f2a2017958887f2a895ff310b309118349b558f | |
parent | Bump typescript from 4.6.3 to 4.6.4 (#66) (diff) | |
download | ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.tar ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.tar.gz ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.tar.bz2 ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.tar.lz ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.tar.xz ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.tar.zst ee4511w-web-f544d56c1d7ea6d7ac79fc660e580b2b6661c980.zip |
Bump nodemon from 2.0.15 to 2.0.16 (#67)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16)
---
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-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 1b6a485..fe082ff 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.15", + "nodemon": "2.0.16", "npm-run-all": "4.1.5", "prettier": "2.6.2", "typescript": "4.6.4" @@ -1816,10 +1816,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.15: - version "2.0.15" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.15.tgz#504516ce3b43d9dc9a955ccd9ec57550a31a8d4e" - integrity sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA== +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== dependencies: chokidar "^3.5.2" debug "^3.2.7" |