From 6d33cdaa5a899599195f60df0839907e866ae12e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 14:09:31 +0000 Subject: [PATCH] fix: upgrade @types/uuid from 8.3.0 to 8.3.4 Snyk has created this PR to upgrade @types/uuid from 8.3.0 to 8.3.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/rares-lupascu/project/d986d6f1-6964-4fd4-a8e8-d0bf1a6c31d7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ccfdb5f..91d5560 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nestjs/common": "^7.4.4", "@nestjs/core": "^7.4.4", "@types/ioredis": "*", - "@types/uuid": "*", + "@types/uuid": "8.3.4", "ioredis": "^4", "reflect-metadata": "*", "rxjs": "^6", diff --git a/yarn.lock b/yarn.lock index 548cb1b..155ca32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -701,10 +701,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== -"@types/uuid@*": - version "8.3.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f" - integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ== +"@types/uuid@8.3.4": + version "8.3.4" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc" + integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== "@types/yargs-parser@*": version "15.0.0"