Update nodemon to version 2.0.6

This commit is contained in:
depfu[bot] 2020-10-20 19:56:03 +00:00 committed by GitHub
parent a9d9feb74d
commit 7afa194918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1779,9 +1779,9 @@
}
},
"nodemon": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.5.tgz",
"integrity": "sha512-6/jqtZvJdk092pVnD2AIH19KQ9GQZAKOZVy/yT1ueL6aoV+Ix7a1lVZStXzvEh0fP4zE41DDWlkVoHjR6WlozA==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.6.tgz",
"integrity": "sha512-4I3YDSKXg6ltYpcnZeHompqac4E6JeAMpGm8tJnB9Y3T0ehasLa4139dJOcCrB93HHrUMsCrKtoAlXTqT5n4AQ==",
"dev": true,
"requires": {
"chokidar": "^3.2.2",

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"eslint": "^7.11.0",
"nodemon": "^2.0.5"
"nodemon": "^2.0.6"
},
"scripts": {
"start": "node src/",