Skip to content

Commit

Permalink
chore: bump hapi/joi version to 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one committed Feb 27, 2020
1 parent 49d12e8 commit d9b8bc5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@arkecosystem/crypto": "^3.0.0-next.0",
"@hapi/boom": "^8.0.1",
"@hapi/hapi": "^18.4.0",
"@hapi/joi": "^16.1.8",
"@hapi/joi": "^17.1.0",
"ajv": "^6.10.2",
"ip": "^1.1.5",
"node-cache": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@arkecosystem/core-kernel": "^3.0.0-next.0",
"@arkecosystem/crypto": "^3.0.0-next.0",
"@arkecosystem/utils": "^1.1.7",
"@hapi/joi": "^16.1.8",
"@hapi/joi": "^17.1.0",
"boxen": "^4.2.0",
"cli-table3": "^0.5.1",
"dayjs": "^1.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@arkecosystem/crypto": "^3.0.0-next.0",
"@arkecosystem/utils": "^1.1.7",
"@hapi/joi": "^16.1.8",
"@hapi/joi": "^17.1.0",
"chalk": "^3.0.0",
"cron": "^1.7.2",
"dayjs": "^1.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-magistrate-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@arkecosystem/core-kernel": "^3.0.0-next.0",
"@hapi/boom": "^8.0.1",
"@hapi/hapi": "^18.4.0",
"@hapi/joi": "^16.1.8"
"@hapi/joi": "^17.1.0"
},
"devDependencies": {
"@types/hapi__boom": "^7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@arkecosystem/core-kernel": "^3.0.0-next.0",
"@hapi/boom": "^8.0.1",
"@hapi/hapi": "^18.4.0",
"@hapi/joi": "^16.1.8",
"@hapi/joi": "^17.1.0",
"fs-extra": "^8.1.0",
"lowdb": "^1.0.0",
"uuid": "^3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@arkecosystem/core-transaction-pool": "^3.0.0-next.0",
"@arkecosystem/core-transactions": "^3.0.0-next.0",
"@arkecosystem/core-webhooks": "^3.0.0-next.0",
"@hapi/joi": "^16.1.8",
"@hapi/joi": "^17.1.0",
"bip39": "^3.0.2",
"bytebuffer": "^5.0.1",
"env-paths": "^2.2.0",
Expand Down

0 comments on commit d9b8bc5

Please sign in to comment.