diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..387d228 --- /dev/null +++ b/.snyk @@ -0,0 +1,14 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.12.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:hoek:20180212': + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > hoek: + patched: '2018-06-19T04:09:43.548Z' + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > boom > hoek: + patched: '2018-06-19T04:09:43.548Z' + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > sntp > hoek: + patched: '2018-06-19T04:09:43.548Z' + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > cryptiles > boom > hoek: + patched: '2018-06-19T04:09:43.548Z' diff --git a/package.json b/package.json index 9dcbf54..bbb5f9f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,12 @@ "allons-y-dev-chore": "^1.0.0" }, "dependencies": { - "allons-y-web": "^1.0.3" - } + "allons-y-web": "^1.0.3", + "snyk": "^1.83.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" + }, + "snyk": true }