|
19 | 19 | "gulpfile.js" |
20 | 20 | ] |
21 | 21 | }, |
| 22 | + "greenkeeper": { |
| 23 | + "ignore": [ |
| 24 | + "sinon" |
| 25 | + ] |
| 26 | + }, |
22 | 27 | "scripts": { |
23 | 28 | "build": "gulp build && gulp import", |
24 | 29 | "prestart": "npm run build", |
|
32 | 37 | "test": "npm run eslint && npm run utest" |
33 | 38 | }, |
34 | 39 | "dependencies": { |
35 | | - "async": "2.1.2", |
36 | | - "body-parser": "1.15.2", |
| 40 | + "async": "2.3.0", |
| 41 | + "body-parser": "1.17.1", |
37 | 42 | "dot-env": "0.0.1", |
38 | | - "eslint-config-modcolle": "0.1.0", |
39 | | - "express": "4.14.0", |
| 43 | + "eslint-config-modcolle": "0.1.1", |
| 44 | + "express": "4.15.2", |
40 | 45 | "express-handlebars": "3.0.0", |
41 | 46 | "fallbackjs": "1.1.8", |
42 | 47 | "font-awesome": "4.7.0", |
43 | 48 | "inherit": "2.2.6", |
44 | | - "morgan": "1.7.0", |
| 49 | + "morgan": "1.8.1", |
45 | 50 | "passport": "0.3.2", |
46 | 51 | "passport-local": "1.0.0", |
47 | | - "request": "2.78.0", |
48 | | - "request-promise": "4.1.1", |
| 52 | + "request": "2.81.0", |
| 53 | + "request-promise": "4.2.0", |
49 | 54 | "sprintf-js": "1.0.3", |
50 | 55 | "tough-cookie": "2.3.2", |
51 | 56 | "url-join": "1.1.0", |
52 | | - "url-parse": "1.1.7", |
53 | | - "validator": "6.1.0", |
54 | | - "winston": "2.3.0" |
| 57 | + "url-parse": "1.1.8", |
| 58 | + "validator": "7.0.0", |
| 59 | + "winston": "2.3.1" |
55 | 60 | }, |
56 | 61 | "devDependencies": { |
57 | 62 | "app-root-path": "2.0.1", |
58 | | - "autoprefixer": "6.7.0", |
| 63 | + "autoprefixer": "6.7.7", |
59 | 64 | "babel": "6.23.0", |
60 | | - "babel-preset-env": "1.1.10", |
61 | | - "browser-sync": "2.18.6", |
62 | | - "browserify": "14.1.0", |
| 65 | + "babel-preset-env": "1.3.3", |
| 66 | + "browser-sync": "2.18.8", |
| 67 | + "browserify": "14.3.0", |
63 | 68 | "cheerio": "0.22.0", |
64 | | - "coveralls": "2.11.14", |
65 | | - "eslint": "3.9.1", |
66 | | - "eslint-config-modcolle": "0.1.0", |
| 69 | + "coveralls": "2.13.0", |
| 70 | + "eslint": "3.19.0", |
| 71 | + "eslint-config-modcolle": "0.1.1", |
67 | 72 | "gulp": "3.9.1", |
68 | 73 | "gulp-babel": "6.1.2", |
69 | | - "gulp-clean-css": "2.3.2", |
| 74 | + "gulp-clean-css": "3.0.4", |
70 | 75 | "gulp-nodemon": "2.2.1", |
71 | | - "gulp-postcss": "6.3.0", |
| 76 | + "gulp-postcss": "6.4.0", |
72 | 77 | "gulp-rename": "1.2.2", |
73 | | - "gulp-uglify": "2.0.1", |
| 78 | + "gulp-uglify": "2.1.2", |
74 | 79 | "gulp-util": "3.0.8", |
75 | | - "mocha": "3.1.2", |
76 | | - "nock": "9.0.2", |
| 80 | + "mocha": "3.2.0", |
| 81 | + "nock": "9.0.11", |
77 | 82 | "nodemon": "1.11.0", |
78 | | - "nyc": "10.1.2", |
79 | | - "should": "11.1.1", |
80 | | - "sinon": "1.17.6", |
| 83 | + "nyc": "10.2.0", |
| 84 | + "should": "11.2.1", |
| 85 | + "sinon": "1.17.7", |
81 | 86 | "slash": "1.0.0", |
82 | | - "supertest": "2.0.1", |
| 87 | + "supertest": "3.0.0", |
83 | 88 | "supertest-as-promised": "4.0.2", |
84 | 89 | "uglify": "0.1.5", |
85 | 90 | "vinyl-buffer": "1.0.0", |
|
0 commit comments