diff --git a/History.md b/History.md index cdce3c9f54..2ab743ea27 100644 --- a/History.md +++ b/History.md @@ -21,8 +21,7 @@ * [[`b02ce1547`](http://github.com/eggjs/egg/commit/b02ce154777fc78a6d344fe45d915d013096bea3)] - chroe(doc): Fix some typos (#2988) (Maledong <>) * [[`688067ae0`](http://github.com/eggjs/egg/commit/688067ae09071316cbf5310b17d92d4fec39b42a)] - docs: fix 2 typos (#2982) (Jeff <>) * [[`a719fd345`](http://github.com/eggjs/egg/commit/a719fd34507ebbfcf800768fb58adc81aa9c5e36)] - docs: Fix and add missing typos (#2935) (Maledong <>) - * [[`815c27879`](http://github.com/eggjs/egg/commit/815c278792e94ccf85822b3496f10396236e6628)] - fix (typings): Upgrade to the latest version of 'egg-cookie' to fetch (#2958) (Maledong <>) + * [[`815c27879`](http://github.com/eggjs/egg/commit/815c278792e94ccf85822b3496f10396236e6628)] - fix (typings): Upgrade to the latest version of 'egg-cookie' to fetch (#2958) (Maledong <>) * [[`a2df5ad13`](http://github.com/eggjs/egg/commit/a2df5ad137dea5faf7724d480edcc482a1df9393)] - docs: fixed typo. (#2961) (Ariel Yang <>) * [[`b971e6633`](http://github.com/eggjs/egg/commit/b971e66336af4c8e241303866c8fa9acaaf4e66f)] - test: fix sitefile icon test (#2940) (Yiyu He <>) * [[`81826ed1a`](http://github.com/eggjs/egg/commit/81826ed1a826a3436f8c42b7b5466295c60f241e)] - docs: fix link to angular commit-message-format (#2939) (Vincent <>) diff --git a/package.json b/package.json index 57ad0e897c..db0baa044e 100644 --- a/package.json +++ b/package.json @@ -15,27 +15,27 @@ "dependencies": { "@types/accepts": "^1.3.5", "@types/koa": "^2.0.46", - "@types/koa-router": "^7.0.30", + "@types/koa-router": "^7.0.31", "@types/urllib": "^2.28.0", "accepts": "^1.3.5", - "agentkeepalive": "^3.4.1", - "cache-content-type": "^1.0.0", + "agentkeepalive": "^3.5.1", + "cache-content-type": "^1.0.1", "circular-json": "^0.5.5", "cluster-client": "^2.1.1", - "debug": "^3.1.0", + "debug": "^4.0.1", "delegates": "^1.0.0", - "egg-cluster": "^1.18.0", + "egg-cluster": "^1.19.1", "egg-cookies": "^2.2.6", - "egg-core": "^4.9.1", - "egg-development": "^2.3.1", + "egg-core": "^4.10.0", + "egg-development": "^2.4.1", "egg-i18n": "^2.0.0", "egg-jsonp": "^2.0.0", "egg-logger": "^1.7.1", "egg-logrotator": "^3.0.3", - "egg-multipart": "^2.0.0", + "egg-multipart": "^2.1.0", "egg-onerror": "^2.1.0", - "egg-schedule": "^3.3.0", - "egg-security": "^2.2.3", + "egg-schedule": "^3.4.0", + "egg-security": "^2.4.0", "egg-session": "^3.1.0", "egg-static": "^2.1.1", "egg-view": "^2.1.0", @@ -51,7 +51,7 @@ "mz": "^2.7.0", "on-finished": "^2.3.0", "sendmessage": "^1.1.0", - "urllib": "^2.29.0", + "urllib": "^2.29.1", "utility": "^1.14.0", "ylru": "^1.2.1" }, @@ -59,26 +59,26 @@ "address": "^1.0.3", "autod": "^3.0.1", "autod-egg": "^1.1.0", - "coffee": "^4.1.0", + "coffee": "^5.1.0", "egg-alinode": "^1.0.3", - "egg-bin": "^4.7.1", + "egg-bin": "^4.8.5", "egg-doctools": "^2.4.0", - "egg-mock": "^3.17.3", + "egg-mock": "^3.20.0", "egg-plugin-puml": "^2.4.0", "egg-tracer": "^1.1.0", "egg-view-nunjucks": "^2.2.0", - "eslint": "^5.1.0", - "eslint-config-egg": "^7.0.0", + "eslint": "^5.5.0", + "eslint-config-egg": "^7.1.0", "findlinks": "^1.1.0", "formstream": "^1.1.0", - "glob": "^7.1.2", + "glob": "^7.1.3", "koa-static": "^3.0.0", "mz": "^2.7.0", "mz-modules": "^2.1.0", "pedding": "^1.1.0", "runscript": "^1.3.0", "spy": "^1.0.0", - "supertest": "^3.1.0", + "supertest": "^3.3.0", "ts-node": "^3.0.6", "typescript": "^2.8.0", "webstorm-disable-index": "^1.1.2"