Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 8a5ea42

Browse files
committed
new deps
1 parent 1e06e65 commit 8a5ea42

File tree

2 files changed

+682
-79
lines changed

2 files changed

+682
-79
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,48 +24,48 @@
2424
"node": ">= 8.1.4"
2525
},
2626
"dependencies": {
27-
"apollo-server-koa": "1.3.4",
27+
"apollo-server-koa": "1.3.6",
2828
"bluebird": "3.5.1",
29-
"chalk": "2.3.2",
29+
"chalk": "2.4.1",
3030
"envalid": "4.1.4",
3131
"flashheart": "2.9.0",
3232
"graphql": "0.13.2",
3333
"graphql-playground-middleware-koa": "1.4.2",
3434
"graphql-tools": "2.24.0",
3535
"graphql-voyager": "1.0.0-rc.11",
36-
"koa": "2.5.0",
36+
"koa": "2.5.1",
3737
"koa-bodyparser": "4.2.0",
3838
"koa-convert": "1.2.0",
3939
"koa-cors": "0.0.16",
4040
"koa-heartbeat": "0.1.2",
4141
"koa-router": "7.4.0",
42-
"lodash": "4.17.5",
43-
"moment": "2.22.0",
44-
"source-map-support": "0.5.4",
45-
"winston": "2.4.1"
42+
"lodash": "4.17.10",
43+
"moment": "2.22.1",
44+
"source-map-support": "0.5.5",
45+
"winston": "2.4.2"
4646
},
4747
"devDependencies": {
4848
"@types/bluebird": "3.5.20",
4949
"@types/graphql": "0.13.0",
5050
"@types/jest": "22.2.3",
5151
"@types/koa": "2.0.45",
52-
"@types/koa-router": "7.0.27",
52+
"@types/koa-router": "7.0.28",
5353
"@types/nock": "9.1.3",
5454
"cash-touch": "0.2.0",
5555
"chokidar-cli": "1.2.0",
5656
"cpx": "1.5.0",
5757
"docker-share": "0.0.4",
5858
"graphql-to-typescript": "0.1.2",
5959
"jest": "22.4.3",
60-
"jest-junit": "3.6.0",
60+
"jest-junit": "3.7.0",
6161
"nock": "9.2.5",
62-
"npm-run-all": "4.1.2",
62+
"npm-run-all": "4.1.3",
6363
"rimraf": "2.6.2",
64-
"ts-jest": "22.4.2",
65-
"tsc-watch": "1.0.19",
64+
"ts-jest": "22.4.5",
65+
"tsc-watch": "1.0.21",
6666
"tslint": "5.8.0",
6767
"tslint-config-airbnb": "5.6.0",
68-
"typescript": "2.8.1"
68+
"typescript": "2.8.3"
6969
},
7070
"jest-junit": {
7171
"output": "./reports/test/junit.xml"

0 commit comments

Comments
 (0)