From b0b255419a33edd899e4ea6ca852d608efd7bb06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 04:06:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc7debdf..9fd3fac0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "compression": "^1.6.0", "css-mqpacker": "^4.0.0", "del": "^2.0.2", - "eslint": "^1.10.3", + "eslint": "^6.6.0", "eslint-config-airbnb": "^4.0.0", "express": "^4.13.3", "file-exists": "^1.0.0", @@ -26,7 +26,7 @@ "gray-matter": "^2.0.1", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", - "gulp-eslint": "^1.0.0", + "gulp-eslint": "^6.0.0", "gulp-if": "^2.0.0", "gulp-inline-source": "^2.1.0", "gulp-load-plugins": "^1.0.0-rc.1",