From 7ece6a650edb43f42e06b369df5d14ca9b14e080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:06:26 +0000 Subject: [PATCH] Bump joi from 17.10.0 to 17.10.1 Bumps [joi](https://github.com/hapijs/joi) from 17.10.0 to 17.10.1. - [Commits](https://github.com/hapijs/joi/compare/v17.10.0...v17.10.1) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-patch ... 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 bc94a44..40903aa 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bcrypt": "^5.1.1", "ejs": "^3.1.9", "express": "^4.18.2", - "joi": "^17.10.0", + "joi": "^17.10.1", "jsonwebtoken": "^9.0.2", "mysql2": "^3.6.0", "sequelize": "^6.32.1", diff --git a/yarn.lock b/yarn.lock index 2f3e89b..525fe5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -872,10 +872,10 @@ jake@^10.8.5: filelist "^1.0.1" minimatch "^3.0.4" -joi@^17.10.0: - version "17.10.0" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.10.0.tgz#04e249daa24d48fada2d34046a8262e474b1326f" - integrity sha512-hrazgRSlhzacZ69LdcKfhi3Vu13z2yFfoAzmEov3yFIJlatTdVGUW6vle1zjH8qkzdCn/qGw8rapjqsObbYXAg== +joi@^17.10.1: + version "17.10.1" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.10.1.tgz#f908ee1617137cca5d83b91587cde80e472b5753" + integrity sha512-vIiDxQKmRidUVp8KngT8MZSOcmRVm2zV7jbMjNYWuHcJWI0bUck3nRTGQjhpPlQenIQIBC5Vp9AhcnHbWQqafw== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0"