Skip to content

Commit

Permalink
build(deps): bump semver and nodemon in /server
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/npm/node-semver) to 7.5.4 and updates ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.


Updates `semver` from 5.7.1 to 7.5.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v7.5.4)

Updates `nodemon` from 2.0.20 to 3.0.1
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.20...v3.0.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent bf01a12 commit c2eaff0
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 44 deletions.
109 changes: 66 additions & 43 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"dotenv": "^16.0.0",
"express": "^4.17.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.20"
"nodemon": "^3.0.1"
}
}

0 comments on commit c2eaff0

Please sign in to comment.