From 6b20d0c8b6750925bcd65850f586c2f92514efba Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Fri, 29 Jan 2021 21:37:53 +0300 Subject: [PATCH] Upgrade several vulnerable build tools --- src/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index 8e77b5aa..46d8e8af 100644 --- a/src/package.json +++ b/src/package.json @@ -7,11 +7,11 @@ "gulp": "^4.0.0", "gulp-chmod": "^1.2.0", "gulp-concat": "^2.5.2", - "gulp-concat-po": "^0.1.1", + "gulp-concat-po": "^1.0.0", "gulp-define-module": "^0.1.3", "gulp-eslint": "^2.0.0", "gulp-gzip": "^1.1.0", - "gulp-handlebars": "^4.0.0", + "gulp-handlebars": "^5.0.2", "gulp-header": "^1.2.2", "gulp-order": "^1.1.1", "gulp-phpcs": "^0.6.0", @@ -21,7 +21,7 @@ "gulp-xgettext": "^0.5.1", "gulp-zip": "^3.0.2", "handlebars": "^4.0.11", - "lodash": ">=4.17.5", + "lodash": ">=4.17.19", "mibew-gulp-greh": "^0.0.1", "mkdirp": "^0.5.1", "pofile": "^0.2.12",