Merge pull request #145 from 2martens/dependabot/npm_and_yarn/gulp-terser-2.0.1

Bump gulp-terser from 2.0.0 to 2.0.1
This commit is contained in:
2021-01-08 11:16:10 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.0",
"gulp-terser": "^2.0.1",
"localtunnel": "^2.0.0",
"lodash": "^4.17.20",
"lodash.template": "^4.5.0",

View File

@ -3680,10 +3680,10 @@ gulp-sourcemaps@^3.0.0:
strip-bom-string "^1.0.0"
through2 "^2.0.0"
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"