From a5b462e7750af27e077bc7d4a395b00020739c54 Mon Sep 17 00:00:00 2001 From: Tim Burch Date: Thu, 2 Apr 2020 19:45:40 -0400 Subject: [PATCH] Downgrade @hapi/joi to v14 This aligns @hapi/joi with the peer dependency requirement for enjoi. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae0d395..58040b5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@hapi/hoek": "^9.0.4", - "@hapi/joi": "^15.1.1", + "@hapi/joi": "^14.5.0", "dot-prop": "^4.2.0", "enjoi": "^6.0.1", "js-yaml": "^3.11.0",