From 6c2062c62e956c6d12abca1b425b32c6ca0be0ec Mon Sep 17 00:00:00 2001 From: Ana Roje Ivancic Date: Fri, 31 Jan 2020 09:19:38 +0100 Subject: [PATCH] Update the @hapi/hoek version in userprofile.json On docker build, you get the set of red warnings: npm WARN deprecated @hapi/hoek@7.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). --- src/userprofile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userprofile/package.json b/src/userprofile/package.json index 0cd7f46..fe796a3 100644 --- a/src/userprofile/package.json +++ b/src/userprofile/package.json @@ -9,7 +9,7 @@ "license": "UNLICENSED", "bugs": "http://github.com/Azure-Samples/openhack-devops-team/issues", "dependencies": { - "@hapi/hoek": "^7.1.0", + "@hapi/hoek": "^7.2.1", "@hapi/joi": "^15.0.3", "body-parser": "^1.19.0", "enjoi": "^4.0.0",