From f5a9f91eac8b8400c67e5961f9c76b8067e3dbd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:24:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bc7debdf..87d81278 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": "^4.7.0", "eslint-config-airbnb": "^4.0.0", "express": "^4.13.3", "file-exists": "^1.0.0", @@ -26,14 +26,14 @@ "gray-matter": "^2.0.1", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", - "gulp-eslint": "^1.0.0", + "gulp-eslint": "^4.0.0", "gulp-if": "^2.0.0", "gulp-inline-source": "^2.1.0", "gulp-load-plugins": "^1.0.0-rc.1", "gulp-minify-html": "^1.0.4", "gulp-postcss": "^6.0.1", "gulp-replace": "^0.5.4", - "gulp-sourcemaps": "^1.6.0", + "gulp-sourcemaps": "^2.0.0", "gulp-uglify": "^1.4.2", "handlebars": "^4.0.3", "lodash.debounce": "^4.0.0",