diff --git a/package-lock.json b/package-lock.json index 927333d89af..a85773715a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fs-extra": "^11.1.1", "js-beautify": "^1.14.11", "lockfile-lint": "^4.12.1", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "postcss-cli": "^11.0.0", @@ -9497,9 +9497,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", @@ -21503,9 +21503,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/package.json b/package.json index 351e06d90f2..2901465dd33 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "fs-extra": "^11.1.1", "js-beautify": "^1.14.11", "lockfile-lint": "^4.12.1", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "postcss-cli": "^11.0.0",