From ee6a71df903b7ef6249f4f91518e12059bf37d3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 15:57:34 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index b2ccee5..eb64e6b --- a/package.json +++ b/package.json @@ -6,16 +6,16 @@ "license": "MIT", "homepage": "https://github.com/toddmotto/echo", "devDependencies": { - "gulp": "~3.7.0", + "gulp": "~4.0.0", "gulp-uglify": "~0.3.0", "gulp-rename": "~1.1.0", "gulp-clean": "^0.2.4", "gulp-plumber": "~0.6.2", "gulp-header": "^1.0.2", - "gulp-jshint": "^1.6.1", + "gulp-jshint": "^2.0.2", "jshint-stylish": "^0.2.0", "gulp-karma": "0.0.4", - "karma": "^0.12.16", + "karma": "^0.13.12", "karma-jasmine": "~0.2.0", "karma-phantomjs-launcher": "^0.1.4", "karma-spec-reporter": "0.0.13"