Skip to content

Commit b7ff157

Browse files
authored
Some dep updates (OpenUserJS#1346)
* Please check their CHANGELOGs Auto-merge
1 parent 012c202 commit b7ff157

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

controllers/scriptStorage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var mediaType = require('media-type');
2424
var mediaDB = require('mime-db');
2525
var async = require('async');
2626
var moment = require('moment');
27-
var Base62 = require('base62');
27+
var Base62 = require('base62/lib/ascii');
2828
var SPDXOSI = require('spdx-osi'); // NOTE: Sub-dep of `spdx-is-osi`
2929
var SPDX = require('spdx-license-ids');
3030
var sizeOf = require('image-size');

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"ace-builds": "git://github.com/ajaxorg/ace-builds#c915483",
88
"ansi-colors": "1.1.0",
99
"async": "2.6.0",
10-
"aws-sdk": "2.222.1",
11-
"base62": "1.2.8",
10+
"aws-sdk": "2.224.1",
11+
"base62": "2.0.0",
1212
"body-parser": "1.18.2",
1313
"bootstrap": "3.3.7",
1414
"bootstrap-markdown": "2.10.0",
@@ -26,7 +26,7 @@
2626
"github": "0.2.4",
2727
"highlight.js": "9.12.0",
2828
"image-size": "0.6.2",
29-
"jsdom": "11.6.2",
29+
"jsdom": "11.8.0",
3030
"jquery": "3.3.1",
3131
"js-beautify": "1.7.5",
3232
"jwt-simple": "0.5.1",
@@ -35,7 +35,7 @@
3535
"media-type": "0.3.1",
3636
"method-override": "2.3.10",
3737
"mime-db": "1.33.0",
38-
"moment": "2.22.0",
38+
"moment": "2.22.1",
3939
"mongodb": "2.2.33",
4040
"mongoose": "4.13.8",
4141
"morgan": "1.9.0",
@@ -69,7 +69,7 @@
6969
"toobusy-js-harmony": "git://github.com/OpenUserJs/node-toobusy#harmony",
7070
"uglify-js": "3.3.9",
7171
"uglify-es": "3.3.9",
72-
"underscore": "1.8.3",
72+
"underscore": "1.9.0",
7373
"useragent": "2.3.0"
7474
},
7575
"optionalDependencies": {

0 commit comments

Comments
 (0)