We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531ae96 commit 4a40309Copy full SHA for 4a40309
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"express": "^4.14.0",
47
"extract-zip": "^1.6.0",
48
"formidable": "^1.0.17",
49
- "fs-extra": "^1.0.0",
+ "fs-extra": "^2.0.0",
50
"helmet": "^3.1.0",
51
"i18n": "^0.8.3",
52
"jsonwebtoken": "^7.1.7",
@@ -56,10 +56,10 @@
56
"moment": "^2.14.1",
57
"morgan": "^1.7.0",
58
"mysql": "^2.10.2",
59
- "nodemailer": "^2.5.0",
+ "nodemailer": "^3.1.3",
60
"pug": "^2.0.0-beta6",
61
"qiniu": "^6.1.10",
62
- "rand-token": "^0.2.1",
+ "rand-token": "^0.3.0",
63
"recursive-fs": "^1.0.0",
64
"redis": "^2.6.2",
65
"request": "^2.72.0",
@@ -72,9 +72,9 @@
72
},
73
"devDependencies": {
74
"istanbul": "^0.4.5",
75
- "mocha": "^3.0.2",
76
- "should": "^11.1.0",
77
- "supertest": "^2.0.0"
+ "mocha": "^3.2.0",
+ "should": "^11.2.0",
+ "supertest": "^3.0.0"
78
79
"files": [
80
"bin",
0 commit comments