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" },