diff --git a/packages/next/package.json b/packages/next/package.json index fae4eecd1ef77..6bacb2ca521d6 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 4afb70122daf1..0be96bb5a737c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"