@depup/fast-xml-parser 5.5.10-depup.0 → 5.5.10-depup.2

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 +9 -2
  2. package/changes.json +12 -3
  3. package/package.json +15 -6
package/README.md CHANGED
@@ -14,9 +14,16 @@ npm install @depup/fast-xml-parser
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parser) @ 5.5.10 |
17
- | Processed | 2026-04-03 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 0 |
19
+ | Deps updated | 2 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | path-expression-matcher | ^1.2.1 | ^1.4.0 |
26
+ | strnum | ^2.2.2 | ^2.2.3 |
20
27
 
21
28
  ---
22
29
 
package/changes.json CHANGED
@@ -1,5 +1,14 @@
1
1
  {
2
- "bumped": {},
3
- "timestamp": "2026-04-03T04:50:24.254Z",
4
- "totalUpdated": 0
2
+ "bumped": {
3
+ "path-expression-matcher": {
4
+ "from": "^1.2.1",
5
+ "to": "^1.4.0"
6
+ },
7
+ "strnum": {
8
+ "from": "^2.2.2",
9
+ "to": "^2.2.3"
10
+ }
11
+ },
12
+ "timestamp": "2026-04-07T08:34:18.194Z",
13
+ "totalUpdated": 2
5
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/fast-xml-parser",
3
- "version": "5.5.10-depup.0",
3
+ "version": "5.5.10-depup.2",
4
4
  "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries (with updated dependencies)",
5
5
  "main": "./lib/fxp.cjs",
6
6
  "type": "module",
@@ -95,15 +95,24 @@
95
95
  ],
96
96
  "dependencies": {
97
97
  "fast-xml-builder": "^1.1.4",
98
- "path-expression-matcher": "^1.2.1",
99
- "strnum": "^2.2.2"
98
+ "path-expression-matcher": "^1.4.0",
99
+ "strnum": "^2.2.3"
100
100
  },
101
101
  "depup": {
102
- "changes": {},
103
- "depsUpdated": 0,
102
+ "changes": {
103
+ "path-expression-matcher": {
104
+ "from": "^1.2.1",
105
+ "to": "^1.4.0"
106
+ },
107
+ "strnum": {
108
+ "from": "^2.2.2",
109
+ "to": "^2.2.3"
110
+ }
111
+ },
112
+ "depsUpdated": 2,
104
113
  "originalPackage": "fast-xml-parser",
105
114
  "originalVersion": "5.5.10",
106
- "processedAt": "2026-04-03T04:50:32.969Z",
115
+ "processedAt": "2026-04-07T08:34:23.525Z",
107
116
  "smokeTest": "passed"
108
117
  }
109
118
  }