From 43862393c8a187e6562bab57a19ff3bc6fd9bcc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 18:07:07 +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 0e2580809..d5a1556a7 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "A RESTful api for pokemon data", "dependencies": { "browser-sync": "^2.10.1", - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-concat": "^2.6.0", "gulp-cssnano": "^2.0.0", "gulp-flatten": "^0.2.0", "gulp-jshint": "^2.0.0", "gulp-plumber": "^1.0.1", - "gulp-sass": "^2.1.1", + "gulp-sass": "^5.0.0", "gulp-uglify": "^1.5.1", "jshint": "^2.8.0", "jshint-stylish": "^2.1.0"