From f682594a5305f6aa12890da588f9bde856dd6b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:55:58 +0000 Subject: [PATCH] chore(deps): update dependency nodemon to v3.0.3 --- sample/09-babel-example/package-lock.json | 14 +++++++------- sample/09-babel-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sample/09-babel-example/package-lock.json b/sample/09-babel-example/package-lock.json index c4a537058bc..423b29d673b 100644 --- a/sample/09-babel-example/package-lock.json +++ b/sample/09-babel-example/package-lock.json @@ -28,7 +28,7 @@ "@babel/runtime": "7.23.7", "@nestjs/testing": "10.2.10", "jest": "29.7.0", - "nodemon": "3.0.2", + "nodemon": "3.0.3", "prettier": "3.0.3", "supertest": "6.3.3" } @@ -7354,9 +7354,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz", - "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", + "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", "dev": true, "dependencies": { "chokidar": "^3.5.2", @@ -14166,9 +14166,9 @@ "dev": true }, "nodemon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz", - "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", + "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", "dev": true, "requires": { "chokidar": "^3.5.2", diff --git a/sample/09-babel-example/package.json b/sample/09-babel-example/package.json index 828f6e223b7..f542195b1f3 100644 --- a/sample/09-babel-example/package.json +++ b/sample/09-babel-example/package.json @@ -32,7 +32,7 @@ "@babel/runtime": "7.23.7", "@nestjs/testing": "10.2.10", "jest": "29.7.0", - "nodemon": "3.0.2", + "nodemon": "3.0.3", "prettier": "3.0.3", "supertest": "6.3.3" },