diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..4e4db6a --- /dev/null +++ b/.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: + SNYK-JS-AXIOS-174505: + - blendid > browser-sync > localtunnel > axios: + patched: '2019-05-05T23:24:35.041Z' diff --git a/package.json b/package.json index 16baf69..df87995 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.161.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true }