diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..1aac63a --- /dev/null +++ b/.snyk @@ -0,0 +1,28 @@ +# 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-18T04:41:58.187Z' + 'npm:hoek:20180212': + - laravel-elixir > gulp-less > less > request > hawk > hoek: + patched: '2019-05-18T04:41:58.187Z' + - laravel-elixir > gulp-less > less > request > hawk > boom > hoek: + patched: '2019-05-18T04:41:58.187Z' + - laravel-elixir > gulp-less > less > request > hawk > sntp > hoek: + patched: '2019-05-18T04:41:58.187Z' + - laravel-elixir > gulp-less > less > request > hawk > cryptiles > boom > hoek: + patched: '2019-05-18T04:41:58.187Z' + 'npm:minimatch:20160620': + - laravel-elixir > browserify > glob > minimatch: + patched: '2019-05-18T04:41:58.187Z' + - gulp > vinyl-fs > glob-stream > minimatch: + patched: '2019-05-18T04:41:58.187Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2019-05-18T04:41:58.187Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2019-05-18T04:41:58.187Z' + - laravel-elixir > gulp-if > gulp-match > minimatch: + patched: '2019-05-18T04:41:58.187Z' diff --git a/package.json b/package.json index 69a4d90..58ad2b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,15 @@ { "private": true, "devDependencies": { - "gulp": "^3.8.8", + "gulp": "^4.0.0", "laravel-elixir": "*" - } + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true, + "dependencies": { + "snyk": "^1.165.1" + } }