Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@types/winston": "^2.4.4",
"@types/ws": "^8.18.1",
"graphql-codegen-schema-ast": "^0.18.2",
"nodemon": "3.1.10",
"nodemon": "3.1.14",
"prisma": "^7.1.0",
"ts-node": "10.9.2",
"tsx": "^4.21.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3771,7 +3771,7 @@ __metadata:
graphql-yoga: "npm:5.16.0"
ioredis: "npm:^5.8.2"
jose: "npm:^6.1.0"
nodemon: "npm:3.1.10"
nodemon: "npm:3.1.14"
pg: "npm:^8.16.3"
prisma: "npm:^7.1.0"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -7078,7 +7078,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.0.0, minimatch@npm:^10.2.2":
"minimatch@npm:^10.0.0, minimatch@npm:^10.2.1, minimatch@npm:^10.2.2":
version: 10.2.4
resolution: "minimatch@npm:10.2.4"
dependencies:
Expand Down Expand Up @@ -7394,14 +7394,14 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:3.1.10":
version: 3.1.10
resolution: "nodemon@npm:3.1.10"
"nodemon@npm:3.1.14":
version: 3.1.14
resolution: "nodemon@npm:3.1.14"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^4"
ignore-by-default: "npm:^1.0.1"
minimatch: "npm:^3.1.2"
minimatch: "npm:^10.2.1"
pstree.remy: "npm:^1.1.8"
semver: "npm:^7.5.3"
simple-update-notifier: "npm:^2.0.0"
Expand All @@ -7410,7 +7410,7 @@ __metadata:
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 10c0/95b64d647f2c22e85e375b250517b0a4b32c2d2392ad898444e331f70d6b1ab43b17f53a8a1d68d5879ab8401fc6cd6e26f0d2a8736240984f6b5a8435b407c0
checksum: 10c0/074f2056051a148ad11cda0d6c3f905bdef93a878792385f16e1dff0c63dcf07f23ebe1ab3763dca7314d0266e12129f066070545d817a205ee050a22eff50b0
languageName: node
linkType: hard

Expand Down
Loading