Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v5.13.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2023
1 parent da79438 commit 5eaeec9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/build-a-pinterest-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dotenv": "14.3.2",
"express": "5.0.0-beta.1",
"express-session": "1.17.3",
"mongoose": "5.13.16",
"mongoose": "5.13.17",
"passport": "0.5.2",
"passport-github": "1.1.0",
"react": "15.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/exercise-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "4.18.2",
"mocha": "9.2.2",
"mongodb": "3.7.3",
"mongoose": "5.13.16"
"mongoose": "5.13.17"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion apps/issue-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "4.18.2",
"mocha": "9.2.2",
"mongodb": "3.7.3",
"mongoose": "5.13.16"
"mongoose": "5.13.17"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/manage-a-book-trading-club/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"express-session": "1.17.3",
"font-awesome": "4.7.0",
"helmet": "3.23.3",
"mongoose": "5.13.16",
"mongoose": "5.13.17",
"morgan": "1.10.0",
"passport": "0.5.2",
"passport-github": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/personal-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "4.18.2",
"mocha": "9.2.2",
"mongodb": "3.7.3",
"mongoose": "5.13.16"
"mongoose": "5.13.17"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/url-shortener-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv": "14.3.2",
"express": "4.18.2",
"mocha": "9.2.2",
"mongoose": "5.13.16"
"mongoose": "5.13.17"
},
"license": "MIT"
}
18 changes: 9 additions & 9 deletions package-lock.json

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

0 comments on commit 5eaeec9

Please sign in to comment.