Skip to content

Commit

Permalink
fix(deps): update dependency @hapi/boom to v8 (#2988)
Browse files Browse the repository at this point in the history

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and faustbrian committed Oct 1, 2019
1 parent 409cedb commit 14dfc07
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@arkecosystem/core-utils": "^2.5.0-next.10",
"@arkecosystem/crypto": "^2.5.0-next.10",
"@arkecosystem/utils": "^0.3.0",
"@hapi/boom": "^7.4.2",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
"ajv": "^6.10.2",
"dayjs": "^1.8.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@arkecosystem/core-interfaces": "^2.5.0-next.10",
"@arkecosystem/crypto": "^2.5.0-next.10",
"@elastic/elasticsearch": "^7.2.0",
"@hapi/boom": "^7.4.2",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
"fs-extra": "^8.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@arkecosystem/core-container": "^2.5.0-next.10",
"@arkecosystem/core-utils": "^2.5.0-next.10",
"@arkecosystem/crypto": "^2.5.0-next.10",
"@hapi/boom": "^7.4.2",
"@hapi/boom": "^8.0.0",
"@hapi/good": "^8.2.0",
"@hapi/good-console": "^8.1.0",
"@hapi/good-squeeze": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@arkecosystem/core-transaction-pool": "^2.5.0-next.10",
"@arkecosystem/core-utils": "^2.5.0-next.10",
"@arkecosystem/crypto": "^2.5.0-next.10",
"@hapi/boom": "^7.4.2",
"@hapi/boom": "^8.0.0",
"@hapi/sntp": "^3.1.1",
"ajv": "^6.10.2",
"better-sqlite3": "^5.4.0",
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 @@ -24,7 +24,7 @@
"@arkecosystem/core-http-utils": "^2.5.0-next.10",
"@arkecosystem/core-interfaces": "^2.5.0-next.10",
"@arkecosystem/core-utils": "^2.5.0-next.10",
"@hapi/boom": "^7.4.2",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
"fs-extra": "^8.1.0",
"lowdb": "^1.0.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,13 @@
dependencies:
"@hapi/hoek" "6.x.x"

"@hapi/boom@^8.0.0":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@hapi/boom/-/boom-8.0.1.tgz#13f1f2f2a3abfb0787c79e35e238c8aff6aa1661"
integrity sha512-SnBM2GzEYEA6AGFKXBqNLWXR3uNBui0bkmklYXX1gYtevVhDTy2uakwkSauxvIWMtlANGRhzChYg95If3FWCwA==
dependencies:
"@hapi/hoek" "8.x.x"

"@hapi/bounce@1.x.x":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@hapi/bounce/-/bounce-1.3.0.tgz#059f194df905ca5a1411d40803a665ee170533e8"
Expand Down Expand Up @@ -1056,6 +1063,11 @@
version "6.2.1"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-6.2.1.tgz#d3a66329159af879bfdf0b0cff2229c43c5a3451"

"@hapi/hoek@8.x.x":
version "8.2.5"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.2.5.tgz#b307d3f1aced22e05bd6a2403c302eaebb577da3"
integrity sha512-rmGFzok1zR3xZKd5m3ihWdqafXFxvPHoQ/78+AG5URKbEbJiwBBfRgzbu+07W5f3+07JRshw6QqGbVmCp8ntig==

"@hapi/hoek@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.0.2.tgz#f63a5ff00e891a4e7aa98f11119f9515c6672032"
Expand Down

0 comments on commit 14dfc07

Please sign in to comment.