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

Bump nodemon from 3.1.5 to 3.1.6 #227

Merged
merged 1 commit into from
Sep 20, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lodash": "^4.17.21",
"nodemon": "^3.1.5",
"nodemon": "^3.1.6",
"prettier": "^3.3.3",
"supertest": "^7.0.0",
"typescript": "^5.6.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5366,7 +5366,7 @@ __metadata:
jest: "npm:^29.7.0"
jest-junit: "npm:^16.0.0"
lodash: "npm:^4.17.21"
nodemon: "npm:^3.1.5"
nodemon: "npm:^3.1.6"
prettier: "npm:^3.3.3"
supertest: "npm:^7.0.0"
typescript: "npm:^5.6.2"
Expand Down Expand Up @@ -5763,9 +5763,9 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:^3.1.5":
version: 3.1.5
resolution: "nodemon@npm:3.1.5"
"nodemon@npm:^3.1.6":
version: 3.1.6
resolution: "nodemon@npm:3.1.6"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^4"
Expand All @@ -5779,7 +5779,7 @@ __metadata:
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 9282b6d1480e13aabd295b817a31f0d2345fb35de71e80caaaf0623ed7ec67fa2503429fe91e1f1979ecfba4d85d20183df5cbb1b87f36c273ff13686f819e6b
checksum: c0fe4a5cccba7bdde1589f9d55c85f53e7c31af570f97bc0e2fc7ec0e6014024e89fb8977907e628360e0030fc6a4af14ebe063db294443d1dd7af14d10c77eb
languageName: node
linkType: hard

Expand Down
Loading