From 09289bbf12fd5ffc78f311a7fe2b7da4fd7aee33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:33:16 +0000 Subject: [PATCH] Bump joi from 17.8.4 to 17.9.1 Bumps [joi](https://github.com/hapijs/joi) from 17.8.4 to 17.9.1. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.8.4...v17.9.1) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b004f3..a884ba0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bcrypt": "^5.1.0", "ejs": "^3.1.9", "express": "^4.18.2", - "joi": "^17.8.4", + "joi": "^17.9.1", "jsonwebtoken": "^9.0.0", "mysql2": "^3.2.0", "sequelize": "^6.29.3", diff --git a/yarn.lock b/yarn.lock index 9fa33d2..e40a8f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,10 +863,10 @@ jake@^10.8.5: filelist "^1.0.1" minimatch "^3.0.4" -joi@^17.8.4: - version "17.8.4" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.8.4.tgz#f2d91ab8acd3cca4079ba70669c65891739234aa" - integrity sha512-jjdRHb5WtL+KgSHvOULQEPPv4kcl+ixd1ybOFQq3rWLgEEqc03QMmilodL0GVJE14U/SQDXkUhQUSZANGDH/AA== +joi@^17.9.1: + version "17.9.1" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.1.tgz#74899b9fa3646904afa984a11df648eca66c9018" + integrity sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"