Update dependency terser to v5.33.0

This commit is contained in:
renovate[bot] 2024-09-17 12:16:45 +00:00
parent 3d65690987
commit c5dd77e551
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
"@tryghost/errors": "1.3.5", "@tryghost/errors": "1.3.5",
"@tryghost/tpl": "0.1.32", "@tryghost/tpl": "0.1.32",
"csso": "5.0.5", "csso": "5.0.5",
"terser": "5.32.0", "terser": "5.33.0",
"tiny-glob": "0.2.9" "tiny-glob": "0.2.9"
} }
} }

View File

@ -29915,10 +29915,10 @@ terser-webpack-plugin@^5.3.10:
serialize-javascript "^6.0.1" serialize-javascript "^6.0.1"
terser "^5.26.0" terser "^5.26.0"
terser@5.32.0, terser@^5.26.0, terser@^5.7.0: terser@5.33.0, terser@^5.26.0, terser@^5.7.0:
version "5.32.0" version "5.33.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.32.0.tgz#ee811c0d2d6b741c1cc34a2bc5bcbfc1b5b1f96c" resolved "https://registry.yarnpkg.com/terser/-/terser-5.33.0.tgz#8f9149538c7468ffcb1246cfec603c16720d2db1"
integrity sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ== integrity sha512-JuPVaB7s1gdFKPKTelwUyRq5Sid2A3Gko2S0PncwdBq7kN9Ti9HPWDQ06MPsEDGsZeVESjKEnyGy68quBk1w6g==
dependencies: dependencies:
"@jridgewell/source-map" "^0.3.3" "@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2" acorn "^8.8.2"