Browse Source

chore(deps-dev): bump terser from 5.24.0 to 5.30.3 (#5544)

Bumps [terser](https://github.com/terser/terser) from 5.24.0 to 5.30.3.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.24.0...v5.30.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5545/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
8e40a98871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -41,7 +41,7 @@
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"terser": "^5.24.0",
"terser": "^5.30.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
@ -13273,9 +13273,9 @@
}
},
"node_modules/terser": {
"version": "5.24.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz",
"integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==",
"version": "5.30.3",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.30.3.tgz",
"integrity": "sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==",
"dev": true,
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
@ -24040,9 +24040,9 @@
}
},
"terser": {
"version": "5.24.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz",
"integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==",
"version": "5.30.3",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.30.3.tgz",
"integrity": "sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==",
"dev": true,
"requires": {
"@jridgewell/source-map": "^0.3.3",

2
package.json

@ -89,7 +89,7 @@
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"terser": "^5.24.0",
"terser": "^5.30.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}

Loading…
Cancel
Save