From ca02b2165cd65bf2373de4a957d7d1059625fc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:01:12 +0000 Subject: [PATCH] Bump @hapi/hoek from 8.2.4 to 9.0.4 Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.2.4 to 9.0.4. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v8.2.4...v9.0.4) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 ++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b286a4..7ff2a70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,6 +77,13 @@ "integrity": "sha512-MaZsoOZE4oFhYiohsDLxs5tubcFyqE2yIi9KEHWLTgCI6KKPoEf0EKHcaypUoxT4yIjULiTyd1tDkPtku7Ualg==", "requires": { "@hapi/hoek": "8.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" + } } }, "@hapi/bounce": { @@ -87,6 +94,14 @@ "requires": { "@hapi/boom": "7.x.x", "@hapi/hoek": "8.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==", + "dev": true + } } }, "@hapi/bourne": { @@ -367,9 +382,9 @@ } }, "@hapi/hoek": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.2.4.tgz", - "integrity": "sha512-Ze5SDNt325yZvNO7s5C4fXDscjJ6dcqLFXJQ/M7dZRQCewuDj2iDUuBi6jLQt+APbW9RjjVEvLr35FXuOEqjow==" + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.0.4.tgz", + "integrity": "sha512-EwaJS7RjoXUZ2cXXKZZxZqieGtc7RbvQhUy8FwDoMQtxWVi14tFjeFCYPZAM1mBCpOpiBpyaZbb9NeHc7eGKgw==" }, "@hapi/inert": { "version": "5.2.2", @@ -393,6 +408,12 @@ "requires": { "@hapi/hoek": "8.x.x" } + }, + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==", + "dev": true } } }, @@ -437,6 +458,14 @@ "@hapi/hoek": "^8.2.4", "@hapi/pinpoint": "^1.0.2", "@hapi/topo": "^3.1.3" + }, + "dependencies": { + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==", + "dev": true + } } }, "@hapi/mimos": { @@ -678,6 +707,14 @@ "dev": true, "requires": { "@hapi/hoek": "8.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==", + "dev": true + } } }, "@hapi/validate": { diff --git a/package.json b/package.json index 5634880..ff303a7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@hapi/boom": "^7.4.7", - "@hapi/hoek": "^8.2.4" + "@hapi/hoek": "^9.0.4" }, "engines": { "node": ">= 7.6.0"