From f67100be98ccfdfd7bc0317d6832962e526301e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Oct 2021 19:02:25 +0000 Subject: [PATCH] fix: upgrade joi from 14.0.0 to 14.3.1 Snyk has created this PR to upgrade joi from 14.0.0 to 14.3.1. See this package in npm: https://www.npmjs.com/package/joi See this project in Snyk: https://app.snyk.io/org/jswheeler/project/750c44d6-eec3-4627-87d0-977894956d85?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) 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",