Skip to content

Commit 1b21961

Browse files
author
Martii
committed
Some dep updates and one downgrade
* Bug fixes, etc... see their CHANGELOGs * *jquery*@3.0.0 followup... does not appear to work at all with *bootstrap* modals... see related at OpenUserJS#904 * Retested delete op * *mongodb* appears to be in the middle of a refactor and as a precaution for the backend VPS, and what is scheduled for maintenance, downgrading to announced stable just to be sure... See OpenUserJS#1020 (comment) . No detected issues in our usage yet in the last week and a half though.
1 parent 1f06103 commit 1b21961

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"ace-builds": "git://github.com/ajaxorg/ace-builds#4c15514",
88
"ansi-colors": "0.1.0",
99
"async": "1.5.2",
10-
"aws-sdk": "2.3.19",
11-
"body-parser": "1.15.1",
10+
"aws-sdk": "2.4.0",
11+
"body-parser": "1.15.2",
1212
"bootstrap": "3.3.6",
1313
"bootstrap-markdown": "2.10.0",
1414
"clipboard": "1.5.12",
1515
"compression": "1.6.2",
16-
"connect-mongo": "1.2.0",
16+
"connect-mongo": "1.2.1",
1717
"cookie-parser": "1.4.3",
18-
"express": "4.13.4",
18+
"express": "4.14.0",
1919
"express-brute": "0.6.0",
2020
"express-brute-mongo": "git://github.com/OpenUserJs/express-brute-mongo#MongoDBv2.x",
2121
"express-minify": "0.2.0",
@@ -33,11 +33,11 @@
3333
"method-override": "2.3.6",
3434
"mime-db": "https://github.com/jshttp/mime-db/archive/v1.23.0.tar.gz",
3535
"moment": "2.13.0",
36-
"mongodb": "2.1.21",
37-
"mongoose": "4.4.20",
36+
"mongodb": "2.1.18",
37+
"mongoose": "4.5.1",
3838
"morgan": "1.7.0",
3939
"mu2": "0.5.21",
40-
"octicons": "4.1.0",
40+
"octicons": "4.2.0",
4141
"passport": "0.3.2",
4242
"passport-aol": "0.2.0",
4343
"passport-facebook": "2.1.1",
@@ -57,7 +57,7 @@
5757
"pegjs": "0.9.0",
5858
"request": "2.72.0",
5959
"rfc2047": "2.0.0",
60-
"sanitize-html": "1.11.4",
60+
"sanitize-html": "1.12.0",
6161
"select2": "3.5.2-browserify",
6262
"select2-bootstrap-css": "1.4.6",
6363
"serve-favicon": "2.3.0",

0 commit comments

Comments
 (0)