Bump terser from 5.5.0 to 5.5.1 (#3171)

Bumps [terser](https://github.com/terser/terser) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.5.0...v5.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3175/head
dependabot[bot] 2020-11-30 08:54:42 +01:00 committed by GitHub
parent 212262a27a
commit 21ab3e8f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10602,9 +10602,9 @@
"dev": true "dev": true
}, },
"terser": { "terser": {
"version": "5.5.0", "version": "5.5.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.5.0.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz",
"integrity": "sha512-eopt1Gf7/AQyPhpygdKePTzaet31TvQxXvrf7xYUvD/d8qkCJm4SKPDzu+GHK5ZaYTn8rvttfqaZc3swK21e5g==", "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"commander": "^2.20.0", "commander": "^2.20.0",

View File

@ -149,7 +149,7 @@
"rollup": "^2.33.3", "rollup": "^2.33.3",
"stylelint": "^13.7.2", "stylelint": "^13.7.2",
"stylelint-config-twbs-bootstrap": "^2.1.0", "stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "^5.5.0", "terser": "^5.5.1",
"vnu-jar": "^20.6.30" "vnu-jar": "^20.6.30"
} }
} }