Skip to content

Commit

Permalink
chore(deps): update devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 22, 2021
1 parent 0d80898 commit 1b1737c
Show file tree
Hide file tree
Showing 21 changed files with 194 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-next-with-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: everlytic/branch-merge@1.1.1
- uses: everlytic/branch-merge@1.1.2
with:
github_token: ${{ secrets.GH_TOKEN }}
source_ref: ${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@microsoft/api-documenter": "7.13.21",
"@microsoft/api-documenter": "7.13.23",
"@microsoft/api-extractor": "7.16.1",
"@microsoft/api-extractor-model": "7.13.3",
"@types/jest": "26.0.23",
"codecov": "3.8.2",
"cross-fetch": "3.1.4",
"husky": "6.0.0",
"jest": "27.0.4",
"jest": "27.0.5",
"jest-fetch-mock": "3.0.3",
"json-schema": "0.3.0",
"lerna": "4.0.0",
"lerna-changelog": "1.0.1",
"oas-resolver": "2.5.5",
"openapi-types": "9.0.3",
"prettier": "2.3.1",
"pretty-quick": "3.1.0",
"pretty-quick": "3.1.1",
"rimraf": "3.0.2",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-json-schema-generator": "0.93.0",
"ts-node": "10.0.0",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"@types/inquirer": "7.3.1",
"@types/inquirer": "7.3.2",
"@types/node-fetch": "2.5.10",
"@types/passport-http-bearer": "1.0.36",
"@types/ws": "7.4.4",
"typescript": "4.3.2"
"@types/ws": "7.4.5",
"typescript": "4.3.4"
},
"files": [
"bin/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"did-resolver": "3.1.0",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
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 @@ -23,7 +23,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"sqlite3": "5.0.2",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/uuid": "8.3.0",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^1.2.0"
},
"devDependencies": {
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/debug": "4.1.5",
"did-resolver": "3.1.0",
"ethr-did-resolver": "4.3.3",
"typescript": "4.3.2",
"typescript": "4.3.4",
"web-did-resolver": "2.0.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^1.2.0"
},
"devDependencies": {
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^1.2.0"
},
"devDependencies": {
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/debug": "4.1.5",
"@types/express": "4.17.12",
"express": "4.17.1",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/url-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/url-parse": "1.4.3",
"typescript": "4.3.2"
"typescript": "4.3.4"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit 1b1737c

Please sign in to comment.