Skip to content

fix(deps): update dependency mongoose to v6 [security] #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,780 changes: 1,642 additions & 138 deletions apps/build-a-pinterest-clone/package-lock.json

Large diffs are not rendered by default.

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 @@ -25,7 +25,7 @@
"dotenv": "14.3.2",
"express": "5.0.0-beta.3",
"express-session": "1.18.1",
"mongoose": "5.13.22",
"mongoose": "6.13.6",
"passport": "0.5.2",
"passport-github": "1.1.0",
"react": "15.7.0",
Expand Down
1,712 changes: 1,623 additions & 89 deletions apps/exercise-tracker/package-lock.json

Large diffs are not rendered by default.

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.21.2",
"mocha": "9.2.2",
"mongodb": "3.7.4",
"mongoose": "5.13.22"
"mongoose": "6.13.6"
},
"license": "MIT"
}
1,712 changes: 1,623 additions & 89 deletions apps/issue-tracker/package-lock.json

Large diffs are not rendered by default.

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.21.2",
"mocha": "9.2.2",
"mongodb": "3.7.4",
"mongoose": "5.13.22"
"mongoose": "6.13.6"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading