From 5b9cf4ecf9da2a67244183ec960e8b38e755c85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:45:03 +0000 Subject: [PATCH] Bump @hapi/hoek from 7.1.0 to 9.0.4 Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 7.1.0 to 9.0.4. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v7.1.0...v9.0.4) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) 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" } }