mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
fix(deps): update nestjs packages to v7.6.17
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
fcb69776b9
commit
db9312a88a
2 changed files with 32 additions and 32 deletions
|
@ -26,11 +26,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@azure/storage-blob": "12.5.0",
|
||||
"@nestjs/common": "7.6.15",
|
||||
"@nestjs/common": "7.6.17",
|
||||
"@nestjs/config": "0.6.3",
|
||||
"@nestjs/core": "7.6.15",
|
||||
"@nestjs/core": "7.6.17",
|
||||
"@nestjs/passport": "7.1.5",
|
||||
"@nestjs/platform-express": "7.6.15",
|
||||
"@nestjs/platform-express": "7.6.17",
|
||||
"@nestjs/schedule": "0.4.3",
|
||||
"@nestjs/swagger": "4.8.0",
|
||||
"@nestjs/typeorm": "7.1.5",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"devDependencies": {
|
||||
"@nestjs/cli": "7.6.0",
|
||||
"@nestjs/schematics": "7.3.1",
|
||||
"@nestjs/testing": "7.6.15",
|
||||
"@nestjs/testing": "7.6.17",
|
||||
"@tsconfig/node12": "1.0.7",
|
||||
"@types/cli-color": "2.0.0",
|
||||
"@types/express": "4.17.12",
|
||||
|
|
56
yarn.lock
56
yarn.lock
|
@ -753,14 +753,14 @@
|
|||
webpack "5.28.0"
|
||||
webpack-node-externals "2.5.2"
|
||||
|
||||
"@nestjs/common@7.6.15":
|
||||
version "7.6.15"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.15.tgz#ae96f18cb6209a21724ffa7ed1a182be1e4fd0af"
|
||||
integrity sha512-H/3Nk7M02Fc4YN9St05i34gZKVuzE54gd5eXAX6WwisqU5fQ00kss1pYGbltjb2QGu3A/fpO1MdYEwOA18Z/VQ==
|
||||
"@nestjs/common@7.6.17":
|
||||
version "7.6.17"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.17.tgz#623c7f93117bea15fff07a6b63fcd644a8764655"
|
||||
integrity sha512-RHvD32FxfV7yDWX9GPmn0ZSv7ka5kLeVamU5ZpoXSTUjkGqWFt3MTyIP+HUQD2778kDqT+CgEtVJ1fxDG5Oh9g==
|
||||
dependencies:
|
||||
axios "0.21.1"
|
||||
iterare "1.2.1"
|
||||
tslib "2.1.0"
|
||||
tslib "2.2.0"
|
||||
uuid "8.3.2"
|
||||
|
||||
"@nestjs/config@0.6.3":
|
||||
|
@ -775,17 +775,17 @@
|
|||
lodash.set "4.3.2"
|
||||
uuid "8.3.2"
|
||||
|
||||
"@nestjs/core@7.6.15":
|
||||
version "7.6.15"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.15.tgz#dfcc5a7804c10d07f81dde514804b484b909d08a"
|
||||
integrity sha512-8CrL/iY5Gt4HJfyDg1PgPalhT7tVRT643f2mGMgPum/P/e94uuwEYBNIgsMEVOJUrOAWZkNIN60uEf8JkH6GWw==
|
||||
"@nestjs/core@7.6.17":
|
||||
version "7.6.17"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.17.tgz#8fba8739e81f4206905109bec62b02a00530c258"
|
||||
integrity sha512-dH7PGDj1dvBfOYgxJlxh54vdnFFSLst7+Spg3E7Jpo+n11Ht5Ee5mTjSzXieRVfFba/sI3NIHF/N1stn36bU9w==
|
||||
dependencies:
|
||||
"@nuxtjs/opencollective" "0.3.2"
|
||||
fast-safe-stringify "2.0.7"
|
||||
iterare "1.2.1"
|
||||
object-hash "2.1.1"
|
||||
path-to-regexp "3.2.0"
|
||||
tslib "2.1.0"
|
||||
tslib "2.2.0"
|
||||
uuid "8.3.2"
|
||||
|
||||
"@nestjs/mapped-types@0.4.0":
|
||||
|
@ -798,16 +798,16 @@
|
|||
resolved "https://registry.yarnpkg.com/@nestjs/passport/-/passport-7.1.5.tgz#b32fc0492008d73ebae4327fbc0012a738a83664"
|
||||
integrity sha512-Hu9hPxTdBZA0C4GrWTsSflzwsJ99oAk9jqAwpcszdFNqfjMjkPGuCM9QsVZbBP2bE8fxrVrPsNOILS6puY8e/A==
|
||||
|
||||
"@nestjs/platform-express@7.6.15":
|
||||
version "7.6.15"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.6.15.tgz#816db6999bf65284d5e1292092ec71acd812fbbb"
|
||||
integrity sha512-XpoHtai7UlUvm6rLo0u2xtkABhC6YbxNuNYqpv/L+mT1xzKJtPV2jWYxJnsE4WNZAddsnKsAcDjj2nCQgiJ52Q==
|
||||
"@nestjs/platform-express@7.6.17":
|
||||
version "7.6.17"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.6.17.tgz#80b6dc2ac3636af19b5d70573926b5b09da35810"
|
||||
integrity sha512-lyMwx8X/zTXZzxrd6Xn8BEcS/wuFyEgRVk9f15Z29hSaWHd78mUlBXvSnKJpzsN7wTjU8YWbAy/Ig9kIBS6efg==
|
||||
dependencies:
|
||||
body-parser "1.19.0"
|
||||
cors "2.8.5"
|
||||
express "4.17.1"
|
||||
multer "1.4.2"
|
||||
tslib "2.1.0"
|
||||
tslib "2.2.0"
|
||||
|
||||
"@nestjs/schedule@0.4.3":
|
||||
version "0.4.3"
|
||||
|
@ -837,13 +837,13 @@
|
|||
lodash "4.17.21"
|
||||
path-to-regexp "3.2.0"
|
||||
|
||||
"@nestjs/testing@7.6.15":
|
||||
version "7.6.15"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.6.15.tgz#eed34846a8b2b5ddb0ff6bd74cdcb4344c364c40"
|
||||
integrity sha512-AWr8stnRoS0yCU/EotAJKveYXm1XSB4ZT+ReqFDXhPyqC1ppOfU+zZuCjQlQHorMzidsVHsAstK5/rUsXnrZUQ==
|
||||
"@nestjs/testing@7.6.17":
|
||||
version "7.6.17"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.6.17.tgz#dab17527dbbc12c674b21de9527d280ee065932b"
|
||||
integrity sha512-wWImNvfRapCCtLXMsxCs1Ax2Uj/qSytCnolSEXL7LnH80exwHRmBeLtTfGxArsv9Y1NHr24NarfN6H0QxysZ3g==
|
||||
dependencies:
|
||||
optional "0.1.4"
|
||||
tslib "2.1.0"
|
||||
tslib "2.2.0"
|
||||
|
||||
"@nestjs/typeorm@7.1.5":
|
||||
version "7.1.5"
|
||||
|
@ -6620,20 +6620,20 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.9.0:
|
|||
minimist "^1.2.0"
|
||||
strip-bom "^3.0.0"
|
||||
|
||||
tslib@2.1.0, tslib@~2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
|
||||
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
|
||||
tslib@2.2.0, tslib@^2.0.0, tslib@^2.1.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
|
||||
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
|
||||
|
||||
tslib@^1.8.1, tslib@^1.9.0:
|
||||
version "1.14.1"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
||||
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
||||
|
||||
tslib@^2.0.0, tslib@^2.1.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
|
||||
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
|
||||
tslib@~2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
|
||||
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
|
||||
|
||||
tsutils@^3.17.1, tsutils@^3.21.0:
|
||||
version "3.21.0"
|
||||
|
|
Loading…
Reference in a new issue