Skip to content

Commit

Permalink
fix: upgrade dependencies to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Oct 17, 2019
1 parent bade8a5 commit 221d326
Show file tree
Hide file tree
Showing 4 changed files with 2,311 additions and 3,898 deletions.
2 changes: 1 addition & 1 deletion examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var mongoose = require('mongoose');
var restifyMongoose = require('../index.js');
var models = require('./models');

mongoose.connect('mongodb://localhost/restify-mongoose-examples', { useNewUrlParser: true });
mongoose.connect('mongodb://localhost/restify-mongoose-examples', { useNewUrlParser: true, useUnifiedTopology: true });

var server = restify.createServer({
name: 'restify.mongoose.examples.notes',
Expand Down
Loading

0 comments on commit 221d326

Please sign in to comment.