Update dependency gulp-terser to ~2.0.1 (#355)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-08 03:58:38 +07:00 committed by GitHub
parent 1eb6adea96
commit 5879b264d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@
"gulp-replace": "~1.0.0",
"gulp-sourcemaps": "~3.0.0",
"gulp-stylelint": "~13.0.0",
"gulp-terser": "~2.0.0",
"gulp-terser": "~2.0.1",
"postcss": "~8.2.2",
"postcss-preset-env": "~6.7.0",
"stylelint": "~13.8.0",

View File

@ -3229,10 +3229,10 @@ gulp-stylelint@~13.0.0:
strip-ansi "^6.0.0"
through2 "^3.0.1"
gulp-terser@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gulp-terser/-/gulp-terser-2.0.0.tgz#07f95ef9121fe9d4970c3c4ee775c9cd658d0474"
integrity sha512-8KxzgUpNeLsSujUCrNKUiSI1ioO5TfW4ODhbM+wzNTWgYp7yCIl1c/5EeOI+SOXaNLi+BzzMqrbb0eYMIThFCQ==
gulp-terser@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gulp-terser/-/gulp-terser-2.0.1.tgz#5f8f4fc54588b79519243809cc8eef4936286d0d"
integrity sha512-XCrnCXP8ovNpgLK9McJIXlgm0j3W2TsiWu7K9y3m+Sn5XZgUzi6U8MPHtS3NdLMic9poCj695N0ARJ2B6atypw==
dependencies:
plugin-error "^1.0.1"
terser "5.4.0"