diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-16 15:27:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 15:27:29 +0000 |
commit | 5231cd80429ad2c4f44288e106f6683d8099f359 (patch) | |
tree | 05c230bcb837a48d03852c82326b6780d82fe2b5 /yarn.lock | |
parent | Bump @types/node from 18.7.17 to 18.7.18 (#192) (diff) | |
download | ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.gz ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.bz2 ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.lz ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.xz ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.zst ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.zip |
Bump nodemon from 2.0.19 to 2.0.20 (#193)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.19...v2.0.20)
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1569,15 +1569,15 @@ 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.19: - version "2.0.19" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.19.tgz#cac175f74b9cb8b57e770d47841995eebe4488bd" - integrity sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A== +nodemon@2.0.20: + version "2.0.20" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.20.tgz#e3537de768a492e8d74da5c5813cb0c7486fc701" + integrity sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw== dependencies: chokidar "^3.5.2" debug "^3.2.7" ignore-by-default "^1.0.1" - minimatch "^3.0.4" + minimatch "^3.1.2" pstree.remy "^1.1.8" semver "^5.7.1" simple-update-notifier "^1.0.7" |