From a47822e19e54eb0c52e7de29e89b5e5a539c7df0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Oct 2018 21:08:36 +0000 Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:minimatch:20160620 --- .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..3f328d8 --- /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:minimatch:20160620': + - blendid > gulp > vinyl-fs > glob-stream > minimatch: + patched: '2018-10-23T21:08:34.615Z' + - blendid > gulp > vinyl-fs > glob-stream > glob > minimatch: + patched: '2018-10-23T21:08:34.615Z' + - blendid > gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2018-10-23T21:08:34.615Z' + - blendid > gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2018-10-23T21:08:34.615Z' diff --git a/package.json b/package.json index 16baf69..f74011b 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,12 @@ "dependencies": { "blendid": "^4.4.3", "normalize-scss": "^7.0.1", - "sweetalert": "^2.1.0" - } + "sweetalert": "^2.1.0", + "snyk": "^1.104.2" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" + }, + "snyk": true }