Skip to content

Commit f23fe5e

Browse files
committed
Some dep updates
* Please read their CHANGELOGs * Delete op retested * Post OpenUserJS#1628 partial rollback now that v12.x is LTS and no longer the issue in OpenUserJS#1548
1 parent 86dc9b7 commit f23fe5e

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

app.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ if (isSecured) {
312312
'!SRP',
313313
'!CAMELLIA'
314314
].join(':'),
315-
honorCipherOrder: true,
316-
secureOptions: crypto.constants.SSL_OP_NO_TLSv1_1 | crypto.constants.SSL_OP_NO_TLSv1
315+
honorCipherOrder: true
317316
};
318317

319318
try {

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"ace-builds": "git://github.com/ajaxorg/ace-builds.git#5ad04a4",
88
"ansi-colors": "4.1.1",
99
"async": "3.1.0",
10-
"aws-sdk": "2.567.0",
10+
"aws-sdk": "2.584.0",
1111
"base62": "2.0.1",
1212
"body-parser": "1.19.0",
1313
"bootstrap": "3.4.1",
1414
"bootstrap-markdown": "2.10.0",
1515
"clipboard": "2.0.4",
1616
"compression": "1.7.4",
17-
"connect-mongo": "3.1.2",
17+
"connect-mongo": "3.2.0",
1818
"diff": "4.0.1",
1919
"express": "4.17.1",
2020
"express-minify": "1.0.0",
@@ -37,8 +37,8 @@
3737
"mime-db": "1.42.0",
3838
"moment": "2.24.0",
3939
"moment-duration-format": "2.3.2",
40-
"mongodb": "3.3.3",
41-
"mongoose": "5.7.8",
40+
"mongodb": "3.3.5",
41+
"mongoose": "5.7.13",
4242
"morgan": "1.9.1",
4343
"mu2": "0.5.21",
4444
"octicons": "4.4.0",
@@ -49,12 +49,12 @@
4949
"passport-google-oauth20": "2.0.0",
5050
"passport-imgur": "0.0.3",
5151
"passport-reddit": "0.2.4",
52-
"passport-steam": "1.0.11",
52+
"passport-steam": "1.0.12",
5353
"passport-twitter": "1.0.4",
5454
"passport-yahoo": "git://github.com/OpenUserJs/passport-yahoo.git#OpenID2",
5555
"pegjs": "0.10.0",
56-
"rate-limit-mongo": "1.0.3",
57-
"remark": "11.0.1",
56+
"rate-limit-mongo": "2.1.0",
57+
"remark": "11.0.2",
5858
"remark-strip-html": "1.0.1",
5959
"request": "2.88.0",
6060
"rfc2047": "2.0.1",
@@ -65,7 +65,7 @@
6565
"serve-favicon": "2.5.0",
6666
"spdx-license-ids": "3.0.5",
6767
"strip-markdown": "3.1.1",
68-
"terser": "4.3.9",
68+
"terser": "4.4.2",
6969
"toobusy-js": "0.5.1",
7070
"underscore": "1.9.1",
7171
"useragent": "2.3.0"
@@ -85,8 +85,8 @@
8585
"clean": "node dev/clean.js"
8686
},
8787
"engines": {
88-
"node": ">=10.16.0 <11.0.0",
89-
"npm": ">=6.9.0"
88+
"node": ">=12.13.1 <13.0.0",
89+
"npm": ">=6.12.1"
9090
},
9191
"private": true
9292
}

0 commit comments

Comments
 (0)