diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-16 15:32:54 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-10-16 15:32:54 +0300 |
| commit | 78f0e85f229d6d4447cac157da323c65138ff20a (patch) | |
| tree | d069d6b7a62f9a97aa4198569da10b1d274d90f3 | |
| parent | 03063bc64ed597c0c56e8a2d8713c1fe87d50430 (diff) | |
| download | bootstrap-78f0e85f229d6d4447cac157da323c65138ff20a.tar.xz bootstrap-78f0e85f229d6d4447cac157da323c65138ff20a.zip | |
Bump nodemon from 1.19.3 to 1.19.4 (#29534)
Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)
Signed-off-by: dependabot-preview[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index ef6ce88d9..b2f30bffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8026,18 +8026,18 @@ } }, "nodemon": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.19.3.tgz", - "integrity": "sha512-TBNKRmJykEbxpTniZBusqRrUTHIEqa2fpecbTQDQj1Gxjth7kKAPP296ztR0o5gPUWsiYbuEbt73/+XMYab1+w==", + "version": "1.19.4", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.19.4.tgz", + "integrity": "sha512-VGPaqQBNk193lrJFotBU8nvWZPqEZY2eIzymy2jjY0fJ9qIsxA0sxQ8ATPl0gZC645gijYEc1jtZvpS8QWzJGQ==", "dev": true, "requires": { - "chokidar": "^2.1.5", - "debug": "^3.1.0", + "chokidar": "^2.1.8", + "debug": "^3.2.6", "ignore-by-default": "^1.0.1", "minimatch": "^3.0.4", - "pstree.remy": "^1.1.6", - "semver": "^5.5.0", - "supports-color": "^5.2.0", + "pstree.remy": "^1.1.7", + "semver": "^5.7.1", + "supports-color": "^5.5.0", "touch": "^3.1.0", "undefsafe": "^2.0.2", "update-notifier": "^2.5.0" |
