From b1bd9ca85605a53d89a44afd78713d77ffa5a3d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Oct 2020 08:56:08 +0000 Subject: [PATCH] fix: upgrade @types/yargs from 15.0.5 to 15.0.8 Snyk has created this PR to upgrade @types/yargs from 15.0.5 to 15.0.8. See this package in npm: https://www.npmjs.com/package/@types/yargs See this project in Snyk: https://app.snyk.io/org/plastikfan/project/40c96da7-4a6e-496f-aae6-b4415e9184a8?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66e7ed0..17b740b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -791,9 +791,9 @@ "dev": true }, "@types/yargs": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.5.tgz", - "integrity": "sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w==", + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.8.tgz", + "integrity": "sha512-b0BYzFUzBpOhPjpl1wtAHU994jBeKF4TKVlT7ssFv44T617XNcPdRoG4AzHLVshLzlrF7i3lTelH7UbuNYV58Q==", "requires": { "@types/yargs-parser": "*" } diff --git a/package.json b/package.json index 7a5e244..b7a9249 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "dependencies": { "@types/node": "^13.13.6", "@types/ramda": "^0.27.0", - "@types/yargs": "^15.0.5", + "@types/yargs": "^15.0.8", "jinxed": "0.0.3", "ramda": "^0.27.0", "yargs": "^15.4.0"