From 611d0c639ce45118fb6c40521de9e7c0a4bb8817 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 01:16:59 +0000 Subject: [PATCH] fix: upgrade yargs from 1.3.1 to 1.3.3 Snyk has created this PR to upgrade yargs from 1.3.1 to 1.3.3. See this package in NPM: https://www.npmjs.com/package/yargs See this project in Snyk: https://app.snyk.io/org/thisconnect/project/eea71e43-bde5-4539-ac41-f3e7b960f1bd?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57f4cb4..973a720 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ] , "dependencies": { "socket.io": "0.9.16" - , "yargs": "1.3.1" + , "yargs": "1.3.3" , "tool": "1.0.1" } , "devDependencies": {