@depup/fast-xml-parser 5.5.10-depup.1 → 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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ npm install @depup/fast-xml-parser
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | path-expression-matcher | ^1.2.1 | ^1.3.0 |
25
+ | path-expression-matcher | ^1.2.1 | ^1.4.0 |
26
26
  | strnum | ^2.2.2 | ^2.2.3 |
27
27
 
28
28
  ---
package/changes.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "bumped": {
3
3
  "path-expression-matcher": {
4
4
  "from": "^1.2.1",
5
- "to": "^1.3.0"
5
+ "to": "^1.4.0"
6
6
  },
7
7
  "strnum": {
8
8
  "from": "^2.2.2",
9
9
  "to": "^2.2.3"
10
10
  }
11
11
  },
12
- "timestamp": "2026-04-07T04:54:53.187Z",
12
+ "timestamp": "2026-04-07T08:34:18.194Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/fast-xml-parser",
3
- "version": "5.5.10-depup.1",
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,14 +95,14 @@
95
95
  ],
96
96
  "dependencies": {
97
97
  "fast-xml-builder": "^1.1.4",
98
- "path-expression-matcher": "^1.3.0",
98
+ "path-expression-matcher": "^1.4.0",
99
99
  "strnum": "^2.2.3"
100
100
  },
101
101
  "depup": {
102
102
  "changes": {
103
103
  "path-expression-matcher": {
104
104
  "from": "^1.2.1",
105
- "to": "^1.3.0"
105
+ "to": "^1.4.0"
106
106
  },
107
107
  "strnum": {
108
108
  "from": "^2.2.2",
@@ -112,7 +112,7 @@
112
112
  "depsUpdated": 2,
113
113
  "originalPackage": "fast-xml-parser",
114
114
  "originalVersion": "5.5.10",
115
- "processedAt": "2026-04-07T04:54:59.151Z",
115
+ "processedAt": "2026-04-07T08:34:23.525Z",
116
116
  "smokeTest": "passed"
117
117
  }
118
118
  }