From 6502c1ac3651b33c54d1738189e9872b487e2068 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 13:41:26 +0000 Subject: [PATCH] build(deps): bump @nestjs/platform-express from 6.10.13 to 6.11.11 Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 6.10.13 to 6.11.11. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v6.10.13...v6.11.11) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 38b4cbd..a32fc80 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@nestjs/common": "^6.10.13", "@nestjs/core": "^6.10.13", - "@nestjs/platform-express": "^6.10.13", + "@nestjs/platform-express": "^6.11.11", "reflect-metadata": "^0.1.12", "rxjs": "^6.5.4" }, diff --git a/yarn.lock b/yarn.lock index bcf00a0..c3c8965 100644 --- a/yarn.lock +++ b/yarn.lock @@ -432,15 +432,16 @@ object-hash "2.0.1" uuid "3.3.3" -"@nestjs/platform-express@^6.10.13": - version "6.10.13" - resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-6.10.13.tgz#8fb475fe3a906b24fd1376f4e7e5bf433fd8600f" - integrity sha512-eT/BmJOl/No1fJuW5GvoufxPofrmLVtrbyqiR05Dd1u24r4g5j7sU8WbA5jqetqRM5Jxtz+tqCH1Ketp5J2SFA== +"@nestjs/platform-express@^6.11.11": + version "6.11.11" + resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-6.11.11.tgz#d30ea1f39299e92e080553e893a0afac54f20c6e" + integrity sha512-4h3F3hDhNlO5+Ruy6eS+lSL2yIz5r4hF/BB3QkZVOuRdfji9n0gZAIR7tuSLTizqYxaHYRZ7dBv+PscQS/7ztQ== dependencies: body-parser "1.19.0" cors "2.8.5" express "4.17.1" multer "1.4.2" + tslib "1.11.1" "@nestjs/testing@^6.10.13": version "6.10.13" @@ -4798,10 +4799,10 @@ tsconfig-paths@3.9.0: minimist "^1.2.0" strip-bom "^3.0.0" -tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" - integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== +tslib@1.11.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: + version "1.11.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" + integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== tslint@5.20.1: version "5.20.1"