Browse Source

chore(deps-dev): bump terser from 5.21.0 to 5.24.0 (#5400)

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

---
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>
dependabot[bot] 1 year ago
parent
commit
5ff094b490
2 changed files with 8 additions and 8 deletions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -41,7 +41,7 @@
         "sass": "^1.69.5",
         "stylelint": "^15.10.3",
         "stylelint-config-twbs-bootstrap": "^11.0.1",
-        "terser": "^5.21.0",
+        "terser": "^5.24.0",
         "tslib": "^2.6.2",
         "typescript": "^5.2.2"
       }
@@ -11878,9 +11878,9 @@
       }
     },
     "node_modules/terser": {
-      "version": "5.21.0",
-      "resolved": "https://registry.npmjs.org/terser/-/terser-5.21.0.tgz",
-      "integrity": "sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==",
+      "version": "5.24.0",
+      "resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz",
+      "integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==",
       "dev": true,
       "dependencies": {
         "@jridgewell/source-map": "^0.3.3",
@@ -21849,9 +21849,9 @@
       }
     },
     "terser": {
-      "version": "5.21.0",
-      "resolved": "https://registry.npmjs.org/terser/-/terser-5.21.0.tgz",
-      "integrity": "sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==",
+      "version": "5.24.0",
+      "resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz",
+      "integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==",
       "dev": true,
       "requires": {
         "@jridgewell/source-map": "^0.3.3",

+ 1 - 1
package.json

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