From 860b658fd85935dad37b2c278abceeea1a6778f9 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 17 Jan 2024 06:53:12 +0000 Subject: [PATCH] chore(deps): bump nodemon from 3.0.2 to 3.0.3 Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.0.3) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a30565..0023c00 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jsonwebtoken": "^9.0.2", "node-forge": "^1.3.1", "node-rsa": "^1.1.1", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "serve-favicon": "^2.4.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bafa2d3..decfa8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -668,10 +668,10 @@ node-rsa@^1.1.1: dependencies: asn1 "^0.2.4" -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" -- 2.52.0