From 4f4495461e96cb14555f73acfa1995e193cdb1c6 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Sun, 16 May 2021 14:01:24 -0500 Subject: [PATCH] Update @hapi/accept to latest (#24283) Updates to the latest version of `@hapi/accept`, opening this one instead of https://github.com/vercel/next.js/pull/23142 since it has unrelated changes and is stale. Close: https://github.com/vercel/next.js/pull/23142 Fixes #20488 --- packages/next/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"