diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..a7c8d93 --- /dev/null +++ b/.snyk @@ -0,0 +1,14 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.12.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:hoek:20180212': + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > hoek: + patched: '2018-06-18T23:09:37.770Z' + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > boom > hoek: + patched: '2018-06-18T23:09:37.770Z' + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > sntp > hoek: + patched: '2018-06-18T23:09:37.770Z' + - allons-y-web > allons-y-plumes > plumes > gulp-less > less > request > hawk > cryptiles > boom > hoek: + patched: '2018-06-18T23:09:37.770Z' diff --git a/package.json b/package.json index 0f238e1..7261763 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,19 @@ "dependencies": { "allons-y-web": "^1.0.2", "allons-y-dropzone": "^1.0.0", - "gulp-less": "^3.1.0", + "gulp-less": "^4.0.0", "gulp-minify-css": "^1.2.4", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^2.0.0", "less-plugin-glob": "^1.1.1", "prismjs": "^1.5.1", - "tinymce": "^4.4.3" - } + "tinymce": "^4.4.3", + "snyk": "^1.83.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" + }, + "snyk": true }