Skip to content

Commit f36b71f

Browse files
author
Shivam Luthra
committed
Update: Audited packages with vulnerabilities and updated local mongoDB url in config/credential.js
1 parent 71f1acc commit f36b71f

File tree

3 files changed

+101
-64
lines changed

3 files changed

+101
-64
lines changed

config/credential.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
clientID: "192695093229-kf95jtdv1jge25d86ak99e68dkrpu33o.apps.googleusercontent.com",
44
clientSecret: "rXvfxBahDlJF1ORk7y660XM8"
55
},
6-
database: 'YOUR MONGODB URL',
6+
database: 'mongodb://localhost:27017/donut1',
77
github: {
88
clientID: 'c9afdb238ed98b213912',
99
clientSecret: '3031efea8badea1381da682fd5f21e88e5a15d2f'

package-lock.json

Lines changed: 99 additions & 62 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
@@ -19,7 +19,7 @@
1919
"express-validator": "^5.3.1",
2020
"mongo": "^0.1.0",
2121
"mongodb": "^3.1.0",
22-
"mongoose": "^5.1.7",
22+
"mongoose": "^5.4.19",
2323
"node": "^10.5.0",
2424
"node-memwatch": "^1.0.1",
2525
"nodemon": "^1.18.8",

0 commit comments

Comments
 (0)