From d0ff6ebfbe08556bb90894461a4b0f32c84c4081 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Oct 2021 19:20:59 +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/b3ee02bf-2de9-4917-a9cc-01795f833774?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index 8319e25..1140e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2039,9 +2039,9 @@ "dev": true }, "hoek": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.4.tgz", - "integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==" + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz", + "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==" }, "hosted-git-info": { "version": "2.7.1", @@ -2259,9 +2259,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "isemail": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.1.4.tgz", - "integrity": "sha512-yE/W5osEWuAGSLVixV9pAexhkbZzglmuhO2CxdHu7IBh7uzuZogQ4bk0lE26HoZ6HD4ZYfKRKilkNuCnuJIBJw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", + "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", "requires": { "punycode": "2.x.x" } @@ -2406,11 +2406,11 @@ } }, "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" } @@ -4624,11 +4624,11 @@ } }, "topo": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.0.tgz", - "integrity": "sha512-Tlu1fGlR90iCdIPURqPiufqAlCZYzLjHYVVbcFWDMcX7+tK8hdZWAfsMrD/pBul9jqHHwFjNdf1WaxA9vTRRhw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz", + "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", "requires": { - "hoek": "5.x.x" + "hoek": "6.x.x" } }, "tough-cookie": { diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 228fce3..c92f153 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bluebird": "^3.5.1", "config": "^1.21.0", "get-parameter-names": "^0.3.0", - "joi": "^14.0.0", + "joi": "^14.3.1", "lodash": "^4.17.11", "mongoose": "^5.3.3", "no-kafka": "^3.2.4",