@depup/html-minifier-terser 7.2.0-depup.5 → 7.2.0-depup.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/html-minifier-terser
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [html-minifier-terser](https://www.npmjs.com/package/html-minifier-terser) @ 7.2.0 |
17
- | Processed | 2026-08-12 |
17
+ | Processed | 2026-09-08 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 6 |
20
20
 
@@ -25,9 +25,9 @@ npm install @depup/html-minifier-terser
25
25
  | camel-case | ^4.1.2 | ^5.0.0 |
26
26
  | clean-css | ~5.3.2 | ^5.3.3 |
27
27
  | commander | ^10.0.0 | ^15.0.0 |
28
- | entities | ^4.4.0 | ^8.0.0 |
28
+ | entities | ^4.4.0 | ^8.1.0 |
29
29
  | param-case | ^3.0.4 | ^4.0.0 |
30
- | terser | ^5.15.1 | ^5.50.0 |
30
+ | terser | ^5.15.1 | ^5.51.2 |
31
31
 
32
32
  ---
33
33
 
package/changes.json CHANGED
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "entities": {
16
16
  "from": "^4.4.0",
17
- "to": "^8.0.0"
17
+ "to": "^8.1.0"
18
18
  },
19
19
  "param-case": {
20
20
  "from": "^3.0.4",
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "terser": {
24
24
  "from": "^5.15.1",
25
- "to": "^5.50.0"
25
+ "to": "^5.51.2"
26
26
  }
27
27
  },
28
- "timestamp": "2026-08-12T00:28:28.189Z",
28
+ "timestamp": "2026-09-08T00:33:27.473Z",
29
29
  "totalUpdated": 6
30
30
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/html-minifier-terser",
3
3
  "description": "Highly configurable, well-tested, JavaScript-based HTML minifier. (with updated dependencies)",
4
- "version": "7.2.0-depup.5",
4
+ "version": "7.2.0-depup.7",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/terser/html-minifier-terser.git",
7
7
  "bugs": "https://github.com/terser/html-minifier-terser/issues",
@@ -84,10 +84,10 @@
84
84
  "camel-case": "^5.0.0",
85
85
  "clean-css": "^5.3.3",
86
86
  "commander": "^15.0.0",
87
- "entities": "^8.0.0",
87
+ "entities": "^8.1.0",
88
88
  "param-case": "^4.0.0",
89
89
  "relateurl": "^0.2.7",
90
- "terser": "^5.50.0"
90
+ "terser": "^5.51.2"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@commitlint/cli": "^17.5.1",
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "entities": {
127
127
  "from": "^4.4.0",
128
- "to": "^8.0.0"
128
+ "to": "^8.1.0"
129
129
  },
130
130
  "param-case": {
131
131
  "from": "^3.0.4",
@@ -133,13 +133,13 @@
133
133
  },
134
134
  "terser": {
135
135
  "from": "^5.15.1",
136
- "to": "^5.50.0"
136
+ "to": "^5.51.2"
137
137
  }
138
138
  },
139
139
  "depsUpdated": 6,
140
140
  "originalPackage": "html-minifier-terser",
141
141
  "originalVersion": "7.2.0",
142
- "processedAt": "2026-08-12T00:28:42.294Z",
142
+ "processedAt": "2026-09-08T00:33:35.555Z",
143
143
  "smokeTest": "passed"
144
144
  }
145
145
  }