Browse Source

chore(deps-dev): bump terser from 5.31.0 to 5.31.5 (#5661)

Bumps [terser](https://github.com/terser/terser) from 5.31.0 to 5.31.5.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.31.0...v5.31.5)

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

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

8
package-lock.json generated

@ -41,7 +41,7 @@
"sass": "^1.77.4",
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"terser": "^5.31.0",
"terser": "^5.31.5",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
}
@ -12228,9 +12228,9 @@
}
},
"node_modules/terser": {
"version": "5.31.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz",
"integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==",
"version": "5.31.5",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.31.5.tgz",
"integrity": "sha512-YPmas0L0rE1UyLL/llTWA0SiDOqIcAQYLeUj7cJYzXHlRTAnMSg9pPe4VJ5PlKvTrPQsdVFuiRiwyeNlYgwh2Q==",
"dev": true,
"dependencies": {
"@jridgewell/source-map": "^0.3.3",

2
package.json

@ -89,7 +89,7 @@
"sass": "^1.77.4",
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"terser": "^5.31.0",
"terser": "^5.31.5",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
}

Loading…
Cancel
Save