Skip to content

Commit baacdbd

Browse files
committed
Update all dependencies
1 parent cf5bce8 commit baacdbd

File tree

2 files changed

+1012
-579
lines changed

2 files changed

+1012
-579
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@
4949
"@types/helmet": "^0.0.37",
5050
"@types/lodash": "^4.14.80",
5151
"@types/morgan": "^1.7.35",
52-
"@types/reflect-metadata": "0.0.5",
52+
"@types/reflect-metadata": "0.1.0",
5353
"@types/request": "^2.0.8",
5454
"@types/serve-favicon": "^2.2.29",
5555
"@types/supertest": "^2.0.4",
5656
"@types/uuid": "^3.4.3",
5757
"@types/winston": "^2.3.7",
5858
"body-parser": "^1.18.2",
5959
"chalk": "^2.3.0",
60-
"class-validator": "^0.7.3",
60+
"class-validator": "^0.8.5",
6161
"commander": "^2.11.0",
6262
"compression": "^1.7.1",
63-
"copyfiles": "^1.2.0",
63+
"copyfiles": "^2.0.0",
6464
"cors": "^2.8.4",
6565
"dataloader": "^1.3.0",
66-
"dotenv": "^4.0.0",
66+
"dotenv": "^5.0.1",
6767
"event-dispatch": "^0.4.1",
6868
"express": "^4.16.2",
6969
"express-basic-auth": "^1.1.3",
@@ -72,7 +72,7 @@
7272
"faker": "^4.1.0",
7373
"figlet": "^1.2.0",
7474
"glob": "^7.1.2",
75-
"graphql": "^0.11.7",
75+
"graphql": "^0.13.2",
7676
"helmet": "^3.9.0",
7777
"jsonfile": "^4.0.0",
7878
"lodash": "^4.17.4",
@@ -88,13 +88,13 @@
8888
"routing-controllers": "^0.7.6",
8989
"serve-favicon": "^2.4.5",
9090
"supertest": "^3.0.0",
91-
"swagger-ui-express": "^2.0.10",
92-
"ts-node": "^3.3.0",
91+
"swagger-ui-express": "^3.0.8",
92+
"ts-node": "^6.0.0",
9393
"tslint": "^5.8.0",
94-
"typedi": "^0.5.2",
95-
"typeorm": "^0.1.3",
96-
"typeorm-typedi-extensions": "^0.1.1",
97-
"typescript": "2.6.2",
94+
"typedi": "^0.7.2",
95+
"typeorm": "^0.2.1",
96+
"typeorm-typedi-extensions": "^0.2.1",
97+
"typescript": "2.8.3",
9898
"uuid": "^3.1.0",
9999
"winston": "^2.4.0"
100100
},
@@ -114,14 +114,14 @@
114114
},
115115
"license": "MIT",
116116
"devDependencies": {
117-
"@types/jest": "^21.1.5",
118-
"@types/nock": "^8.2.1",
117+
"@types/jest": "^22.2.3",
118+
"@types/nock": "^9.1.3",
119119
"cross-env": "^5.1.1",
120-
"jest": "^21.2.1",
120+
"jest": "^22.4.3",
121121
"mock-express-request": "^0.2.0",
122122
"mock-express-response": "^0.2.1",
123123
"nock": "^9.1.4",
124-
"sqlite3": "^3.1.13",
125-
"ts-jest": "^21.1.4"
124+
"sqlite3": "^4.0.0",
125+
"ts-jest": "^22.4.4"
126126
}
127127
}

0 commit comments

Comments
 (0)