From 63a109002a3557189d3a5f014f868a29d1370c58 Mon Sep 17 00:00:00 2001 From: guzzijones12 Date: Tue, 19 May 2020 15:31:24 +0000 Subject: [PATCH 1/2] remove gulp-util --- tasks/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/package.json b/tasks/package.json index b527d86f7..eeb514922 100644 --- a/tasks/package.json +++ b/tasks/package.json @@ -50,7 +50,6 @@ "gulp-size": "3.0.0", "gulp-sourcemaps": "2.6.5", "gulp-uglify-es": "1.0.4", - "gulp-util": "3.0.8", "gulp-webserver": "0.9.1", "lodash": "4.17.11", "mocha": "6.1.4", From 267088d7ae06a75cc828439adc2bc76315292dc3 Mon Sep 17 00:00:00 2001 From: guzzijones12 Date: Tue, 19 May 2020 15:32:07 +0000 Subject: [PATCH 2/2] update yarn.lock --- yarn.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/yarn.lock b/yarn.lock index ff42f70c6..5ffa81a5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5167,7 +5167,21 @@ gulp-uglify-es@1.0.4: vinyl "^2.1.0" vinyl-sourcemaps-apply "^0.2.1" -gulp-util@3.0.8, gulp-util@^3.0.7: +gulp-util@^2.2.19: + version "2.2.20" + resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c" + integrity sha1-1xRuVyiRC9jwR6awseVJvCLb1kw= + dependencies: + chalk "^0.5.0" + dateformat "^1.0.7-1.2.3" + lodash._reinterpolate "^2.4.1" + lodash.template "^2.4.1" + minimist "^0.2.0" + multipipe "^0.1.0" + through2 "^0.5.0" + vinyl "^0.2.1" + +gulp-util@^3.0.7: version "3.0.8" resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" integrity sha1-AFTh50RQLifATBh8PsxQXdVLu08= @@ -5191,20 +5205,6 @@ gulp-util@3.0.8, gulp-util@^3.0.7: through2 "^2.0.0" vinyl "^0.5.0" -gulp-util@^2.2.19: - version "2.2.20" - resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c" - integrity sha1-1xRuVyiRC9jwR6awseVJvCLb1kw= - dependencies: - chalk "^0.5.0" - dateformat "^1.0.7-1.2.3" - lodash._reinterpolate "^2.4.1" - lodash.template "^2.4.1" - minimist "^0.2.0" - multipipe "^0.1.0" - through2 "^0.5.0" - vinyl "^0.2.1" - gulp-webserver@0.9.1: version "0.9.1" resolved "https://registry.yarnpkg.com/gulp-webserver/-/gulp-webserver-0.9.1.tgz#e09992165d97c5865616d642a1601529b0367064"