Bump terser from 5.43.0 to 5.43.1

Bumps [terser](https://github.com/terser/terser) from 5.43.0 to 5.43.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.43.0...v5.43.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-19 19:50:29 +00:00 committed by Daniel Micay
parent 4c61dd3027
commit 6021d492dc
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.20.0", "stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0", "stylelint-config-standard": "^38.0.0",
"terser": "^5.43.0", "terser": "^5.43.1",
"vnu-jar": "^24.10.17" "vnu-jar": "^24.10.17"
} }
}, },
@ -2760,9 +2760,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/terser": { "node_modules/terser": {
"version": "5.43.0", "version": "5.43.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.43.0.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz",
"integrity": "sha512-CqNNxKSGKSZCunSvwKLTs8u8sGGlp27sxNZ4quGh0QeNuyHM0JSEM/clM9Mf4zUp6J+tO2gUXhgXT2YMMkwfKQ==", "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==",
"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.20.0", "stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0", "stylelint-config-standard": "^38.0.0",
"terser": "^5.43.0", "terser": "^5.43.1",
"vnu-jar": "^24.10.17" "vnu-jar": "^24.10.17"
}, },
"type": "module" "type": "module"