|
25 | 25 | "connect-pause": "^0.1.1",
|
26 | 26 | "cors": "^2.8.5",
|
27 | 27 | "errorhandler": "^1.5.1",
|
28 |
| - "express": "^4.17.0", |
| 28 | + "express": "^4.17.1", |
29 | 29 | "express-urlrewrite": "^1.2.0",
|
30 | 30 | "json-parse-helpfulerror": "^1.0.3",
|
31 | 31 | "lodash": "^4.17.15",
|
32 | 32 | "lodash-id": "^0.14.0",
|
33 | 33 | "lowdb": "^1.0.0",
|
34 | 34 | "method-override": "^3.0.0",
|
35 | 35 | "morgan": "^1.9.1",
|
36 |
| - "nanoid": "^2.0.2", |
| 36 | + "nanoid": "^2.1.0", |
37 | 37 | "object-assign": "^4.1.1",
|
38 |
| - "please-upgrade-node": "^3.1.1", |
39 |
| - "pluralize": "^7.0.0", |
| 38 | + "please-upgrade-node": "^3.2.0", |
| 39 | + "pluralize": "^8.0.0", |
40 | 40 | "request": "^2.88.0",
|
41 | 41 | "server-destroy": "^1.0.1",
|
42 |
| - "update-notifier": "^3.0.0", |
43 |
| - "yargs": "^13.2.4" |
| 42 | + "update-notifier": "^3.0.1", |
| 43 | + "yargs": "^14.0.0" |
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@babel/cli": "^7.4.4", |
47 |
| - "@babel/core": "^7.4.4", |
48 |
| - "@babel/node": "^7.2.2", |
49 |
| - "@babel/plugin-transform-regenerator": "^7.4.4", |
| 46 | + "@babel/cli": "^7.5.5", |
| 47 | + "@babel/core": "^7.5.5", |
| 48 | + "@babel/node": "^7.5.5", |
| 49 | + "@babel/plugin-transform-regenerator": "^7.4.5", |
50 | 50 | "@babel/polyfill": "^7.4.4",
|
51 |
| - "@babel/preset-env": "^7.4.4", |
52 |
| - "@babel/register": "^7.4.4", |
| 51 | + "@babel/preset-env": "^7.5.5", |
| 52 | + "@babel/register": "^7.5.5", |
53 | 53 | "babel-loader": "^8.0.6",
|
54 |
| - "clean-webpack-plugin": "^2.0.2", |
55 |
| - "cross-env": "^5.2.0", |
56 |
| - "css-loader": "^2.1.1", |
57 |
| - "eslint": "^5.16.0", |
58 |
| - "eslint-config-prettier": "^4.3.0", |
59 |
| - "eslint-config-standard": "^12.0.0", |
60 |
| - "eslint-plugin-import": "^2.17.2", |
61 |
| - "eslint-plugin-node": "^9.0.1", |
| 54 | + "clean-webpack-plugin": "^3.0.0", |
| 55 | + "cross-env": "^5.2.1", |
| 56 | + "css-loader": "^3.2.0", |
| 57 | + "eslint": "^6.3.0", |
| 58 | + "eslint-config-prettier": "^6.1.0", |
| 59 | + "eslint-config-standard": "^14.1.0", |
| 60 | + "eslint-plugin-import": "^2.18.2", |
| 61 | + "eslint-plugin-node": "^9.2.0", |
62 | 62 | "eslint-plugin-prettier": "^3.1.0",
|
63 |
| - "eslint-plugin-promise": "^4.1.1", |
64 |
| - "eslint-plugin-standard": "^4.0.0", |
| 63 | + "eslint-plugin-promise": "^4.2.1", |
| 64 | + "eslint-plugin-standard": "^4.0.1", |
65 | 65 | "html-webpack-plugin": "^3.2.0",
|
66 |
| - "husky": "^2.3.0", |
67 |
| - "jest": "^24.8.0", |
| 66 | + "husky": "^3.0.5", |
| 67 | + "jest": "^24.9.0", |
68 | 68 | "markdown-toc": "^1.2.0",
|
69 |
| - "mini-css-extract-plugin": "^0.6.0", |
| 69 | + "mini-css-extract-plugin": "^0.8.0", |
70 | 70 | "mkdirp": "^0.5.1",
|
71 | 71 | "npm-run-all": "^4.1.5",
|
72 | 72 | "os-tmpdir": "^2.0.0",
|
73 | 73 | "pkg-ok": "^2.3.1",
|
74 |
| - "prettier": "^1.17.1", |
75 |
| - "promise-polyfill": "^8.1.0", |
76 |
| - "rimraf": "^2.6.3", |
| 74 | + "prettier": "^1.18.2", |
| 75 | + "promise-polyfill": "^8.1.3", |
| 76 | + "rimraf": "^3.0.0", |
77 | 77 | "server-ready": "^0.3.1",
|
78 | 78 | "supertest": "^4.0.2",
|
79 | 79 | "temp-write": "^4.0.0",
|
80 |
| - "webpack": "^4.31.0", |
81 |
| - "webpack-cli": "^3.3.2", |
| 80 | + "webpack": "^4.39.3", |
| 81 | + "webpack-cli": "^3.3.7", |
82 | 82 | "whatwg-fetch": "^3.0.0"
|
83 | 83 | },
|
84 | 84 | "repository": {
|
|
0 commit comments