Skip to content

Commit 2e29326

Browse files
committed
fix: Rollback Mongoose update that crashed production.
1 parent b8cf74a commit 2e29326

File tree

2 files changed

+43
-48
lines changed

2 files changed

+43
-48
lines changed

npm-shrinkwrap.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:ci": "run-p test:serve test:run"
3737
},
3838
"dependencies": {
39-
"@slack/client": "4.2.0",
39+
"@slack/client": "4.2.2",
4040
"acl": "0.4.11",
4141
"archiver": "2.1.1",
4242
"axios": "0.18.0",
@@ -47,7 +47,7 @@
4747
"bull": "3.4.1",
4848
"busboy": "0.2.14",
4949
"cheerio": "0.22.0",
50-
"colors": "1.2.4",
50+
"colors": "1.2.5",
5151
"compression": "1.7.2",
5252
"ent": "2.2.0",
5353
"errorhandler": "1.5.0",
@@ -62,7 +62,7 @@
6262
"jwt-simple": "0.5.1",
6363
"lodash": "4.17.10",
6464
"md5": "2.2.1",
65-
"mongoose": "5.0.18",
65+
"mongoose": "5.0.15",
6666
"mongoose-paginate": "5.0.3",
6767
"mongoose-unique-validator": "2.0.1",
6868
"morgan": "1.9.0",
@@ -76,7 +76,7 @@
7676
"pkginfo": "0.4.1",
7777
"pmx": "1.6.4",
7878
"pngquant": "1.3.0",
79-
"project-name-generator": "2.1.4",
79+
"project-name-generator": "2.1.5",
8080
"pusher": "1.5.1",
8181
"randomstring": "1.1.5",
8282
"raygun": "0.9.1",

0 commit comments

Comments
 (0)