Skip to content

Commit 4d44f2c

Browse files
committed
build: upgrade deps
1 parent 3fcd630 commit 4d44f2c

File tree

2 files changed

+1102
-393
lines changed

2 files changed

+1102
-393
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"test": "jest --coverage"
1414
},
1515
"dependencies": {
16-
"debug": "^2.6.6",
16+
"debug": "^3.1.0",
1717
"flat-file-db": "^1.0.0",
18-
"koa": "^2.2.0",
18+
"koa": "^2.4.1",
1919
"koa-bodyparser": "^4.2.0",
2020
"koa-path-match": "^2.0.0",
21-
"uuid": "^3.0.1"
21+
"uuid": "^3.1.0"
2222
},
2323
"devDependencies": {
24-
"jest": "^20.0.0",
25-
"request-promise-native": "^1.0.4"
24+
"jest": "^22.0.4",
25+
"request-promise-native": "^1.0.5"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)