From b43457557df50a5864a55199721c59d917a4687c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:54:59 +0000 Subject: [PATCH] Bump @hapi/hoek from 7.2.1 to 9.0.4 in /src/userprofile Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 7.2.1 to 9.0.4. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v7.2.1...v9.0.4) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/userprofile/package-lock.json | 6 +++--- src/userprofile/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/userprofile/package-lock.json b/src/userprofile/package-lock.json index 1e86904..b65df2f 100644 --- a/src/userprofile/package-lock.json +++ b/src/userprofile/package-lock.json @@ -140,9 +140,9 @@ "integrity": "sha512-mV6T0IYqb0xL1UALPFplXYQmR0twnXG0M6jUswpquqT2sD12BOiCiLy3EvMp/Fy7s3DZElC4/aPjEjo2jeZpvw==" }, "@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==" + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.0.4.tgz", + "integrity": "sha512-EwaJS7RjoXUZ2cXXKZZxZqieGtc7RbvQhUy8FwDoMQtxWVi14tFjeFCYPZAM1mBCpOpiBpyaZbb9NeHc7eGKgw==" }, "@hapi/joi": { "version": "15.1.0", diff --git a/src/userprofile/package.json b/src/userprofile/package.json index 0cd7f46..d160baf 100644 --- a/src/userprofile/package.json +++ b/src/userprofile/package.json @@ -9,7 +9,7 @@ "license": "UNLICENSED", "bugs": "http://github.com/Azure-Samples/openhack-devops-team/issues", "dependencies": { - "@hapi/hoek": "^7.1.0", + "@hapi/hoek": "^9.0.4", "@hapi/joi": "^15.0.3", "body-parser": "^1.19.0", "enjoi": "^4.0.0",