0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update dependency terser to v5.29.1

This commit is contained in:
renovate[bot] 2024-03-06 14:35:33 +00:00
parent 7a36917c6a
commit b205214247
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
"@tryghost/errors": "1.2.26", "@tryghost/errors": "1.2.26",
"@tryghost/tpl": "0.1.26", "@tryghost/tpl": "0.1.26",
"csso": "5.0.5", "csso": "5.0.5",
"terser": "5.29.0", "terser": "5.29.1",
"tiny-glob": "0.2.9" "tiny-glob": "0.2.9"
} }
} }

View file

@ -29090,10 +29090,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.29.0, terser@^5.26.0, terser@^5.7.0: terser@5.29.1, terser@^5.26.0, terser@^5.7.0:
version "5.29.0" version "5.29.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.0.tgz#e4b44f5e1da02508f6da02c57050e375434f0916" resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.1.tgz#44e58045b70c09792ba14bfb7b4e14ca8755b9fa"
integrity sha512-RXY80V6CBOVdZhyVwqsUHxOGcdFYSU1pCHTEF9UcQ2OWsacZiSyykd7CfAKfZFI6yfbRntv9EaoMW2TQNpyXjg== integrity sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==
dependencies: dependencies:
"@jridgewell/source-map" "^0.3.3" "@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2" acorn "^8.8.2"