diff --git a/package-lock.json b/package-lock.json index 1175458..7a0969a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2716,13 +2716,20 @@ "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=" }, "joi": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-14.0.0.tgz", - "integrity": "sha512-jEu+bPFcsgdPr85hVyjb5D5grxLEZniT6AB1vjewrRDbuYxe2r5quyxs3E32dF8fCXcaJnlRSy4jehSpDuNMNg==", + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz", + "integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==", "requires": { - "hoek": "5.x.x", + "hoek": "6.x.x", "isemail": "3.x.x", "topo": "3.x.x" + }, + "dependencies": { + "hoek": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz", + "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==" + } } }, "js-cookie": { diff --git a/package.json b/package.json index f01beeb..023f62e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "^4.14.0", "get-parameter-names": "^0.3.0", "http-status-codes": "^1.3.0", - "joi": "^14.0.0", + "joi": "^14.3.1", "lodash": "^4.17.19", "superagent": "^5.1.0", "tc-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper",