From f7e63523ffad671bd303720e87e6358c6a7d182c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Apr 2018 07:22:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for codecorico/allons-y-texteditor: https://snyk.io/test/github/codecorico/allons-y-texteditor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f238e1..a23673f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "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",