1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 17:30:28 -04:00

Bump terser from 4.7.0 to 4.8.0 (#161) [skip ci]

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.0.
- [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/v4.7.0...v4.8.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-16 16:19:34 -04:00 committed by GitHub
parent af3a6da11e
commit c9c7ae3401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@
"stylelint-config-sass-guidelines": "~7.0.0", "stylelint-config-sass-guidelines": "~7.0.0",
"stylelint-prettier": "^1.1.2", "stylelint-prettier": "^1.1.2",
"stylelint-scss": "~3.17.2", "stylelint-scss": "~3.17.2",
"terser": "^4.7.0" "terser": "^4.8.0"
}, },
"resolutions": { "resolutions": {
"postcss-clean/postcss": "^7.x" "postcss-clean/postcss": "^7.x"

View File

@ -4733,10 +4733,10 @@ tempfile@^2.0.0:
temp-dir "^1.0.0" temp-dir "^1.0.0"
uuid "^3.0.1" uuid "^3.0.1"
terser@^4.7.0: terser@^4.8.0:
version "4.7.0" version "4.8.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.7.0.tgz#15852cf1a08e3256a80428e865a2fa893ffba006" resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
integrity sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw== integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
dependencies: dependencies:
commander "^2.20.0" commander "^2.20.0"
source-map "~0.6.1" source-map "~0.6.1"