diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..ae3d54a --- /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: + - laravel-elixir > browser-sync > localtunnel > axios: + patched: '2019-05-06T05:00:56.167Z' diff --git a/package.json b/package.json index 8b7c633..e251743 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,16 @@ { "private": true, "devDependencies": { "gulp": "^3.8.8" }, "dependencies": { "laravel-elixir": "^3.0.0", - "bootstrap-sass": "^3.0.0" - } + "bootstrap-sass": "^3.0.0", + "snyk": "^1.161.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true }