Skip to content

Commit

Permalink
Bump the npm_and_yarn group in /server with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group in /server with 3 updates: [mongoose](https://github.com/Automattic/mongoose), [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express).


Updates `mongoose` from 8.7.1 to 8.8.4
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.7.1...8.8.4)

Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 0e8d65f commit 6929ef2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 32 deletions.
64 changes: 34 additions & 30 deletions server/package-lock.json

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

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotenv": "^16.4.5",
"errorhandler": "^1.5.1",
"esmock": "^2.6.6",
"express": "^4.21.1",
"express": "^4.21.2",
"express-jwt": "^8.4.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.1",
Expand All @@ -32,7 +32,7 @@
"lusca": "^1.7.0",
"mailgun.js": "^10.2.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^8.7.1",
"mongoose": "^8.8.4",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"passport": "^0.7.0",
Expand Down

0 comments on commit 6929ef2

Please sign in to comment.