Skip to content

Commit 902df8c

Browse files
chore(deps-dev): bump nodemon from 3.0.1 to 3.1.0
Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e727c4b commit 902df8c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-import": "^2.29.0",
6363
"husky": "^8.0.3",
6464
"lint-staged": "^15.0.2",
65-
"nodemon": "^3.0.1",
65+
"nodemon": "^3.1.0",
6666
"pino-pretty": "^10.2.3",
6767
"prettier": "^3.0.3",
6868
"prettier-plugin-prisma": "^5.0.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ __metadata:
25602560
languageName: node
25612561
linkType: hard
25622562

2563-
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
2563+
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
25642564
version: 4.3.4
25652565
resolution: "debug@npm:4.3.4"
25662566
dependencies:
@@ -4162,7 +4162,7 @@ __metadata:
41624162
next-logger: "npm:^3.0.2"
41634163
nextleton: "npm:^0.6.1"
41644164
node-cron: "npm:^3.0.2"
4165-
nodemon: "npm:^3.0.1"
4165+
nodemon: "npm:^3.1.0"
41664166
pino: "npm:^8.16.1"
41674167
pino-pretty: "npm:^10.2.3"
41684168
postcss: "npm:^8.4.31"
@@ -5506,12 +5506,12 @@ __metadata:
55065506
languageName: node
55075507
linkType: hard
55085508

5509-
"nodemon@npm:^3.0.1":
5510-
version: 3.0.1
5511-
resolution: "nodemon@npm:3.0.1"
5509+
"nodemon@npm:^3.1.0":
5510+
version: 3.1.0
5511+
resolution: "nodemon@npm:3.1.0"
55125512
dependencies:
55135513
chokidar: "npm:^3.5.2"
5514-
debug: "npm:^3.2.7"
5514+
debug: "npm:^4"
55155515
ignore-by-default: "npm:^1.0.1"
55165516
minimatch: "npm:^3.1.2"
55175517
pstree.remy: "npm:^1.1.8"
@@ -5522,7 +5522,7 @@ __metadata:
55225522
undefsafe: "npm:^2.0.5"
55235523
bin:
55245524
nodemon: bin/nodemon.js
5525-
checksum: a0e614f8b22317009afde2e87a16517f7791ec37d2b732cf7444d8e05d8f8003ffa519c82e617bad5b9248b9d1b0b3fbb4c28d6dad57332451230cb53364c50e
5525+
checksum: a8757f3eda5e11fbe0e50ef47177d5e86cf8a22e99723373100d37d5f25fb758280419c02d286210d242d0675adf5ef0d61052948f10c8318d656761d3dfa2b1
55265526
languageName: node
55275527
linkType: hard
55285528

0 commit comments

Comments
 (0)