Skip to content

Commit a442053

Browse files
authoredMay 16, 2021
Update @hapi/accept to latest (#24283)
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
1 parent e5da204 commit a442053

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@babel/runtime": "7.12.5",
66-
"@hapi/accept": "5.0.1",
66+
"@hapi/accept": "5.0.2",
6767
"@next/env": "10.2.1-canary.8",
6868
"@next/polyfill-module": "10.2.1-canary.8",
6969
"@next/react-dev-overlay": "10.2.1-canary.8",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1422,10 +1422,10 @@
14221422
lodash.camelcase "^4.3.0"
14231423
protobufjs "^6.8.6"
14241424

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

0 commit comments

Comments
 (0)
Please sign in to comment.