From 83ac8805a834eb8e5552bf3dfc084c376e1bd84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:30:42 +0000 Subject: [PATCH] chore(deps-dev): bump nodemon from 3.1.5 to 3.1.6 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.5...v3.1.6) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"