From 75f402862a835287877b2995985f13dc6bed7658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:25:21 -0500 Subject: [PATCH] build(deps-dev): nodemon from 3.0.2 to 3.0.3 (#323) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93e9ba7..55817e9 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "npm-check-updates": "^16.14.14", "npm-run-all": "^4.1.5", "prettier": "^3.2.1" diff --git a/yarn.lock b/yarn.lock index b23e7af..93100fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5494,10 +5494,10 @@ nodemon@^2.0.15: touch "^3.1.0" undefsafe "^2.0.5" -nodemon@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.0.2.tgz#222dd0de79fc7b7b3eedba422d2b9e5fc678621e" - integrity sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA== +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== dependencies: chokidar "^3.5.2" debug "^4"