Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 90615bb commit b7164bd
Show file tree
Hide file tree
Showing 10 changed files with 2,984 additions and 4,331 deletions.
2 changes: 1 addition & 1 deletion apps/jscpd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@tsconfig/node20": "^20.1.4",
"@types/fs-extra": "^11.0.4",
"@vitest/coverage-v8": "^1.6.0",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/badge-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"vitest": "^1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@jscpd/tsconfig": "workspace:*",
"@types/node": "^20.12.12",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"vitest": "^1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/fs-extra": "^11.0.4",
"@types/markdown-table": "^2.0.0",
"@types/pug": "^2.0.10",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/pug": "^2.0.10",
"autoprefixer": "^10.4.19",
"ncp": "^2.0.0",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/leveldb-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@jscpd/tsconfig": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sarif-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"nodemon": "^3.1.0",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@jscpd/tsconfig": "workspace:*",
"@types/node": "^20.12.12",
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
Loading

0 comments on commit b7164bd

Please sign in to comment.