Skip to content

Commit

Permalink
Merge pull request #4 from Domains18/dependabot/npm_and_yarn/nodemon-…
Browse files Browse the repository at this point in the history
…3.0.2

Bump nodemon from 3.0.1 to 3.0.2
  • Loading branch information
Domains18 committed Dec 6, 2023
2 parents 0d1a39e + 3619e0b commit 98d8bbb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
32 changes: 20 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express-async-handler": "^1.2.0",
"moment": "^2.29.4",
"mongoose": "^8.0.2",
"nodemon": "^3.0.1",
"nodemon": "^3.0.2",
"request": "^2.88.2"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ debug@2.6.9:
dependencies:
ms "2.0.0"

debug@4.x:
debug@4.x, debug@^4:
version "4.3.4"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
Expand Down Expand Up @@ -748,13 +748,13 @@ negotiator@0.6.3:
resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz"
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==

nodemon@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz"
integrity sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==
nodemon@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.0.2.tgz#222dd0de79fc7b7b3eedba422d2b9e5fc678621e"
integrity sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==
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"
Expand Down

0 comments on commit 98d8bbb

Please sign in to comment.