mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 03:58:02 -05:00
Merge pull request #770 from hedgedoc/renovate/nestjs-packages
fix(deps): update nestjs packages to v7.6.7
This commit is contained in:
commit
13fcd72f2d
2 changed files with 28 additions and 28 deletions
|
@ -24,11 +24,11 @@
|
||||||
"test:e2e:cov": "jest --config jest-e2e.json --coverage"
|
"test:e2e:cov": "jest --config jest-e2e.json --coverage"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nestjs/common": "7.6.5",
|
"@nestjs/common": "7.6.7",
|
||||||
"@nestjs/config": "0.6.2",
|
"@nestjs/config": "0.6.2",
|
||||||
"@nestjs/core": "7.6.5",
|
"@nestjs/core": "7.6.7",
|
||||||
"@nestjs/passport": "7.1.5",
|
"@nestjs/passport": "7.1.5",
|
||||||
"@nestjs/platform-express": "7.6.5",
|
"@nestjs/platform-express": "7.6.7",
|
||||||
"@nestjs/swagger": "4.7.12",
|
"@nestjs/swagger": "4.7.12",
|
||||||
"@nestjs/schedule": "0.4.2",
|
"@nestjs/schedule": "0.4.2",
|
||||||
"@nestjs/typeorm": "7.1.5",
|
"@nestjs/typeorm": "7.1.5",
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nestjs/cli": "7.5.4",
|
"@nestjs/cli": "7.5.4",
|
||||||
"@nestjs/schematics": "7.2.7",
|
"@nestjs/schematics": "7.2.7",
|
||||||
"@nestjs/testing": "7.6.5",
|
"@nestjs/testing": "7.6.7",
|
||||||
"@types/express": "4.17.11",
|
"@types/express": "4.17.11",
|
||||||
"@types/jest": "26.0.20",
|
"@types/jest": "26.0.20",
|
||||||
"@types/node": "13.13.40",
|
"@types/node": "13.13.40",
|
||||||
|
|
48
yarn.lock
48
yarn.lock
|
@ -574,14 +574,14 @@
|
||||||
webpack "5.9.0"
|
webpack "5.9.0"
|
||||||
webpack-node-externals "2.5.2"
|
webpack-node-externals "2.5.2"
|
||||||
|
|
||||||
"@nestjs/common@7.6.5":
|
"@nestjs/common@7.6.7":
|
||||||
version "7.6.5"
|
version "7.6.7"
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.5.tgz#d6e9435453eef2d1b492384ca27fa23358744949"
|
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.7.tgz#471fba6fa1de49d4d9228a05fc21d1ba8663f250"
|
||||||
integrity sha512-WvBJd71ktaCRm9KTURVqn1YMyUzsOIkvezjP7WEpP9DVqQUOFVvn6/osJGZky/qL+zE4P7NBNyoXM94bpYvMwQ==
|
integrity sha512-aMoqSQQG3UKWyfLl8cYgd/+bgDNUvSobZm4B1Ne+1CvavnS8E3818ksxRjoZ7MPJJOSOSIQJUY0HYXVvbddt0w==
|
||||||
dependencies:
|
dependencies:
|
||||||
axios "0.21.1"
|
axios "0.21.1"
|
||||||
iterare "1.2.1"
|
iterare "1.2.1"
|
||||||
tslib "2.0.3"
|
tslib "2.1.0"
|
||||||
uuid "8.3.2"
|
uuid "8.3.2"
|
||||||
|
|
||||||
"@nestjs/config@0.6.2":
|
"@nestjs/config@0.6.2":
|
||||||
|
@ -596,17 +596,17 @@
|
||||||
lodash.set "4.3.2"
|
lodash.set "4.3.2"
|
||||||
uuid "8.3.2"
|
uuid "8.3.2"
|
||||||
|
|
||||||
"@nestjs/core@7.6.5":
|
"@nestjs/core@7.6.7":
|
||||||
version "7.6.5"
|
version "7.6.7"
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.5.tgz#93c642d1abf8d3f09f8f78c262814eaf83bc2ad6"
|
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.7.tgz#972e94dae31ebc726df3fad4c181ad6b578ebdb5"
|
||||||
integrity sha512-syRpXT09RDMySs1BLQSXJfq1NXGfG4VmF9hZYGef+/QWqTRfSMEDEH5MsCCLt2lK3AZnOXE9BQwWKeNBhKLplA==
|
integrity sha512-1n4r0AqoD3Eg+nnqZyNSFEz1MQRf2GabQbxnJj3T6SLj2VwxKNEO1qIZyDABNXLFcj79AfjPq5gqEhCutCuE2Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxtjs/opencollective" "0.3.2"
|
"@nuxtjs/opencollective" "0.3.2"
|
||||||
fast-safe-stringify "2.0.7"
|
fast-safe-stringify "2.0.7"
|
||||||
iterare "1.2.1"
|
iterare "1.2.1"
|
||||||
object-hash "2.1.1"
|
object-hash "2.1.1"
|
||||||
path-to-regexp "3.2.0"
|
path-to-regexp "3.2.0"
|
||||||
tslib "2.0.3"
|
tslib "2.1.0"
|
||||||
uuid "8.3.2"
|
uuid "8.3.2"
|
||||||
|
|
||||||
"@nestjs/mapped-types@0.3.0":
|
"@nestjs/mapped-types@0.3.0":
|
||||||
|
@ -619,16 +619,16 @@
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/passport/-/passport-7.1.5.tgz#b32fc0492008d73ebae4327fbc0012a738a83664"
|
resolved "https://registry.yarnpkg.com/@nestjs/passport/-/passport-7.1.5.tgz#b32fc0492008d73ebae4327fbc0012a738a83664"
|
||||||
integrity sha512-Hu9hPxTdBZA0C4GrWTsSflzwsJ99oAk9jqAwpcszdFNqfjMjkPGuCM9QsVZbBP2bE8fxrVrPsNOILS6puY8e/A==
|
integrity sha512-Hu9hPxTdBZA0C4GrWTsSflzwsJ99oAk9jqAwpcszdFNqfjMjkPGuCM9QsVZbBP2bE8fxrVrPsNOILS6puY8e/A==
|
||||||
|
|
||||||
"@nestjs/platform-express@7.6.5":
|
"@nestjs/platform-express@7.6.7":
|
||||||
version "7.6.5"
|
version "7.6.7"
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.6.5.tgz#7ee3df2c104aadac766af8b310bb4d04f4039d4a"
|
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.6.7.tgz#f8afbbd86cb27219943266f3bc11a6cea1e53056"
|
||||||
integrity sha512-A3UYYpDFih3WORBcOCiWfPOvKoEmS6Dk7YzrXyCh5KapatqX+XvLbObcjcvqzqonk4bT3IMceyhJp/ZBSwvEPA==
|
integrity sha512-QNVtsWCtHUmfuoX+JfE+Y5tyiJKMjNFHm0RHvNhTk33zIzkpLo9NsgFfL3T9z1C5Qs37A/xV6wFXTXx4l5r6eg==
|
||||||
dependencies:
|
dependencies:
|
||||||
body-parser "1.19.0"
|
body-parser "1.19.0"
|
||||||
cors "2.8.5"
|
cors "2.8.5"
|
||||||
express "4.17.1"
|
express "4.17.1"
|
||||||
multer "1.4.2"
|
multer "1.4.2"
|
||||||
tslib "2.0.3"
|
tslib "2.1.0"
|
||||||
|
|
||||||
"@nestjs/schedule@0.4.2":
|
"@nestjs/schedule@0.4.2":
|
||||||
version "0.4.2"
|
version "0.4.2"
|
||||||
|
@ -657,13 +657,13 @@
|
||||||
lodash "4.17.20"
|
lodash "4.17.20"
|
||||||
path-to-regexp "3.2.0"
|
path-to-regexp "3.2.0"
|
||||||
|
|
||||||
"@nestjs/testing@7.6.5":
|
"@nestjs/testing@7.6.7":
|
||||||
version "7.6.5"
|
version "7.6.7"
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.6.5.tgz#e2ee5c8a26e303cba17de858b1d7f64d7b0eef98"
|
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.6.7.tgz#3818002538e8bc8cd5cf92740facd47ae38d52bf"
|
||||||
integrity sha512-CVjECV3pqy5+HlBSLBRitHgJ8WRW2jns3mKJpSBzUgbJbrGWCB7Y7JGYkP7CQ+29EDKfetnz3+z0q6GPdubfUQ==
|
integrity sha512-DegNWF8P7m4aPvIDdPmR6dqT6DcEnbjig8c7BTcaNjV2Fc+YUlvss9PABBlOEUvNTU7BzUD7sqXB/HGfEp+KSw==
|
||||||
dependencies:
|
dependencies:
|
||||||
optional "0.1.4"
|
optional "0.1.4"
|
||||||
tslib "2.0.3"
|
tslib "2.1.0"
|
||||||
|
|
||||||
"@nestjs/typeorm@7.1.5":
|
"@nestjs/typeorm@7.1.5":
|
||||||
version "7.1.5"
|
version "7.1.5"
|
||||||
|
@ -6857,10 +6857,10 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.4.0, tsconfig-paths@^3.9.0:
|
||||||
minimist "^1.2.0"
|
minimist "^1.2.0"
|
||||||
strip-bom "^3.0.0"
|
strip-bom "^3.0.0"
|
||||||
|
|
||||||
tslib@2.0.3:
|
tslib@2.1.0:
|
||||||
version "2.0.3"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
|
||||||
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
|
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
|
||||||
|
|
||||||
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
|
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
|
||||||
version "1.14.1"
|
version "1.14.1"
|
||||||
|
|
Loading…
Reference in a new issue