Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump nodemon from 3.1.2 to 3.1.4 #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^20.13.0",
"@types/react-is": "^18.3.0",
"esbuild": "^0.21.4",
"nodemon": "^3.1.2",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/card-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.13.0",
"esbuild": "^0.21.4",
"mongoose": "^8.4.1",
"nodemon": "^3.1.2",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/panel-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cors": "^2.8.5",
"esbuild": "^0.21.4",
"mongoose": "^8.4.1",
"nodemon": "^3.1.2",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"zod": "^3.23.8"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ __metadata:
express-formidable: "npm:^1.2.0"
express-session: "npm:^1.18.0"
mongoose: "npm:^8.4.1"
nodemon: "npm:^3.1.2"
nodemon: "npm:^3.1.4"
npm-run-all: "npm:^4.1.5"
react-is: "npm:^18.3.1"
tslib: "npm:^2.6.2"
Expand Down Expand Up @@ -2416,7 +2416,7 @@ __metadata:
"@types/node": "npm:^20.13.0"
esbuild: "npm:^0.21.4"
mongoose: "npm:^8.4.1"
nodemon: "npm:^3.1.2"
nodemon: "npm:^3.1.4"
npm-run-all: "npm:^4.1.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2446,7 +2446,7 @@ __metadata:
cors: "npm:^2.8.5"
esbuild: "npm:^0.21.4"
mongoose: "npm:^8.4.1"
nodemon: "npm:^3.1.2"
nodemon: "npm:^3.1.4"
npm-run-all: "npm:^4.1.5"
zod: "npm:^3.23.8"
languageName: unknown
Expand Down Expand Up @@ -9628,9 +9628,9 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:^3.1.2":
version: 3.1.2
resolution: "nodemon@npm:3.1.2"
"nodemon@npm:^3.1.4":
version: 3.1.4
resolution: "nodemon@npm:3.1.4"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^4"
Expand All @@ -9644,7 +9644,7 @@ __metadata:
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 10c0/7a091067d766768fb6660b796194b01748bba5dc3f1e3ed3dd5f804bfa305e207d24635755078ee5e7cc53848cea35204901e0a6e51ac64483bb8e9ecb237c95
checksum: 10c0/be2335396a4c25549f86e9c69bb57e6a21758a9649d74182a359d88b80afbe84f67a1651e293a08c6d77ecdf5c6224d02990de9de225f70d7c659021206c877f
languageName: node
linkType: hard

Expand Down