From 70795b61e54c842f9c954bcf8da651402da91198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:10:56 +0000 Subject: [PATCH] Bump @tsed/platform-express from 6.33.1 to 6.54.0 Bumps [@tsed/platform-express](https://github.com/tsedio/tsed) from 6.33.1 to 6.54.0. - [Release notes](https://github.com/tsedio/tsed/releases) - [Changelog](https://github.com/tsedio/tsed/blob/production/release.config.js) - [Commits](https://github.com/tsedio/tsed/compare/v6.33.1...v6.54.0) --- updated-dependencies: - dependency-name: "@tsed/platform-express" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d60f5c23..f0c850b2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@tsed/exceptions": "^6.33.1", "@tsed/json-mapper": "^6.33.1", "@tsed/platform-aws": "^6.33.1", - "@tsed/platform-express": "^6.33.1", + "@tsed/platform-express": "^6.54.0", "@tsed/schema": "^6.33.1", "ajv": "^7.2.1", "body-parser": "^1.19.0", diff --git a/yarn.lock b/yarn.lock index eb9d2737..cbf01e63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1787,10 +1787,10 @@ "@types/aws-serverless-express" "^3.3.3" aws-serverless-express "3.4.0" -"@tsed/platform-express@^6.33.1": - version "6.33.1" - resolved "https://registry.yarnpkg.com/@tsed/platform-express/-/platform-express-6.33.1.tgz#91dc2feaa1b676790d9cec327fd6823449a32199" - integrity sha512-uMlu3QyGT88WRSeG+ZSyQ2al4wzByq2b+WK72aqgl6guhp3BowRkOooITNrv9x2avCiOF5rk46WoyKlSv5HFbQ== +"@tsed/platform-express@^6.54.0": + version "6.54.0" + resolved "https://registry.yarnpkg.com/@tsed/platform-express/-/platform-express-6.54.0.tgz#083ff0e5f52e910d1b92d489d39b96dacac58688" + integrity sha512-NHNueK1o2Z//TT2X41KBS+9e7XRODXAyrYFlvRIzP0CJGSoKSrKU+6IvcO+wyH85mTFCg6iSYgtZc0XURGGtQQ== dependencies: express "^4.17.1" multer "^1.4.2"