Merge pull request #1438 from hedgedoc/renovate/develop-joi-17.x

fix(deps): update dependency joi to v17.4.1 (develop)
This commit is contained in:
David Mehren 2021-07-15 20:58:59 +02:00 committed by GitHub
commit 5a2e816fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-local-rules": "1.1.0",
"file-type": "16.5.1",
"joi": "17.4.0",
"joi": "17.4.1",
"minio": "7.0.18",
"nest-router": "1.0.9",
"node-fetch": "2.6.1",

View file

@ -4431,10 +4431,10 @@ jest@27.0.6:
import-local "^3.0.2"
jest-cli "^27.0.6"
joi@17.4.0:
version "17.4.0"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.0.tgz#b5c2277c8519e016316e49ababd41a1908d9ef20"
integrity sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==
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==
dependencies:
"@hapi/hoek" "^9.0.0"
"@hapi/topo" "^5.0.0"