Skip to content

Commit

Permalink
chore(deps-dev): bump nodemon from 2.0.22 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.22 to 3.0.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.22...v3.0.3)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 6d6ac91 commit 1e9600b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"husky": "^8.0.1",
"jest": "^27.4.7",
"lint-staged": "^13.0.0",
"nodemon": "^2.0.15",
"nodemon": "^3.0.3",
"pg-mem": "^2.2.2",
"prettier": "^2.5.1",
"rimraf": "^4.1.2",
Expand Down
39 changes: 15 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4165,7 +4165,7 @@ __metadata:
mongodb: ^4.3.0
mysql: ^2.18.1
node-emoji: ^2.1.0
nodemon: ^2.0.15
nodemon: ^3.0.3
ora: 5.4.1
pg: ^8.7.1
pg-mem: ^2.2.2
Expand All @@ -4183,7 +4183,7 @@ __metadata:
languageName: unknown
linkType: soft

"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.2.0, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.2.0, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
version: 4.3.4
resolution: "debug@npm:4.3.4"
dependencies:
Expand Down Expand Up @@ -8762,23 +8762,23 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:^2.0.15":
version: 2.0.22
resolution: "nodemon@npm:2.0.22"
"nodemon@npm:^3.0.3":
version: 3.0.3
resolution: "nodemon@npm:3.0.3"
dependencies:
chokidar: ^3.5.2
debug: ^3.2.7
debug: ^4
ignore-by-default: ^1.0.1
minimatch: ^3.1.2
pstree.remy: ^1.1.8
semver: ^5.7.1
simple-update-notifier: ^1.0.7
semver: ^7.5.3
simple-update-notifier: ^2.0.0
supports-color: ^5.5.0
touch: ^3.1.0
undefsafe: ^2.0.5
bin:
nodemon: bin/nodemon.js
checksum: 9c987e139748f5b5c480c6c9080bdc97304ee7d29172b7b3da1a7db590b1323ad57b96346304e9b522b0e445c336dc393ccd3f9f45c73b20d476d2347890dcd0
checksum: 121ebb6349167d87cefd5767ec453ceb49ec5a8d50146134a54b0e25502c29ad01caaa41460e303b35728439012564782d278b3fef3c615f3c278979c2b7d586
languageName: node
linkType: hard

Expand Down Expand Up @@ -10316,7 +10316,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:7.5.4":
"semver@npm:7.5.4, semver@npm:^7.5.3":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
Expand Down Expand Up @@ -10347,15 +10347,6 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:~7.0.0":
version: 7.0.0
resolution: "semver@npm:7.0.0"
bin:
semver: bin/semver.js
checksum: 272c11bf8d083274ef79fe40a81c55c184dff84dd58e3c325299d0927ba48cece1f020793d138382b85f89bab5002a35a5ba59a3a68a7eebbb597eb733838778
languageName: node
linkType: hard

"set-blocking@npm:^2.0.0":
version: 2.0.0
resolution: "set-blocking@npm:2.0.0"
Expand Down Expand Up @@ -10425,12 +10416,12 @@ __metadata:
languageName: node
linkType: hard

"simple-update-notifier@npm:^1.0.7":
version: 1.1.0
resolution: "simple-update-notifier@npm:1.1.0"
"simple-update-notifier@npm:^2.0.0":
version: 2.0.0
resolution: "simple-update-notifier@npm:2.0.0"
dependencies:
semver: ~7.0.0
checksum: 1012e9b6c504e559a948078177b3eedbb9d7e4d15878e2bda56314d08db609ca5da485be4ac9f838759faae8057935ee0246fcdf63f1233c86bd9fecb2a5544b
semver: ^7.5.3
checksum: 9ba00d38ce6a29682f64a46213834e4eb01634c2f52c813a9a7b8873ca49cdbb703696f3290f3b27dc067de6d9418b0b84bef22c3eb074acf352529b2d6c27fd
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e9600b

Please sign in to comment.