Skip to content

Commit

Permalink
chore(deps): bump @hapi/accept from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [@hapi/accept](https://github.com/hapijs/accept) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/hapijs/accept/releases)
- [Commits](hapijs/accept@v4.0.0...v5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 30, 2020
1 parent c87b147 commit 8ee2263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^3.6.3"
},
"dependencies": {
"@hapi/accept": "^4.0.0",
"@hapi/accept": "^5.0.0",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"content-type": "^1.0.4",
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,41 +343,21 @@
is-absolute "^1.0.0"
is-negated-glob "^1.0.0"

"@hapi/accept@*":
"@hapi/accept@*", "@hapi/accept@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.0.tgz#b0e06dd57351ff0724172af6e5d22a4e74d99ead"
integrity sha512-LMz1AkD9kzmbXWNw5s+aQg0Yp9WQDXOSD0G4ke3cJ/S5H+qyUIy224/hVng1L8zn9H1cEpofyd3gh+XCrwGvYg==
dependencies:
"@hapi/boom" "9.x.x"
"@hapi/hoek" "9.x.x"

"@hapi/accept@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-4.0.0.tgz#ec54acc3304185091e98cd6fdfa7a815e5aaaf31"
integrity sha512-1wfaS05XyraV4FG8GVcsATorTokAO3i3rAIzffxmqEGUct87tKkIvwtcNDfpEz6AhN77R8uPU0FO5DD3AJutHg==
dependencies:
"@hapi/boom" "8.x.x"
"@hapi/hoek" "8.x.x"

"@hapi/boom@8.x.x":
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/boom@9.x.x":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@hapi/boom/-/boom-9.0.0.tgz#28f9e77ecf2dea1fe3a8982b9d8827aa5137e33a"
integrity sha512-D+Or4yahLq3L7D1Jf0fR1+Lgr+HPK1lej8tc6hS/fBLmK66XdpvTyKv8YUR5ls1GeQy+KGtbpKAs+ZxyzNtUyA==
dependencies:
"@hapi/hoek" "9.x.x"

"@hapi/hoek@8.x.x":
version "8.5.0"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.0.tgz#2f9ce301c8898e1c3248b0a8564696b24d1a9a5a"
integrity sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw==

"@hapi/hoek@9.x.x":
version "9.0.2"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.0.2.tgz#57597083f763eafbfdc902d16ec868aa787b24d2"
Expand Down

0 comments on commit 8ee2263

Please sign in to comment.