From 38298602745499044962fea2305e1e569c465847 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 19:58:34 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a08ed24..73b8260 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cordova-plugin-statusbar": "^2.2.1", "cordova-plugin-whitelist": "^1.3.1", "de.appplant.cordova.plugin.local-notification": "git+https://github.com/katzer/cordova-plugin-local-notifications.git", - "gulp": "^3.5.6", + "gulp": "^4.0.0", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0",