Merge pull request #60 from eartharoid/depfu/update/npm/nodemon-2.0.6

Update nodemon: 2.0.5 → 2.0.6 (patch)
This commit is contained in:
Isaac 2020-10-20 21:22:15 +01:00 committed by GitHub
commit e9021e6769
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/",