|
41 | 41 | "dev:debug": "npm run clear && concurrently '$npm_package_config_mongoDev' 'wait-on tcp:27017 && NODE_ENV=development nodemon --inspect server/'",
|
42 | 42 | "dev": "npm run clear && concurrently '$npm_package_config_mongoDev' 'wait-on tcp:27017 && NODE_ENV=development DEBUG=feathers nodemon server/'",
|
43 | 43 | "dev:noseed": "concurrently 'mongod --dbpath data' 'wait-on tcp:27017 && NODE_ENV=development DEBUG=feathers nodemon server/'",
|
44 |
| - "dev:win": "npm run clear && concurrently \"mongod --dbpath /data/db\" \"wait-on tcp:27017&& cross-env NODE_ENV=development&& cross-env DEBUG=feathers&& nodemon --inspect server/\"", |
| 44 | + "dev:win": "npm run clear && concurrently \"mongod --dbpath /data/db\" \"wait-on tcp:27017&&cross-env NODE_ENV=development&&cross-env DEBUG=feathers&& nodemon --inspect server/\"", |
45 | 45 | "mocha": "npm run clear && $npm_package_config_concurrently '$npm_package_config_mongoDev &>/dev/null' 'wait-on tcp:27017 && NODE_ENV=test $npm_package_config_mocha'",
|
46 | 46 | "coverage": "npm run clear && $npm_package_config_concurrently '$npm_package_config_mongoDev &>/dev/null' 'wait-on tcp:27017 && NODE_ENV=test istanbul cover $npm_package_config_mochaCoverage'"
|
47 | 47 | },
|
|
52 | 52 | "concurrently": "concurrently --kill-others --success first"
|
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "body-parser": "~1.18.2", |
| 55 | + "body-parser": "~1.18.3", |
56 | 56 | "cheerio": "^1.0.0-rc.2",
|
57 |
| - "compression": "~1.7.1", |
| 57 | + "compression": "~1.7.2", |
58 | 58 | "cors": "~2.8.4",
|
59 |
| - "cross-env": "^5.1.4", |
60 | 59 | "crypto": "~1.0.1",
|
61 | 60 | "crypto-js": "^3.1.9-1",
|
62 | 61 | "dauria": "~2.0.0",
|
|
72 | 71 | "feathers-errors": "~2.9.2",
|
73 | 72 | "feathers-hooks": "~2.1.2",
|
74 | 73 | "feathers-hooks-common": "~3.10.0",
|
75 |
| - "feathers-logger": "~0.2.3", |
| 74 | + "feathers-logger": "0.2.3", |
76 | 75 | "feathers-mailer": "~2.0.0",
|
77 | 76 | "feathers-memory": "~1.3.1",
|
78 | 77 | "feathers-mongodb": "~3.0.0",
|
|
85 | 84 | "fs-extra": "~4.0.2",
|
86 | 85 | "handlebars": "~4.0.11",
|
87 | 86 | "handlebars-layouts": "~3.1.4",
|
88 |
| - "helmet": "~3.10.0", |
| 87 | + "helmet": "~3.12.0", |
89 | 88 | "html-excerpt": "~0.1.0",
|
90 |
| - "mime": "^2.2.0", |
| 89 | + "mime": "^2.3.1", |
91 | 90 | "mongoose": "~4.13.2",
|
92 | 91 | "multer": "~1.3.0",
|
93 | 92 | "node-sass": "~4.7.2",
|
94 |
| - "quill-url-embeds": "^1.2.0", |
95 |
| - "raven": "~2.4.0", |
96 |
| - "request": "~2.83.0", |
| 93 | + "quill-url-embeds": "^1.2.5", |
| 94 | + "raven": "~2.6.1", |
| 95 | + "request": "~2.86.0", |
97 | 96 | "request-promise": "~4.2.2",
|
98 | 97 | "sanitize-html": "^1.18.2",
|
99 |
| - "serve-favicon": "~2.4.5", |
| 98 | + "serve-favicon": "~2.5.0", |
100 | 99 | "shortid": "~2.2.8",
|
101 | 100 | "slug": "~0.9.1",
|
102 | 101 | "trunc-html": "^1.1.2",
|
103 | 102 | "valid-url": "^1.0.9",
|
104 |
| - "winston": "~3.0.0-rc1" |
| 103 | + "winston": "~3.0.0-rc5" |
105 | 104 | },
|
106 | 105 | "devDependencies": {
|
107 |
| - "babel-eslint": "~8.2.1", |
| 106 | + "babel-eslint": "~8.2.3", |
108 | 107 | "concurrently": "~3.5.1",
|
109 |
| - "eslint": "~4.16.0", |
| 108 | + "cross-env": "^5.1.5", |
| 109 | + "eslint": "~4.19.1", |
110 | 110 | "istanbul": "1.1.0-alpha.1",
|
111 |
| - "mocha": "~5.0.4", |
112 |
| - "nodemon": "~1.14.11", |
| 111 | + "mocha": "~5.2.0", |
| 112 | + "nodemon": "~1.17.4", |
113 | 113 | "shx": "^0.2.2",
|
114 | 114 | "wait-on": "~2.1.0"
|
115 | 115 | }
|
|
0 commit comments