@depup/js-yaml 5.4.0-depup.0 → 5.4.0-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
@@ -14,7 +14,7 @@ npm install @depup/js-yaml
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [js-yaml](https://www.npmjs.com/package/js-yaml) @ 5.4.0 |
17
- | Processed | 2026-08-25 |
17
+ | Processed | 2026-08-26 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 1 |
20
20
 
@@ -22,7 +22,7 @@ npm install @depup/js-yaml
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | argparse | ^2.0.1 | ^3.0.0 |
25
+ | argparse | ^2.0.1 | ^3.0.1 |
26
26
 
27
27
  ---
28
28
 
package/changes.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "bumped": {
3
3
  "argparse": {
4
4
  "from": "^2.0.1",
5
- "to": "^3.0.0"
5
+ "to": "^3.0.1"
6
6
  }
7
7
  },
8
- "timestamp": "2026-08-25T08:18:07.243Z",
8
+ "timestamp": "2026-08-26T00:17:52.853Z",
9
9
  "totalUpdated": 1
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/js-yaml",
3
- "version": "5.4.0-depup.0",
3
+ "version": "5.4.0-depup.2",
4
4
  "description": "YAML 1.2 parser and serializer (with updated dependencies)",
5
5
  "keywords": [
6
6
  "js-yaml",
@@ -75,7 +75,7 @@
75
75
  "postpublish": "npm run demo:publish"
76
76
  },
77
77
  "dependencies": {
78
- "argparse": "^3.0.0"
78
+ "argparse": "^3.0.1"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@streamparser/json": "^0.0.22",
@@ -100,13 +100,13 @@
100
100
  "changes": {
101
101
  "argparse": {
102
102
  "from": "^2.0.1",
103
- "to": "^3.0.0"
103
+ "to": "^3.0.1"
104
104
  }
105
105
  },
106
106
  "depsUpdated": 1,
107
107
  "originalPackage": "js-yaml",
108
108
  "originalVersion": "5.4.0",
109
- "processedAt": "2026-08-25T08:18:15.528Z",
109
+ "processedAt": "2026-08-26T00:18:02.577Z",
110
110
  "smokeTest": "passed"
111
111
  }
112
112
  }