From 7d44c66972cabdeaba8643463f8604c22b4042e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:18:47 +0000 Subject: [PATCH] Bump @hapi/hoek from 8.2.5 to 9.0.4 Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.2.5 to 9.0.4. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v8.2.5...v9.0.4) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88dc416..81e767b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -227,9 +227,9 @@ } }, "@hapi/hoek": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.2.5.tgz", - "integrity": "sha512-rmGFzok1zR3xZKd5m3ihWdqafXFxvPHoQ/78+AG5URKbEbJiwBBfRgzbu+07W5f3+07JRshw6QqGbVmCp8ntig==" + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.0.4.tgz", + "integrity": "sha512-EwaJS7RjoXUZ2cXXKZZxZqieGtc7RbvQhUy8FwDoMQtxWVi14tFjeFCYPZAM1mBCpOpiBpyaZbb9NeHc7eGKgw==" }, "@hapi/iron": { "version": "6.0.0", diff --git a/package.json b/package.json index 38215ee..ac8465c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "@hapi/hapi": "^19.1.1", - "@hapi/hoek": "^8.2.5", + "@hapi/hoek": "^9.0.4", "arangojs": "^6.11.1", "dotenv": "^8.1.0", "inert": "^5.1.3",