From 219329a7d5bf186c66f0c5d4ec77616e68ec23ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 18:42:36 +0000 Subject: [PATCH] chore(deps): bump @nestjs/platform-fastify from 7.5.3 to 7.5.4 Bumps [@nestjs/platform-fastify](https://github.com/nestjs/nest) from 7.5.3 to 7.5.4. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.5.3...v7.5.4) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9072e4c1..ab9b6e9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1675,9 +1675,9 @@ integrity sha512-FROYmmZ2F+tLJP/aHasPMX40iUHQPtEAzOAcfAp21baebN5iLUrdyTuphoXjIqubfPFSwtnAGpVm9kLJjQ//ig== "@nestjs/platform-fastify@^7.5.3": - version "7.5.3" - resolved "https://registry.yarnpkg.com/@nestjs/platform-fastify/-/platform-fastify-7.5.3.tgz#e9b5048b9707555efef704e7f2e974b79f0c0b21" - integrity sha512-RpMhT/2ysbpz4rfVUeR0uE+ZIiLT6xcQvWTYU6+ttyFdXZj1H02Lwm0pAiE0DCWHBkDcLAiKwaJija7fi3765w== + version "7.5.4" + resolved "https://registry.yarnpkg.com/@nestjs/platform-fastify/-/platform-fastify-7.5.4.tgz#40e500cc70dfb9900c065e20d177b5e1ce326885" + integrity sha512-23ptVT/wYdXokiDXLDEP+o8COcmE3/X4JHMkEDd0ozxazuP/oVESald3gha5d7Oe+ypJsywECgSb7dlaBB9d9Q== dependencies: fastify "3.7.0" fastify-cors "4.1.0"