Bump terser from 5.38.2 to 5.39.0

Bumps [terser](https://github.com/terser/terser) from 5.38.2 to 5.39.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.38.2...v5.39.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-13 19:52:46 +00:00 committed by Daniel Micay
parent d4fd398ae0
commit 088bc63bbf
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"stylelint": "^16.14.1", "stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0", "stylelint-config-standard": "^37.0.0",
"terser": "^5.38.2", "terser": "^5.39.0",
"vnu-jar": "^24.10.17" "vnu-jar": "^24.10.17"
} }
}, },
@ -2708,9 +2708,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/terser": { "node_modules/terser": {
"version": "5.38.2", "version": "5.39.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.38.2.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
"integrity": "sha512-w8CXxxbFA5zfNsR/i8HZq5bvn18AK0O9jj7hyo1YqkovLxEFa0uP0LCVGZRqiRaKRFxXhELBp8SteeAjEnfeJg==", "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"@jridgewell/source-map": "^0.3.3", "@jridgewell/source-map": "^0.3.3",

View File

@ -6,7 +6,7 @@
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"stylelint": "^16.14.1", "stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0", "stylelint-config-standard": "^37.0.0",
"terser": "^5.38.2", "terser": "^5.39.0",
"vnu-jar": "^24.10.17" "vnu-jar": "^24.10.17"
}, },
"type": "module" "type": "module"