From d89be0a8d62433c8800e695f14d056e4be063264 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2019 07:46:59 +0000 Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:node-uuid:20160328 - https://snyk.io/vuln/npm:qs:20140806 - https://snyk.io/vuln/npm:qs:20140806-1 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:tunnel-agent:20170305 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:hawk:20160119 - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:request:20160119 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- .snyk | 20 ++++++++++++++++++++ package.json | 14 ++++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .snyk mode change 100755 => 100644 package.json diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..f85a72ec --- /dev/null +++ b/.snyk @@ -0,0 +1,20 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.13.3 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:hawk:20160119': + - tap > codecov.io > request > hawk: + patched: '2019-05-17T07:46:57.738Z' + 'npm:http-signature:20150122': + - tap > codecov.io > request > http-signature: + patched: '2019-05-17T07:46:57.738Z' + 'npm:mime:20170907': + - tap > codecov.io > request > form-data > mime: + patched: '2019-05-17T07:46:57.738Z' + 'npm:request:20160119': + - tap > codecov.io > request: + patched: '2019-05-17T07:46:57.738Z' + 'npm:tunnel-agent:20170305': + - tap > codecov.io > request > tunnel-agent: + patched: '2019-05-17T07:46:57.738Z' diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 2fd7da2e..beba64cc --- a/package.json +++ b/package.json @@ -8,8 +8,14 @@ "url": "https://github.com/Snyk/shallow-goof" }, "dependencies": { - "node-uuid": "1.4.0", - "qs": "0.0.6", - "tap": "^5.8.0" - } + "node-uuid": "1.4.6", + "qs": "6.0.4", + "tap": "^11.1.3", + "snyk": "^1.165.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true }