diff --git a/package.json b/package.json index 92ea0056d1..65d0fb9ed9 100644 --- a/package.json +++ b/package.json @@ -376,7 +376,7 @@ "mini-css-extract-plugin": "^2.9.1", "mutationobserver-shim": "^0.3.7", "node-polyfill-webpack-plugin": "^4.0.0", - "nodemon": "^3.1.4", + "nodemon": "^3.1.6", "plop": "^4.0.1", "postcss": "^8.4.41", "prettier": "3.2.5", diff --git a/yarn.lock b/yarn.lock index dc80c28c84..90271ce23e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13537,10 +13537,10 @@ nodemailer@^6.9.14: resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.15.tgz#57b79dc522be27e0e47ac16cc860aa0673e62e04" integrity sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ== -nodemon@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.4.tgz#c34dcd8eb46a05723ccde60cbdd25addcc8725e4" - integrity sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ== +nodemon@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.6.tgz#15bd79dca6849aa27b2689d1dbe02dc28bcc1a1c" + integrity sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA== dependencies: chokidar "^3.5.2" debug "^4"