diff --git a/secure-api-gateway/package.json b/secure-api-gateway/package.json index a9e2c94..8f131a7 100644 --- a/secure-api-gateway/package.json +++ b/secure-api-gateway/package.json @@ -9,7 +9,7 @@ "cors": "^2.8.5", "express": "^4.18.2", "helmet": "^6.0.1", - "nodemon": "^2.0.20" + "nodemon": "^2.0.22" }, "scripts": { "start": "nodemon src/index.js" diff --git a/secure-api-gateway/yarn.lock b/secure-api-gateway/yarn.lock index aa8bf67..6503308 100644 --- a/secure-api-gateway/yarn.lock +++ b/secure-api-gateway/yarn.lock @@ -628,10 +628,10 @@ negotiator@0.6.3: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== -nodemon@^2.0.20: - version "2.0.20" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.20.tgz#e3537de768a492e8d74da5c5813cb0c7486fc701" - integrity sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw== +nodemon@^2.0.22: + version "2.0.22" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258" + integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ== dependencies: chokidar "^3.5.2" debug "^3.2.7"