Skip to content

Commit

Permalink
Merge pull request #50 from nil2022/dependabot/npm_and_yarn/nodemon-3…
Browse files Browse the repository at this point in the history
….1.4

Bump nodemon from 3.1.2 to 3.1.4
  • Loading branch information
nil2022 authored Jul 2, 2024
2 parents b9ba899 + b03a48f commit dc249e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.2",
"supertest": "^7.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2904,10 +2904,10 @@ node-releases@^2.0.14:
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz"
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==

nodemon@^3.1.0:
version "3.1.2"
resolved "https://registry.npmjs.org/nodemon/-/nodemon-3.1.2.tgz"
integrity sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw==
nodemon@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.4.tgz#c34dcd8eb46a05723ccde60cbdd25addcc8725e4"
integrity sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==
dependencies:
chokidar "^3.5.2"
debug "^4"
Expand Down

0 comments on commit dc249e9

Please sign in to comment.