Skip to content

Commit

Permalink
Some dep updates (#1322)
Browse files Browse the repository at this point in the history
* Holding off on *spdx-osi* since latest SPDX 3.x changes weren't implemented. See jslicense/spdx-osi.json#2
* *bootstrap*@4.x is out however last time I tried it there were issues with dropdowns not being positioned correctly Ref: #1277 ... holding off until retesting again
* *mongoose* breaking changes not tested yet... holding off
* *mongodb* breaking changes not tested yet... holding off

Auto-merge
  • Loading branch information
Martii authored Feb 6, 2018
1 parent bb38f5e commit 8d90bfa
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,7 +7,7 @@
"ace-builds": "git://github.com/ajaxorg/ace-builds#fb2286e",
"ansi-colors": "1.0.1",
"async": "2.6.0",
"aws-sdk": "2.176.0",
"aws-sdk": "2.190.0",
"base62": "1.2.1",
"body-parser": "1.18.2",
"bootstrap": "3.3.7",
Expand All @@ -26,12 +26,12 @@
"github": "0.2.4",
"highlight.js": "9.12.0",
"image-size": "0.6.2",
"jsdom": "11.5.1",
"jquery": "3.2.1",
"jsdom": "11.6.2",
"jquery": "3.3.1",
"js-beautify": "1.7.5",
"jwt-simple": "0.5.1",
"less-middleware": "2.2.1",
"marked": "0.3.9",
"marked": "0.3.12",
"media-type": "0.3.1",
"method-override": "2.3.10",
"mime-db": "1.32.0",
Expand Down Expand Up @@ -60,17 +60,17 @@
"pegjs": "0.10.0",
"request": "2.83.0",
"rfc2047": "2.0.1",
"sanitize-html": "1.16.3",
"sanitize-html": "1.17.0",
"select2": "3.5.2-browserify",
"select2-bootstrap-css": "1.4.6",
"serve-favicon": "2.4.5",
"spdx-is-osi": "0.1.2",
"spdx-license-ids": "2.0.1",
"toobusy-js-harmony": "git://github.com/OpenUserJs/node-toobusy#harmony",
"uglify-js": "3.3.4",
"uglify-es": "3.3.4",
"uglify-js": "3.3.9",
"uglify-es": "3.3.9",
"underscore": "1.8.3",
"useragent": "2.2.1"
"useragent": "2.3.0"
},
"optionalDependencies": {
"kerberos": "0.0.23"
Expand Down

1 comment on commit 8d90bfa

@Martii
Copy link
Member Author

@Martii Martii commented on 8d90bfa Feb 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correction in commit message of:

SPDX 3.x

should be SPDX 2.x

Please sign in to comment.