Skip to content

Commit 2802a6d

Browse files
Bump async and mongoose
Removes [async](https://github.com/caolan/async). It's no longer used after updating ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together. Removes `async` Updates `mongoose` from 5.4.12 to 5.13.22 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/5.13.22/History.md) - [Commits](Automattic/mongoose@5.4.12...5.13.22) --- updated-dependencies: - dependency-name: async dependency-type: indirect - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b3edbb commit 2802a6d

File tree

2 files changed

+108
-74
lines changed

2 files changed

+108
-74
lines changed

package-lock.json

Lines changed: 107 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"compression": "^1.7.3",
2828
"cors": "^2.8.5",
2929
"express": "^4.16.4",
30-
"mongoose": "^5.4.12",
30+
"mongoose": "^5.13.22",
3131
"nodemon": "^1.18.10",
3232
"passport": "^0.4.0",
3333
"passport-jwt": "^4.0.1",

0 commit comments

Comments
 (0)