From 1cc515df0aa4b2835012544fc5ba57717adf261d Mon Sep 17 00:00:00 2001 From: Mithlesh Singh Date: Tue, 4 Jun 2024 20:50:25 +0530 Subject: [PATCH] hoek needs to be upgraded for using simple-auth2 via proxies --- package-lock.json | 19 ++++++++++++++++--- package.json | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4676253..4454540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,6 +34,14 @@ "dev": true, "requires": { "@hapi/hoek": "10.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.1.tgz", + "integrity": "sha512-CvlW7jmOhWzuqOqiJQ3rQVLMcREh0eel4IBnxDx2FAcK8g7qoJRQK4L1CPBASoCY6y8e6zuCy3f2g+HWdkzcMw==", + "dev": true + } } }, "@hapi/bourne": { @@ -42,9 +50,9 @@ "integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==" }, "@hapi/hoek": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.1.tgz", - "integrity": "sha512-CvlW7jmOhWzuqOqiJQ3rQVLMcREh0eel4IBnxDx2FAcK8g7qoJRQK4L1CPBASoCY6y8e6zuCy3f2g+HWdkzcMw==" + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.4.tgz", + "integrity": "sha512-PnsP5d4q7289pS2T2EgGz147BFJ2Jpb4yrEdkpz2IhgEUzos1S7HTl7ezWh1yfYzYlj89KzLdCRkqsP6SIryeQ==" }, "@hapi/topo": { "version": "5.1.0", @@ -78,6 +86,11 @@ "requires": { "@hapi/hoek": "10.x.x" } + }, + "@hapi/hoek": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.1.tgz", + "integrity": "sha512-CvlW7jmOhWzuqOqiJQ3rQVLMcREh0eel4IBnxDx2FAcK8g7qoJRQK4L1CPBASoCY6y8e6zuCy3f2g+HWdkzcMw==" } } }, diff --git a/package.json b/package.json index d5a9143..d6472c7 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "credentials" ], "dependencies": { - "@hapi/hoek": "^10.0.1", + "@hapi/hoek": "^11.0.4", "@hapi/wreck": "^18.0.0", "debug": "^4.3.4", "joi": "^17.6.4"