From ec8d70807cbd4818817a1e58603c5ec8e9180317 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Jun 2018 04:09:45 +0000 Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:hoek:20180212 --- .snyk | 14 ++++++++++++++ package.json | 10 ++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .snyk 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 }