Skip to content

Commit 3125806

Browse files
authored
Some dep updates (#1607)
* Please read their CHANGELOGs ... and there is a lot * Delete op retested NOTES: * *async*@3.x may not support IE11 well... needs further testing... failure on dev script source in Chromium 73.0.3683.86 and quite sluggish on dev * Further *kerberos* failures... no updates yet: ``` console ~/.node-gyp/12.3.0/include/node/node.h:107:12: fatal error: util-inl.h: No such file or directory ``` ... ignoring for now since it's still a very highly optional dep: * https://stackoverflow.com/questions/40432272/cannot-open-include-file-src-gtest-internal-inl-h-no-such-file-or-directory (some solution but seems to be *node* related) Auto-merge
1 parent d86f5d8 commit 3125806

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ace-builds": "git://github.com/ajaxorg/ace-builds.git#5fe4368",
88
"ansi-colors": "3.2.4",
99
"async": "2.6.2",
10-
"aws-sdk": "2.452.0",
10+
"aws-sdk": "2.460.0",
1111
"base62": "2.0.1",
1212
"body-parser": "1.19.0",
1313
"bootstrap": "3.4.1",
@@ -16,9 +16,9 @@
1616
"compression": "1.7.4",
1717
"connect-mongo": "2.0.3",
1818
"diff": "4.0.1",
19-
"express": "4.16.4",
19+
"express": "4.17.0",
2020
"express-minify": "1.0.0",
21-
"express-rate-limit": "3.5.0",
21+
"express-rate-limit": "4.0.1",
2222
"express-session": "1.16.1",
2323
"font-awesome": "4.7.0",
2424
"formidable": "1.2.1",
@@ -29,16 +29,16 @@
2929
"ip-range-check": "0.0.2",
3030
"jquery": "3.4.1",
3131
"js-beautify": "1.10.0",
32-
"jsdom": "15.0.0",
32+
"jsdom": "15.1.0",
3333
"less-middleware": "3.1.0",
3434
"marked": "0.6.2",
3535
"media-type": "0.3.1",
3636
"method-override": "3.0.0",
3737
"mime-db": "1.40.0",
3838
"moment": "2.24.0",
3939
"moment-duration-format": "2.2.2",
40-
"mongodb": "3.2.3",
41-
"mongoose": "5.5.6",
40+
"mongodb": "3.2.5",
41+
"mongoose": "5.5.10",
4242
"morgan": "1.9.1",
4343
"mu2": "0.5.21",
4444
"octicons": "4.4.0",
@@ -62,7 +62,7 @@
6262
"select2-bootstrap-css": "1.4.6",
6363
"serve-favicon": "2.5.0",
6464
"spdx-license-ids": "3.0.4",
65-
"terser": "3.17.0",
65+
"terser": "4.0.0",
6666
"toobusy-js": "0.5.1",
6767
"underscore": "1.9.1",
6868
"useragent": "2.3.0"

0 commit comments

Comments
 (0)