fix(deps): update dependency @nestjs/swagger to v4.8.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-06-21 11:50:04 +00:00 committed by David Mehren
parent 0d43970894
commit 885b7c906d
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "7.6.18",
"@nestjs/schedule": "0.4.3",
"@nestjs/swagger": "4.8.0",
"@nestjs/swagger": "4.8.1",
"@nestjs/typeorm": "7.1.5",
"@types/bcrypt": "5.0.0",
"@types/cron": "1.7.2",

View file

@ -751,10 +751,10 @@
tslib "2.2.0"
uuid "8.3.2"
"@nestjs/mapped-types@0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-0.4.0.tgz#352b9a661d6d36863cf48b2057616cef1b2c802d"
integrity sha512-TVtd/aTb7EqPhVczdeuvzF9dY0fyE3ivvCstc2eO+AkNqrfzSG1kXYYiUUznKjd0qDa8g2TmPSmHUQ21AXsV1Q==
"@nestjs/mapped-types@0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-0.4.1.tgz#e7fe038f0bdda7b8f858fa79ca8516b8f9069b1a"
integrity sha512-JXrw2LMangSU3vnaXWXVX47GRG1FbbNh4aVBbidDjxT3zlghsoNQY6qyWtT001MCl8lJGo8I6i6+DurBRRxl/Q==
"@nestjs/passport@7.1.5":
version "7.1.5"
@ -791,12 +791,12 @@
jsonc-parser "3.0.0"
pluralize "8.0.0"
"@nestjs/swagger@4.8.0":
version "4.8.0"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-4.8.0.tgz#7ebfeb0d59e0c27ff40beb429d7311b752c0dca4"
integrity sha512-YU+ahCOoOTZwSHrODHBiQDCqi7GWEjmSFg3Tot/lwVuQ321/3fIOz/lf+ehVQ5DFr7nVMhB7BRWFJLtE/+NhqQ==
"@nestjs/swagger@4.8.1":
version "4.8.1"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-4.8.1.tgz#fec0c80aee6e4d4c6552c6ef32e3dad0529ffc78"
integrity sha512-7i8ZJRU4SZtMzTpSlbunBbqfMItIG6y8AfHnqK3AwK+LR3ezghhZbRIzClSEUtEht52Et+Fqv/NHgpyw7mJM6w==
dependencies:
"@nestjs/mapped-types" "0.4.0"
"@nestjs/mapped-types" "0.4.1"
lodash "4.17.21"
path-to-regexp "3.2.0"