From f0142afccc823f0fd078c224ecb670fc4499e1e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:56:42 +0000 Subject: [PATCH] fix(deps): update dependency joi to v17.4.2 (#1493) Signed-off-by: Renovate Bot Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 06860b6f0..df4618922 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-jest": "24.4.0", "eslint-plugin-local-rules": "1.1.0", "file-type": "16.5.2", - "joi": "17.4.1", + "joi": "17.4.2", "minio": "7.0.18", "nest-router": "1.0.9", "node-fetch": "2.6.1", diff --git a/yarn.lock b/yarn.lock index bc062c000..6dc68fda2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4409,10 +4409,10 @@ jest@27.0.6: import-local "^3.0.2" jest-cli "^27.0.6" -joi@17.4.1: - version "17.4.1" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.1.tgz#15d2f23c8cbe4d1baded2dd190c58f8dbe11cca0" - integrity sha512-gDPOwQ5sr+BUxXuPDGrC1pSNcVR/yGGcTI0aCnjYxZEa3za60K/iCQ+OFIkEHWZGVCUcUlXlFKvMmrlmxrG6UQ== +joi@17.4.2: + version "17.4.2" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.2.tgz#02f4eb5cf88e515e614830239379dcbbe28ce7f7" + integrity sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"