Skip to content

Commit

Permalink
Some dep updates (#1531)
Browse files Browse the repository at this point in the history
* Please read their CHANGELOGs
* Revert back to alias from #1529 for Code readability now that it is fixed; See also highlightjs/highlight.js#1868
* Delete op retested

Auto-merge
  • Loading branch information
Martii authored Oct 28, 2018
1 parent 75f0903 commit 1f29b34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ marked.setOptions({
highlight: function (aCode, aLang) {
var obj = null;
var lang = [ // NOTE: More likely to less likely
'javascript', 'xquery', 'xml',
'javascript', 'xpath', 'xml',
'css', 'less', 'scss',
'json',
'diff',
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "app",
"dependencies": {
"ace-builds": "git://github.com/ajaxorg/ace-builds#8a271c3",
"ansi-colors": "3.1.0",
"ansi-colors": "3.2.1",
"async": "2.6.1",
"aws-sdk": "2.334.0",
"aws-sdk": "2.344.0",
"base62": "2.0.0",
"body-parser": "1.18.3",
"bootstrap": "3.3.7",
Expand All @@ -25,22 +25,22 @@
"formidable": "1.2.1",
"git-rev": "0.2.1",
"github": "git://github.com/octokit/rest.js#29dedb3",
"highlight.js": "9.13.0",
"highlight.js": "9.13.1",
"ip-range-check": "0.0.2",
"image-size": "0.6.3",
"jsdom": "12.2.0",
"jquery": "3.3.1",
"js-beautify": "1.8.7",
"js-beautify": "1.8.8",
"jwt-simple": "0.5.5",
"less-middleware": "3.0.1",
"marked": "0.5.1",
"media-type": "0.3.1",
"method-override": "3.0.0",
"mime-db": "1.36.0",
"mime-db": "1.37.0",
"moment": "2.22.2",
"moment-duration-format": "2.2.2",
"mongodb": "3.1.8",
"mongoose": "5.3.3",
"mongoose": "5.3.7",
"morgan": "1.9.1",
"mu2": "0.5.21",
"octicons": "4.4.0",
Expand All @@ -63,7 +63,7 @@
"select2-bootstrap-css": "1.4.6",
"serve-favicon": "2.5.0",
"spdx-license-ids": "3.0.1",
"terser": "3.10.0",
"terser": "3.10.3",
"toobusy-js": "0.5.1",
"underscore": "1.9.1",
"useragent": "2.3.0"
Expand Down

0 comments on commit 1f29b34

Please sign in to comment.