Merge pull request #330979 from r-ryantm/auto-update/terser

terser: 5.31.1 -> 5.31.3
This commit is contained in:
Nick Cao 2024-07-30 16:43:25 -04:00 committed by GitHub
commit c0c2583f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "terser";
version = "5.31.1";
version = "5.31.3";
src = fetchFromGitHub {
owner = "terser";
repo = "terser";
rev = "v${version}";
hash = "sha256-yKJPV6JGZTNCMjHh8v+MgnhaMuGF5cVHGEIJei896Hg=";
hash = "sha256-7B6dRulnSPD5s2w4nTXBPxJUCRvKD9++/Y1BMNm2ZwM=";
};
npmDepsHash = "sha256-E50RrEllhmluWe726KRmD2pcXbD2bSkWz8x6FeF+kOU=";
npmDepsHash = "sha256-FMd2bbMHzo38/zJuOlpzGtRPwuoxmZJF/XF2KgTP2ak=";
meta = with lib; {
description = "JavaScript parser, mangler and compressor toolkit for ES6+";