chore(deps-dev): bump terser from 5.18.2 to 5.19.1 (#5232)

Bumps [terser](https://github.com/terser/terser) from 5.18.2 to 5.19.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.2...v5.19.1)

---
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/5230/head
dependabot[bot] 2023-07-18 13:16:54 +05:30 committed by GitHub
parent 1b11434526
commit 0bc23382d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -40,7 +40,7 @@
"sass": "^1.63.6",
"stylelint": "^15.9.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"terser": "^5.18.2",
"terser": "^5.19.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}
@ -10301,9 +10301,9 @@
"dev": true
},
"node_modules/terser": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.18.2.tgz",
"integrity": "sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==",
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.19.1.tgz",
"integrity": "sha512-27hxBUVdV6GoNg1pKQ7Z5cbR6V9txPVyBA+FQw3BaZ1Wuzvztce5p156DaP0NVZNrMZZ+6iG9Syf7WgMNKDg2Q==",
"dev": true,
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
@ -18607,9 +18607,9 @@
}
},
"terser": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.18.2.tgz",
"integrity": "sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==",
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.19.1.tgz",
"integrity": "sha512-27hxBUVdV6GoNg1pKQ7Z5cbR6V9txPVyBA+FQw3BaZ1Wuzvztce5p156DaP0NVZNrMZZ+6iG9Syf7WgMNKDg2Q==",
"dev": true,
"requires": {
"@jridgewell/source-map": "^0.3.3",

View File

@ -88,7 +88,7 @@
"sass": "^1.63.6",
"stylelint": "^15.9.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"terser": "^5.18.2",
"terser": "^5.19.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}