|
21 | 21 | "bluebird": "^2.9.34", |
22 | 22 | "connect-mongo": "^0.8.1",<% } %><% if (filters.sequelize) { %> |
23 | 23 | "sequelize": "^3.5.1", |
24 | | - "sqlite3": "~3.1.0", |
| 24 | + "sqlite3": "~3.1.1", |
25 | 25 | "express-sequelize-session": "0.4.0",<% } %><% if (filters.auth) { %> |
26 | 26 | "jsonwebtoken": "^5.0.0", |
27 | 27 | "express-jwt": "^3.0.0", |
|
41 | 41 | "grunt": "~0.4.5", |
42 | 42 | "grunt-wiredep": "^2.0.0", |
43 | 43 | "grunt-concurrent": "^2.0.1", |
44 | | - "grunt-contrib-clean": "^0.6.0", |
| 44 | + "grunt-contrib-clean": "~0.7.0", |
45 | 45 | "grunt-contrib-concat": "^0.5.1", |
46 | 46 | "grunt-contrib-copy": "^0.8.0", |
47 | | - "grunt-contrib-cssmin": "^0.14.0", |
| 47 | + "grunt-contrib-cssmin": "~0.14.0", |
48 | 48 | "grunt-contrib-imagemin": "~1.0.0", |
49 | 49 | "grunt-contrib-jshint": "~0.11.2", |
50 | | - "grunt-contrib-uglify": "^0.9.1", |
| 50 | + "grunt-contrib-uglify": "~0.11.0", |
51 | 51 | "grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %> |
52 | 52 | "grunt-contrib-jade": "^0.15.0", |
53 | 53 | "karma-ng-jade2js-preprocessor": "^0.2.0",<% } %><% if (filters.less) { %> |
|
75 | 75 | "jit-grunt": "^0.9.1", |
76 | 76 | "time-grunt": "^1.2.1", |
77 | 77 | "grunt-express-server": "^0.5.1", |
78 | | - "grunt-postcss": "^0.6.0", |
| 78 | + "grunt-postcss": "~0.7.1", |
79 | 79 | "grunt-open": "~0.2.3", |
80 | 80 | "open": "~0.0.4", |
81 | | - "jshint-stylish": "~2.0.1", |
| 81 | + "jshint-stylish": "~2.1.0", |
82 | 82 | "connect-livereload": "^0.5.3", |
83 | 83 | "mocha": "^2.2.5", |
84 | 84 | "grunt-mocha-test": "~0.12.7", |
85 | 85 | "grunt-mocha-istanbul": "^3.0.1", |
86 | | - "istanbul": "^0.3.17", |
| 86 | + "istanbul": "~0.4.1", |
87 | 87 | "chai": "^3.2.0", |
88 | 88 | "sinon": "^1.16.1", |
89 | 89 | "chai-as-promised": "^5.1.0", |
|
105 | 105 | "phantomjs": "^1.9.18", |
106 | 106 | "karma-phantomjs-launcher": "~0.2.0", |
107 | 107 | "karma": "~0.13.3", |
108 | | - "karma-ng-html2js-preprocessor": "~0.1.2", |
| 108 | + "karma-ng-html2js-preprocessor": "~0.2.0", |
109 | 109 | "karma-spec-reporter": "~0.0.20", |
110 | 110 | "proxyquire": "^1.0.1", |
111 | 111 | "supertest": "^1.1.0" |
|
0 commit comments