diff --git a/package.json b/package.json index 8849b76..86d1d76 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cost-of-modules": "1.0.1", "flow-bin": "0.89.0", "jest": "29.7.0", - "nodemon": "3.1.5", + "nodemon": "3.1.6", "notification-catcher": "1.2.1", "regenerator-runtime": "0.14.1", "standard": "14.3.4" diff --git a/yarn.lock b/yarn.lock index 064550d..d274b56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5457,10 +5457,10 @@ nodemailer@6.9.10: resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.10.tgz#54cc1e062f20726606d3289fcf38ee731aff0d9d" integrity sha512-qtoKfGFhvIFW5kLfrkw2R6Nm6Ur4LNUMykyqu6n9BRKJuyQrqEGwdXXUAbwWEKt33dlWUGXb7rzmJP/p4+O+CA== -nodemon@3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.5.tgz#43d2a07d88a3778a3ba35b0dbdf505dcc5b3b5ad" - integrity sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw== +nodemon@3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.6.tgz#15bd79dca6849aa27b2689d1dbe02dc28bcc1a1c" + integrity sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA== dependencies: chokidar "^3.5.2" debug "^4"