Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

fix(deps): update hapijs monorepo (major) #87

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@arkecosystem/core-utils": "^2.6.36",
"@arkecosystem/crypto": "^2.6.36",
"@arkecosystem/utils": "^1.1",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
"@hapi/boom": "^9.0.0",
"@hapi/joi": "^17.0.0",
"ajv": "^6.10.2",
"dayjs": "^1.8.15",
"hapi-rate-limit": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@arkecosystem/core-event-emitter": "^2.6.36",
"@arkecosystem/core-interfaces": "^2.6.36",
"@arkecosystem/crypto": "^2.6.36",
"@hapi/hoek": "^8.0.2",
"@hapi/joi": "^15.1.0",
"@hapi/hoek": "^9.0.0",
"@hapi/joi": "^17.0.0",
"awilix": "^4.2.2",
"delay": "^4.3.0",
"env-paths": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@arkecosystem/core-interfaces": "^2.6.36",
"@arkecosystem/crypto": "^2.6.36",
"@elastic/elasticsearch": "^7.2.0",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
"@hapi/boom": "^9.0.0",
"@hapi/joi": "^17.0.0",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@arkecosystem/core-container": "^2.6.36",
"@arkecosystem/core-utils": "^2.6.36",
"@arkecosystem/crypto": "^2.6.36",
"@hapi/boom": "^8.0.0",
"@hapi/good": "^8.2.0",
"@hapi/good-console": "^8.1.0",
"@hapi/good-squeeze": "^5.2.0",
"@hapi/hapi": "^18.3.1",
"@hapi/wreck": "^16.0.0",
"@hapi/boom": "^9.0.0",
"@hapi/good": "^9.0.0",
"@hapi/good-console": "^9.0.0",
"@hapi/good-squeeze": "^6.0.0",
"@hapi/hapi": "^20.0.0",
"@hapi/wreck": "^17.0.0",
"deepmerge": "^4.0.0",
"expand-home-dir": "^0.0.3",
"nanomatch": "^1.2.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@arkecosystem/core-transaction-pool": "^2.6.36",
"@arkecosystem/core-utils": "^2.6.36",
"@arkecosystem/crypto": "^2.6.36",
"@hapi/boom": "^8.0.0",
"@hapi/sntp": "^3.1.1",
"@hapi/boom": "^9.0.0",
"@hapi/sntp": "^4.0.0",
"ajv": "^6.10.2",
"better-sqlite3": "^5.4.0",
"dayjs": "^1.8.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-vote-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@arkecosystem/core-http-utils": "^2.6.36",
"@arkecosystem/core-utils": "^2.6.36",
"@arkecosystem/crypto": "^2.6.36",
"@hapi/vision": "^5.5.4",
"@hapi/vision": "^6.0.0",
"handlebars": "^4.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-wallet-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@arkecosystem/core-http-utils": "^2.6.36",
"@arkecosystem/core-interfaces": "^2.6.36",
"@arkecosystem/core-utils": "^2.6.36",
"@hapi/h2o2": "^8.3.0",
"@hapi/h2o2": "^9.0.0",
"hapi-rate-limit": "^4.0.0",
"ip": "^1.1.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@arkecosystem/core-http-utils": "^2.6.36",
"@arkecosystem/core-interfaces": "^2.6.36",
"@arkecosystem/core-utils": "^2.6.36",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
"@hapi/boom": "^9.0.0",
"@hapi/joi": "^17.0.0",
"fs-extra": "^8.1.0",
"lowdb": "^1.0.0",
"uuid": "^3.3.2"
Expand Down