diff --git a/apps/api/package.json b/apps/api/package.json index 287fcb9df..005aae331 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -59,7 +59,7 @@ "optionalDependencies": { "@nestjs/schematics": "7.0.0", "@nestjs/testing": "7.0.11", - "nodemon": "2.0.3", + "nodemon": "2.0.4", "supertest": "4.0.2" } } diff --git a/yarn.lock b/yarn.lock index f35e7778d..87d7d2429 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12688,10 +12688,10 @@ nodemailer@6.4.6: resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.6.tgz#d37f504f6560b36616f646a606894fe18819107f" integrity sha512-/kJ+FYVEm2HuUlw87hjSqTss+GU35D4giOpdSfGp7DO+5h6RlJj7R94YaYHOkoxu1CSaM0d3WRBtCzwXrY6MKA== -nodemon@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.3.tgz#e9c64df8740ceaef1cb00e1f3da57c0a93ef3714" - integrity sha512-lLQLPS90Lqwc99IHe0U94rDgvjo+G9I4uEIxRG3evSLROcqQ9hwc0AxlSHKS4T1JW/IMj/7N5mthiN58NL/5kw== +nodemon@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416" + integrity sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ== dependencies: chokidar "^3.2.2" debug "^3.2.6"