0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency terser to v5.15.0

This commit is contained in:
renovate[bot] 2022-08-23 19:47:07 +00:00 committed by GitHub
parent c16abbf085
commit 456abc3ef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
"@tryghost/errors": "1.2.15", "@tryghost/errors": "1.2.15",
"@tryghost/tpl": "0.1.18", "@tryghost/tpl": "0.1.18",
"csso": "5.0.5", "csso": "5.0.5",
"terser": "5.14.2", "terser": "5.15.0",
"tiny-glob": "0.2.9" "tiny-glob": "0.2.9"
} }
} }

View file

@ -21367,10 +21367,10 @@ terser-webpack-plugin@^5.1.3:
serialize-javascript "^6.0.0" serialize-javascript "^6.0.0"
terser "^5.14.1" terser "^5.14.1"
terser@5.14.2, terser@^5.14.1, terser@^5.3.0: terser@5.15.0, terser@^5.14.1, terser@^5.3.0:
version "5.14.2" version "5.15.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.2.tgz#9ac9f22b06994d736174f4091aa368db896f1c10" resolved "https://registry.yarnpkg.com/terser/-/terser-5.15.0.tgz#e16967894eeba6e1091509ec83f0c60e179f2425"
integrity sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA== integrity sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==
dependencies: dependencies:
"@jridgewell/source-map" "^0.3.2" "@jridgewell/source-map" "^0.3.2"
acorn "^8.5.0" acorn "^8.5.0"