diff --git a/package.json b/package.json index 8714c5d..a11652f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint-plugin-jest": "^27.6.3", "eslint-plugin-prettier": "^5.1.2", "jest": "^29.7.0", - "nodemon": "^3.0.3", + "nodemon": "^3.1.0", "prettier": "^3.1.1", "supertest": "^6.3.4" }, diff --git a/yarn.lock b/yarn.lock index 60cb813..cd64bfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2872,10 +2872,10 @@ node-releases@^2.0.6: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== -nodemon@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.0.3.tgz#244a62d1c690eece3f6165c6cdb0db03ebd80b76" - integrity sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ== +nodemon@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.0.tgz#ff7394f2450eb6a5e96fe4180acd5176b29799c9" + integrity sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA== dependencies: chokidar "^3.5.2" debug "^4"