diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-13 17:23:46 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-12-13 17:23:46 +0200 |
| commit | 4e59997d066b26839c20bf4e54889aaadedc12e5 (patch) | |
| tree | a472e0c55d42f85c110985d031e3dfe086a983c0 | |
| parent | 9c784e45f1c6e27273049b2aeb421fe0182d1b0e (diff) | |
| download | bootstrap-4e59997d066b26839c20bf4e54889aaadedc12e5.tar.xz bootstrap-4e59997d066b26839c20bf4e54889aaadedc12e5.zip | |
Bump nodemon from 2.0.1 to 2.0.2 (#29850)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.1...v2.0.2)
Signed-off-by: dependabot-preview[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e6064c02c..ab83cf0f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8351,9 +8351,9 @@ } }, "nodemon": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.1.tgz", - "integrity": "sha512-UC6FVhNLXjbbV4UzaXA3wUdbEkUZzLGgMGzmxvWAex5nzib/jhcSHVFlQODdbuUHq8SnnZ4/EABBAbC3RplvPg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.2.tgz", + "integrity": "sha512-GWhYPMfde2+M0FsHnggIHXTqPDHXia32HRhh6H0d75Mt9FKUoCBvumNHr7LdrpPBTKxsWmIEOjoN+P4IU6Hcaw==", "dev": true, "requires": { "chokidar": "^3.2.2", diff --git a/package.json b/package.json index 7fcb1bec3..a81438576 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "karma-rollup-preprocessor": "^7.0.2", "linkinator": "^1.8.0", "node-sass": "^4.13.0", - "nodemon": "^2.0.1", + "nodemon": "^2.0.2", "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^6.1.3", |
