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",