diff --git a/package-lock.json b/package-lock.json index 8f24a07..ac5f0fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -306,9 +306,9 @@ } }, "@hapi/hoek": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-7.1.0.tgz", - "integrity": "sha512-jBTPzWrWQAizq7naLVwU+P2+TzVY3ZtPSX+F9gwW23ihwpihpYKvjN21zHKUjaePYS9ijlDF3oFVNbGfhbbk2w==" + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.0.4.tgz", + "integrity": "sha512-EwaJS7RjoXUZ2cXXKZZxZqieGtc7RbvQhUy8FwDoMQtxWVi14tFjeFCYPZAM1mBCpOpiBpyaZbb9NeHc7eGKgw==" }, "@hapi/iron": { "version": "5.1.0", @@ -2089,6 +2089,14 @@ "requires": { "@hapi/hoek": "7.x.x", "@hapi/joi": "15.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-7.2.1.tgz", + "integrity": "sha512-X6YzLoU+VvZwUNe0VFJV/r4IiFHf61/6VItdnKjlay+YS/5qoczO3u/7wyTj2NtaOZHlFJBndNkfZ2Ag2XxCsg==", + "dev": true + } } }, "mongodb": { diff --git a/package.json b/package.json index 3de32c5..8d67d4f 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "mongo-models": "3.x.x" }, "dependencies": { - "@hapi/hoek": "7.x.x" + "@hapi/hoek": "9.x.x" } }