From c6b18a5de867af166da614ae888bd4e234ff9c7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 03:49:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc7debdf..517a13d0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "babel-core": "^6.2.1", - "babel-eslint": "^4.1.6", + "babel-eslint": "^5.0.0", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-stage-0": "^6.1.18", @@ -24,7 +24,7 @@ "file-exists": "^1.0.0", "glob": "^6.0.1", "gray-matter": "^2.0.1", - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-concat": "^2.6.0", "gulp-eslint": "^1.0.0", "gulp-if": "^2.0.0",