Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Updated dependencies to resolve security issues and to upgrade Mongoose to the next major version. This will allow me to use Mongoose using MongoDB Atlas.
  • Loading branch information
JoeKarlsson authored May 11, 2020
1 parent c2a365d commit 3d4bf8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"homepage": "https://github.com/cefjoeii/mern-crud#readme",
"dependencies": {
"body-parser": "1.17.2",
"cors": "2.8.4",
"express": "4.15.3",
"express-rate-limit": "2.9.0",
"mongoose": "4.10.8",
"mongoose-unique-validator": "1.0.5",
"mongoose-validator": "1.3.2",
"socket.io": "2.0.3",
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"mongoose": "5.9.13",
"mongoose-unique-validator": "2.0.3",
"mongoose-validator": "2.1.0",
"socket.io": "2.3.0",
"string-capitalize-name": "1.0.3"
}
}

0 comments on commit 3d4bf8f

Please sign in to comment.