Skip to content

Commit ea79d28

Browse files
chore(deps): update dependency nodemon to v3.1.1 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27752ba commit ea79d28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/express": "4.17.21",
2727
"@types/node": "20.12.12",
2828
"@types/url-regex-safe": "1.0.2",
29-
"nodemon": "3.1.0",
29+
"nodemon": "3.1.1",
3030
"prettier": "3.2.5",
3131
"typescript": "5.4.5"
3232
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -990,10 +990,10 @@ node-fetch@^2.6.7:
990990
dependencies:
991991
whatwg-url "^5.0.0"
992992

993-
nodemon@3.1.0:
994-
version "3.1.0"
995-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.0.tgz#ff7394f2450eb6a5e96fe4180acd5176b29799c9"
996-
integrity sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==
993+
nodemon@3.1.1:
994+
version "3.1.1"
995+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.1.tgz#779631d9da3a7f8a995b16976c87621818c19a8d"
996+
integrity sha512-k43xGaDtaDIcufn0Fc6fTtsdKSkV/hQzoQFigNH//GaKta28yoKVYXCnV+KXRqfT/YzsFaQU9VdeEG+HEyxr6A==
997997
dependencies:
998998
chokidar "^3.5.2"
999999
debug "^4"

0 commit comments

Comments
 (0)