diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..13e2f77 --- /dev/null +++ b/.snyk @@ -0,0 +1,40 @@ +# 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: + 'npm:hoek:20180212': + - laravel-elixir > gulp-less > less > request > hawk > hoek: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-less > less > request > hawk > sntp > hoek: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-less > less > request > hawk > cryptiles > boom > hoek: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-less > less > request > hawk > boom > hoek: + patched: '2019-05-03T05:05:25.082Z' + 'npm:lodash:20180130': + - laravel-elixir > gulp-phpspec > lodash: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > babelify > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-babel > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > vueify > babel > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2019-05-03T05:05:25.082Z' + 'npm:minimatch:20160620': + - laravel-elixir > gulp-if > gulp-match > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - gulp > vinyl-fs > glob-stream > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-phpunit > gulp > vinyl-fs > glob-stream > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-phpunit > gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > gulp-phpunit > gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2019-05-03T05:05:25.082Z' + - laravel-elixir > browserify > glob > minimatch: + patched: '2019-05-03T05:05:25.082Z' diff --git a/package.json b/package.json index 8b7c633..c21e41e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,16 @@ { "private": true, "devDependencies": { - "gulp": "^3.8.8" + "gulp": "^4.0.0" }, "dependencies": { - "laravel-elixir": "^3.0.0", - "bootstrap-sass": "^3.0.0" - } + "laravel-elixir": "^5.0.0", + "bootstrap-sass": "^3.0.0", + "snyk": "^1.161.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true }