diff --git a/nested-npm/.snyk b/nested-npm/.snyk new file mode 100644 index 00000000..ddf00aee --- /dev/null +++ b/nested-npm/.snyk @@ -0,0 +1,8 @@ +# 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:request:20160119': + - tap > codecov.io > request: + patched: '2019-05-16T16:55:57.461Z' diff --git a/nested-npm/package-lock.json b/nested-npm/package-lock.json old mode 100755 new mode 100644 diff --git a/nested-npm/package.json b/nested-npm/package.json old mode 100755 new mode 100644 index 2fd7da2e..72044f34 --- a/nested-npm/package.json +++ b/nested-npm/package.json @@ -10,6 +10,12 @@ "dependencies": { "node-uuid": "1.4.0", "qs": "0.0.6", - "tap": "^5.8.0" - } + "tap": "^5.8.0", + "snyk": "^1.165.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" + }, + "snyk": true }