Skip to content

Commit

Permalink
Update dependency mongoose to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 8b77831 commit 249f0a5
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 188 deletions.
2 changes: 1 addition & 1 deletion beer-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"axios": "^1.4.0",
"moment": "^2.29.4",
"mongoose": "^7.4.3"
"mongoose": "^8.0.0"
},
"devDependencies": {
"dotenv": "^16.3.1",
Expand Down
138 changes: 48 additions & 90 deletions beer-import/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"moment": "^2.29.4",
"mongoose": "^7.4.3",
"mongoose": "^8.0.0",
"otplib": "^12.0.1",
"uuid": "^9.0.0"
},
Expand Down
Loading

0 comments on commit 249f0a5

Please sign in to comment.