Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 110bd5a

Browse files
committed
security
1 parent 27d6e6e commit 110bd5a

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/app.db
88
/yarn-error.log
99
/yarn.lock
10+
/package-lock.json

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
"description": "a short cut for mobile web",
55
"main": "app.js",
66
"dependencies": {
7-
"archiver": "^1.2.0",
8-
"body-parser": "^1.12.2",
9-
"bson": "^0.3.1",
7+
"archiver": "^3.1.1",
8+
"body-parser": "^1.19.0",
9+
"bson": "^4.0.2",
1010
"camo": "^0.12.3",
11-
"cookie-parser": "^1.3.4",
11+
"cookie-parser": "^1.4.4",
1212
"cookieparser": "^0.1.0",
13-
"express": "^4.12.3",
14-
"express-fileupload": "0.0.5",
15-
"gulp": "^3.8.11",
16-
"gulp-ruby-sass": "^1.0.1",
17-
"jade": "^1.9.2",
18-
"mkdir-recursive": "^0.2.3",
13+
"express": "^4.17.1",
14+
"express-fileupload": "0.1.2",
15+
"gulp": "^4.0.2",
16+
"gulp-ruby-sass": "^4.0.0",
17+
"jade": "^1.11.0",
18+
"mkdir-recursive": "^0.4.0",
1919
"mkdirp": "^0.5.1",
20-
"mongodb": "^2.0.25",
21-
"mongoose": "^4.0.1",
20+
"mongodb": "^3.3.3",
21+
"mongoose": "^5.7.7",
2222
"nedb": "^1.8.0",
23-
"q": "^1.3.0",
24-
"qrcode": "^0.8.2",
23+
"q": "^1.5.1",
24+
"qrcode": "^1.4.2",
2525
"universal-path": "^0.1.0"
2626
},
2727
"scripts": {
@@ -37,8 +37,8 @@
3737
"license": "ISC",
3838
"repository": "https://github.com/postor/html5-generator",
3939
"devDependencies": {
40-
"gulp-concat": "^2.6.0",
41-
"gulp-rename": "^1.2.2",
42-
"gulp-uglify": "^2.0.0"
40+
"gulp-concat": "^2.6.1",
41+
"gulp-rename": "^1.4.0",
42+
"gulp-uglify": "^3.0.2"
4343
}
4444
}

0 commit comments

Comments
 (0)