From 767f9ae310f0d6accbdb85ce52eacdab357cbc4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Feb 2021 01:36:07 +0000 Subject: [PATCH] fix: upgrade @nestjs/terminus from 7.0.1 to 7.1.0 Snyk has created this PR to upgrade @nestjs/terminus from 7.0.1 to 7.1.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/otasoft/project/8c113353-4d35-446a-a680-b6f14b43919e?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f35fc4..cfb06dc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nestjs/microservices": "^7.6.7", "@nestjs/platform-express": "^7.6.7", "@nestjs/schedule": "^0.4.2", - "@nestjs/terminus": "^7.0.1", + "@nestjs/terminus": "^7.1.0", "@nestjs/typeorm": "^7.1.5", "amqp-connection-manager": "^3.2.1", "amqplib": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index 366a9eb..f1c7a64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -652,10 +652,10 @@ fs-extra "9.1.0" pluralize "8.0.0" -"@nestjs/terminus@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@nestjs/terminus/-/terminus-7.0.1.tgz#7d748f8c18973d60023a8ab16760d0adab145b8b" - integrity sha512-OKg1QQDb+whHJM3Xt+3RRUPiyZSyD0qLacfldK0TXcFpKyexA0yyY3GKeaBNApf01FEzJgkK3ARCUoELnAfXDA== +"@nestjs/terminus@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@nestjs/terminus/-/terminus-7.1.0.tgz#fa9666e903a405541fe431a709690b678a24d8cb" + integrity sha512-5C6ZpC7DU9HunPmRwYZVK/DiQaNjQfH/KiDMKBLzWTiVG5cVaV+II5eTr0cdhmaaJk58u54S/5eb7lGaK5MGHQ== dependencies: check-disk-space "2.1.0" deprecate "^1.1.1"