Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 2f906e5

Browse files
committed
fix(dependency): Bump Mongoose to 4.4.8
Upgrades the Mongoose version to 4.4.8. The need to limit Mongoose version to be less than 4.4.7 is no longer necessary due to a bug fix released with 4.4.8. Resolves the need for #1264
1 parent 8d137ac commit 2f906e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"method-override": "~2.3.5",
4848
"gulp-wiredep": "~0.0.0",
4949
"mocha": "~2.4.5",
50-
"mongoose": "~4.4.3 <4.4.7",
50+
"mongoose": "~4.4.8",
5151
"morgan": "~1.6.1",
5252
"multer": "~1.1.0",
5353
"nodemailer": "~2.1.0",

0 commit comments

Comments
 (0)