Skip to content

Commit 0b4520a

Browse files
chore(deps): update dependency nodemon to ^3.1.10
1 parent bd872d7 commit 0b4520a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@types/express": "^5.0.1",
1313
"@types/node": "^22.15.3",
14-
"nodemon": "^3.1.9",
14+
"nodemon": "^3.1.10",
1515
"prisma": "^6.0.0",
1616
"ts-node": "^10.9.2",
1717
"typescript": "^5.8.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@ negotiator@^1.0.0:
632632
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-1.0.0.tgz#b6c91bb47172d69f93cfd7c357bbb529019b5f6a"
633633
integrity sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==
634634

635-
nodemon@^3.1.9:
636-
version "3.1.9"
637-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.9.tgz#df502cdc3b120e1c3c0c6e4152349019efa7387b"
638-
integrity sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==
635+
nodemon@^3.1.10:
636+
version "3.1.10"
637+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.10.tgz#5015c5eb4fffcb24d98cf9454df14f4fecec9bc1"
638+
integrity sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==
639639
dependencies:
640640
chokidar "^3.5.2"
641641
debug "^4"

0 commit comments

Comments
 (0)