Update dependency gulp-terser to ~1.4.1 (#291)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-10-31 11:11:07 +07:00 committed by GitHub
parent b7d3d496e7
commit 1ce736f517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@
"gulp-sass": "~4.1.0",
"gulp-sourcemaps": "~2.6.5",
"gulp-stylelint": "~13.0.0",
"gulp-terser": "~1.4.0",
"gulp-terser": "~1.4.1",
"node-sass": "~4.14.1",
"postcss": "~8.1.4",
"postcss-preset-env": "~6.7.0",

View File

@ -3188,10 +3188,10 @@ gulp-stylelint@~13.0.0:
strip-ansi "^6.0.0"
through2 "^3.0.1"
gulp-terser@~1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/gulp-terser/-/gulp-terser-1.4.0.tgz#0ac4dfdbed4ab46906007c5b358810c1642b9764"
integrity sha512-7df9leJna3WOmj76tYHxjpn7BSU+vmKVjVSd6bz3uLEyrzCfZI97KPhRcIabrSNzs0UY/UXTt+JwkxPw3sF85w==
gulp-terser@~1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/gulp-terser/-/gulp-terser-1.4.1.tgz#06b30023889b149bdbbdd49fada31b233fe737df"
integrity sha512-VUoKrk24G0ojr7fXqlZ7vA8qDFHRloYAM6doNRyKdJ/LFkj+X3P04f+7LlOp7j05WtdOCEg65oG6nGjSf//78A==
dependencies:
is-promise "^4.0.0"
plugin-error "^1.0.1"