Skip to content

Commit

Permalink
chore(deps): update devdeps (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2021
1 parent b52f466 commit 74a9c41
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 149 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
}
},
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@microsoft/api-documenter": "7.12.14",
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@microsoft/api-documenter": "7.12.16",
"@microsoft/api-extractor": "7.13.2",
"@microsoft/api-extractor-model": "7.12.2",
"@types/jest": "26.0.22",
"codecov": "3.8.1",
"cross-fetch": "3.1.2",
"cross-fetch": "3.1.4",
"husky": "6.0.0",
"jest": "26.6.3",
"jest-fetch-mock": "3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"sqlite3": "^5.0.0",
"swagger-ui-express": "^4.1.4",
"ts-json-schema-generator": "^0.89.0",
"typeorm": "0.2.31",
"typeorm": "0.2.32",
"url-parse": "^1.4.7",
"web-did-resolver": "2.0.4",
"ws": "^7.2.0",
Expand All @@ -71,9 +71,9 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/inquirer": "7.3.1",
"@types/node-fetch": "2.5.8",
"@types/node-fetch": "2.5.9",
"@types/passport-http-bearer": "1.0.36",
"@types/ws": "7.4.0",
"@types/ws": "7.4.1",
"typescript": "4.2.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@veramo/did-manager": "^1.1.0",
"@veramo/key-manager": "^1.1.0",
"debug": "^4.1.1",
"typeorm": "0.2.31"
"typeorm": "0.2.32"
},
"devDependencies": {
"@types/debug": "4.1.5",
Expand Down
Loading

0 comments on commit 74a9c41

Please sign in to comment.