Skip to content

Commit

Permalink
Update @hapi/accept to latest (#24283)
Browse files Browse the repository at this point in the history
Updates to the latest version of `@hapi/accept`, opening this one instead of #23142 since it has unrelated changes and is stale. 

Close: #23142
Fixes #20488
  • Loading branch information
ijjk authored May 16, 2021
1 parent e5da204 commit a442053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
"@hapi/accept": "5.0.2",
"@next/env": "10.2.1-canary.8",
"@next/polyfill-module": "10.2.1-canary.8",
"@next/react-dev-overlay": "10.2.1-canary.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1422,10 +1422,10 @@
lodash.camelcase "^4.3.0"
protobufjs "^6.8.6"

"@hapi/accept@5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.1.tgz#068553e867f0f63225a506ed74e899441af53e10"
integrity sha512-fMr4d7zLzsAXo28PRRQPXR1o2Wmu+6z+VY1UzDp0iFo13Twj8WePakwXBiqn3E1aAlTpSNzCXdnnQXFhst8h8Q==
"@hapi/accept@5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.2.tgz#ab7043b037e68b722f93f376afb05e85c0699523"
integrity sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==
dependencies:
"@hapi/boom" "9.x.x"
"@hapi/hoek" "9.x.x"
Expand Down

0 comments on commit a442053

Please sign in to comment.