@depup/cheerio 1.2.0-depup.2 → 1.2.0-depup.4

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.
Files changed (3) hide show
  1. package/README.md +6 -3
  2. package/changes.json +15 -3
  3. package/package.json +26 -12
package/README.md CHANGED
@@ -14,15 +14,18 @@ npm install @depup/cheerio
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [cheerio](https://www.npmjs.com/package/cheerio) @ 1.2.0 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-03-18 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 6 |
19
+ | Deps updated | 9 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | domhandler | ^5.0.3 | ^6.0.0 |
25
+ | dom-serializer | ^2.0.0 | ^3.0.0 |
26
+ | domhandler | ^5.0.3 | ^6.0.1 |
27
+ | domutils | ^3.2.2 | ^4.0.1 |
28
+ | encoding-sniffer | ^0.2.1 | ^1.0.2 |
26
29
  | parse5 | ^7.3.0 | ^8.0.0 |
27
30
  | parse5-htmlparser2-tree-adapter | ^7.1.0 | ^8.0.0 |
28
31
  | parse5-parser-stream | ^7.1.2 | ^8.0.0 |
package/changes.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "bumped": {
3
+ "dom-serializer": {
4
+ "from": "^2.0.0",
5
+ "to": "^3.0.0"
6
+ },
3
7
  "domhandler": {
4
8
  "from": "^5.0.3",
5
- "to": "^6.0.0"
9
+ "to": "^6.0.1"
10
+ },
11
+ "domutils": {
12
+ "from": "^3.2.2",
13
+ "to": "^4.0.1"
14
+ },
15
+ "encoding-sniffer": {
16
+ "from": "^0.2.1",
17
+ "to": "^1.0.2"
6
18
  },
7
19
  "parse5": {
8
20
  "from": "^7.3.0",
@@ -25,6 +37,6 @@
25
37
  "to": "^5.0.0"
26
38
  }
27
39
  },
28
- "timestamp": "2026-03-17T16:16:47.335Z",
29
- "totalUpdated": 6
40
+ "timestamp": "2026-03-18T00:41:02.474Z",
41
+ "totalUpdated": 9
30
42
  }
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@depup/cheerio",
3
- "version": "1.2.0-depup.2",
4
- "description": "[DepUp] The fast, flexible & elegant library for parsing and manipulating HTML and XML.",
3
+ "version": "1.2.0-depup.4",
4
+ "description": "The fast, flexible & elegant library for parsing and manipulating HTML and XML. (with updated dependencies)",
5
5
  "keywords": [
6
- "depup",
7
- "dependency-bumped",
8
- "updated-deps",
9
6
  "cheerio",
7
+ "depup",
8
+ "updated-dependencies",
9
+ "security",
10
+ "latest",
11
+ "patched",
10
12
  "htmlparser",
11
13
  "jquery",
12
14
  "selector",
@@ -124,10 +126,10 @@
124
126
  },
125
127
  "dependencies": {
126
128
  "cheerio-select": "^2.1.0",
127
- "dom-serializer": "^2.0.0",
128
- "domhandler": "^6.0.0",
129
- "domutils": "^3.2.2",
130
- "encoding-sniffer": "^0.2.1",
129
+ "dom-serializer": "^3.0.0",
130
+ "domhandler": "^6.0.1",
131
+ "domutils": "^4.0.1",
132
+ "encoding-sniffer": "^1.0.2",
131
133
  "htmlparser2": "^10.1.0",
132
134
  "parse5": "^8.0.0",
133
135
  "parse5-htmlparser2-tree-adapter": "^8.0.0",
@@ -185,9 +187,21 @@
185
187
  },
186
188
  "depup": {
187
189
  "changes": {
190
+ "dom-serializer": {
191
+ "from": "^2.0.0",
192
+ "to": "^3.0.0"
193
+ },
188
194
  "domhandler": {
189
195
  "from": "^5.0.3",
190
- "to": "^6.0.0"
196
+ "to": "^6.0.1"
197
+ },
198
+ "domutils": {
199
+ "from": "^3.2.2",
200
+ "to": "^4.0.1"
201
+ },
202
+ "encoding-sniffer": {
203
+ "from": "^0.2.1",
204
+ "to": "^1.0.2"
191
205
  },
192
206
  "parse5": {
193
207
  "from": "^7.3.0",
@@ -210,10 +224,10 @@
210
224
  "to": "^5.0.0"
211
225
  }
212
226
  },
213
- "depsUpdated": 6,
227
+ "depsUpdated": 9,
214
228
  "originalPackage": "cheerio",
215
229
  "originalVersion": "1.2.0",
216
- "processedAt": "2026-03-17T16:17:05.126Z",
230
+ "processedAt": "2026-03-18T00:41:19.266Z",
217
231
  "smokeTest": "passed"
218
232
  }
219
233
  }