diff --git a/package.json b/package.json index 35a2d76..66a7855 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@mouse_484/eslint-config-typescript": "https://eslint-config.mouse484.tk/TypeScript?next", "@types/node": "14.14.43", "eslint": "7.25.0", - "nodemon": "^2.0.7", + "nodemon": "^2.0.8", "prettier": "2.2.1", "ts-node": "9.1.1", "tsconfig-paths": "^3.9.0", diff --git a/yarn.lock b/yarn.lock index a0003d4..ba9f1e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1278,10 +1278,10 @@ node-fetch@^2.6.1: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== -nodemon@^2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32" - integrity sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA== +nodemon@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.8.tgz#95719984d4ae57c2b5ce2a1e1bf1ca14de36f500" + integrity sha512-omq5AbNSMZjjZf12qd5vRpVobbuBJsLhTOS/vwy5ApnO6jpHbS/YuN97X4/zzB9YkdAa3q73HG5IuyM6kIQw8Q== dependencies: chokidar "^3.2.2" debug "^3.2.6"