diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..2f14c3e --- /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-06T04:47:49.479Z' diff --git a/package.json b/package.json index 69a4d90..1265cae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,15 @@ { "private": true, "devDependencies": { "gulp": "^3.8.8", "laravel-elixir": "*" - } + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true, + "dependencies": { + "snyk": "^1.161.1" + } }