Bump terser from 5.40.0 to 5.41.0

Bumps [terser](https://github.com/terser/terser) from 5.40.0 to 5.41.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.40.0...v5.41.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-version: 5.41.0
  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-06-05 19:48:50 +00:00 committed by Daniel Micay
parent 66cd7434fb
commit 7c7b0d0317
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.40.0", "terser": "^5.41.0",
"vnu-jar": "^24.10.17" "vnu-jar": "^24.10.17"
} }
}, },
@ -2745,9 +2745,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/terser": { "node_modules/terser": {
"version": "5.40.0", "version": "5.41.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.40.0.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.41.0.tgz",
"integrity": "sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==", "integrity": "sha512-H406eLPXpZbAX14+B8psIuvIr8+3c+2hkuYzpMkoE0ij+NdsVATbA78vb8neA/eqrj7rywa2pIkdmWRsXW6wmw==",
"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.40.0", "terser": "^5.41.0",
"vnu-jar": "^24.10.17" "vnu-jar": "^24.10.17"
}, },
"type": "module" "type": "module"