chore(deps-dev): bump nodemon from 2.0.13 to 2.0.14 (#7186)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.13...v2.0.14)

---
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>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-23 02:35:21 +00:00
committed by GitHub
parent d1da25b808
commit e30a7f2735
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -127,7 +127,7 @@
"mocha-yaml-loader": "^1.0.3",
"nock": "13.1.3",
"node-mocks-http": "^1.11.0",
"nodemon": "^2.0.13",
"nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
"open-cli": "^7.0.1",
"portfinder": "^1.0.28",
@@ -20277,9 +20277,9 @@
}
},
"node_modules/nodemon": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.13.tgz",
"integrity": "sha512-UMXMpsZsv1UXUttCn6gv8eQPhn6DR4BW+txnL3IN5IHqrCwcrT/yWHfL35UsClGXknTH79r5xbu+6J1zNHuSyA==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.14.tgz",
"integrity": "sha512-frcpDx+PviKEQRSYzwhckuO2zoHcBYLHI754RE9z5h1RGtrngerc04mLpQQCPWBkH/2ObrX7We9YiwVSYZpFJQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -45593,9 +45593,9 @@
"dev": true
},
"nodemon": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.13.tgz",
"integrity": "sha512-UMXMpsZsv1UXUttCn6gv8eQPhn6DR4BW+txnL3IN5IHqrCwcrT/yWHfL35UsClGXknTH79r5xbu+6J1zNHuSyA==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.14.tgz",
"integrity": "sha512-frcpDx+PviKEQRSYzwhckuO2zoHcBYLHI754RE9z5h1RGtrngerc04mLpQQCPWBkH/2ObrX7We9YiwVSYZpFJQ==",
"dev": true,
"requires": {
"chokidar": "^3.2.2",

View File

@@ -214,7 +214,7 @@
"mocha-yaml-loader": "^1.0.3",
"nock": "13.1.3",
"node-mocks-http": "^1.11.0",
"nodemon": "^2.0.13",
"nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
"open-cli": "^7.0.1",
"portfinder": "^1.0.28",