Skip to content

Commit

Permalink
Some dep updates and one downgrade
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Martii committed Jun 21, 2016
1 parent 1f06103 commit 1b21961
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"ace-builds": "git://github.com/ajaxorg/ace-builds#4c15514",
"ansi-colors": "0.1.0",
"async": "1.5.2",
"aws-sdk": "2.3.19",
"body-parser": "1.15.1",
"aws-sdk": "2.4.0",
"body-parser": "1.15.2",
"bootstrap": "3.3.6",
"bootstrap-markdown": "2.10.0",
"clipboard": "1.5.12",
"compression": "1.6.2",
"connect-mongo": "1.2.0",
"connect-mongo": "1.2.1",
"cookie-parser": "1.4.3",
"express": "4.13.4",
"express": "4.14.0",
"express-brute": "0.6.0",
"express-brute-mongo": "git://github.com/OpenUserJs/express-brute-mongo#MongoDBv2.x",
"express-minify": "0.2.0",
Expand All @@ -33,11 +33,11 @@
"method-override": "2.3.6",
"mime-db": "https://github.com/jshttp/mime-db/archive/v1.23.0.tar.gz",
"moment": "2.13.0",
"mongodb": "2.1.21",
"mongoose": "4.4.20",
"mongodb": "2.1.18",
"mongoose": "4.5.1",
"morgan": "1.7.0",
"mu2": "0.5.21",
"octicons": "4.1.0",
"octicons": "4.2.0",
"passport": "0.3.2",
"passport-aol": "0.2.0",
"passport-facebook": "2.1.1",
Expand All @@ -57,7 +57,7 @@
"pegjs": "0.9.0",
"request": "2.72.0",
"rfc2047": "2.0.0",
"sanitize-html": "1.11.4",
"sanitize-html": "1.12.0",
"select2": "3.5.2-browserify",
"select2-bootstrap-css": "1.4.6",
"serve-favicon": "2.3.0",
Expand Down

0 comments on commit 1b21961

Please sign in to comment.