@depup/nx 23.1.1-depup.2 → 23.1.1-depup.3

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 +7 -7
  2. package/changes.json +7 -7
  3. package/package.json +14 -14
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/nx
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [nx](https://www.npmjs.com/package/nx) @ 23.1.1 |
17
- | Processed | 2026-08-12 |
17
+ | Processed | 2026-08-26 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 71 |
20
20
 
@@ -32,9 +32,9 @@ npm install @depup/nx
32
32
  | agent-base | 6.0.2 | ^9.0.0 |
33
33
  | ansi-regex | 5.0.1 | ^6.3.0 |
34
34
  | ansi-styles | 4.3.0 | ^7.0.0 |
35
- | argparse | 2.0.1 | ^3.0.0 |
35
+ | argparse | 2.0.1 | ^3.0.1 |
36
36
  | asynckit | 0.4.0 | ^0.5.0 |
37
- | axios | 1.18.1 | ^1.19.0 |
37
+ | axios | 1.18.1 | ^1.20.0 |
38
38
  | balanced-match | 4.0.3 | ^4.0.4 |
39
39
  | bl | 4.1.0 | ^7.0.12 |
40
40
  | brace-expansion | 5.0.8 | ^5.0.9 |
@@ -46,7 +46,7 @@ npm install @depup/nx
46
46
  | clone | 1.0.4 | ^2.1.2 |
47
47
  | color-convert | 2.0.1 | ^3.1.3 |
48
48
  | color-name | 1.1.4 | ^2.1.1 |
49
- | default-browser | 5.2.1 | ^5.5.0 |
49
+ | default-browser | 5.2.1 | ^5.5.1 |
50
50
  | default-browser-id | 5.0.0 | ^5.0.1 |
51
51
  | defaults | 1.0.4 | ^3.0.0 |
52
52
  | dotenv | 16.4.7 | ^17.4.2 |
@@ -75,7 +75,7 @@ npm install @depup/nx
75
75
  | minimatch | 10.2.5 | ^10.2.6 |
76
76
  | npm-run-path | 4.0.1 | ^6.0.0 |
77
77
  | onetime | 5.1.2 | ^8.0.0 |
78
- | open | 10.1.0 | ^11.0.0 |
78
+ | open | 10.1.0 | ^11.0.1 |
79
79
  | ora | 5.4.1 | ^9.4.1 |
80
80
  | path-key | 3.1.1 | ^4.0.0 |
81
81
  | readable-stream | 3.6.2 | ^4.7.0 |
@@ -88,9 +88,9 @@ npm install @depup/nx
88
88
  | strip-ansi | 6.0.1 | ^7.2.0 |
89
89
  | strip-bom | 3.0.0 | ^5.0.0 |
90
90
  | supports-color | 7.2.0 | ^11.0.0 |
91
- | tar-stream | 2.2.0 | ^3.2.0 |
91
+ | tar-stream | 2.2.0 | ^3.2.1 |
92
92
  | which | 3.0.1 | ^7.0.0 |
93
- | wrap-ansi | 7.0.0 | ^10.0.0 |
93
+ | wrap-ansi | 7.0.0 | ^10.0.1 |
94
94
  | yargs | 17.7.2 | ^18.1.0 |
95
95
  | yargs-parser | 21.1.1 | ^22.0.0 |
96
96
 
package/changes.json CHANGED
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "argparse": {
44
44
  "from": "2.0.1",
45
- "to": "^3.0.0"
45
+ "to": "^3.0.1"
46
46
  },
47
47
  "asynckit": {
48
48
  "from": "0.4.0",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "axios": {
52
52
  "from": "1.18.1",
53
- "to": "^1.19.0"
53
+ "to": "^1.20.0"
54
54
  },
55
55
  "balanced-match": {
56
56
  "from": "4.0.3",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "default-browser": {
100
100
  "from": "5.2.1",
101
- "to": "^5.5.0"
101
+ "to": "^5.5.1"
102
102
  },
103
103
  "default-browser-id": {
104
104
  "from": "5.0.0",
@@ -214,7 +214,7 @@
214
214
  },
215
215
  "open": {
216
216
  "from": "10.1.0",
217
- "to": "^11.0.0"
217
+ "to": "^11.0.1"
218
218
  },
219
219
  "ora": {
220
220
  "from": "5.4.1",
@@ -266,7 +266,7 @@
266
266
  },
267
267
  "tar-stream": {
268
268
  "from": "2.2.0",
269
- "to": "^3.2.0"
269
+ "to": "^3.2.1"
270
270
  },
271
271
  "which": {
272
272
  "from": "3.0.1",
@@ -274,7 +274,7 @@
274
274
  },
275
275
  "wrap-ansi": {
276
276
  "from": "7.0.0",
277
- "to": "^10.0.0"
277
+ "to": "^10.0.1"
278
278
  },
279
279
  "yargs": {
280
280
  "from": "17.7.2",
@@ -285,6 +285,6 @@
285
285
  "to": "^22.0.0"
286
286
  }
287
287
  },
288
- "timestamp": "2026-08-12T16:20:54.303Z",
288
+ "timestamp": "2026-08-26T08:22:34.168Z",
289
289
  "totalUpdated": 71
290
290
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nx",
3
- "version": "23.1.1-depup.2",
3
+ "version": "23.1.1-depup.3",
4
4
  "type": "commonjs",
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration. (with updated dependencies)",
6
6
  "repository": {
@@ -66,9 +66,9 @@
66
66
  "ansi-colors": "4.1.3",
67
67
  "ansi-regex": "^6.3.0",
68
68
  "ansi-styles": "^7.0.0",
69
- "argparse": "^3.0.0",
69
+ "argparse": "^3.0.1",
70
70
  "asynckit": "^0.5.0",
71
- "axios": "^1.19.0",
71
+ "axios": "^1.20.0",
72
72
  "balanced-match": "^4.0.4",
73
73
  "base64-js": "1.5.1",
74
74
  "bl": "^7.0.12",
@@ -85,7 +85,7 @@
85
85
  "color-name": "^2.1.1",
86
86
  "combined-stream": "1.0.8",
87
87
  "debug": "4.4.3",
88
- "default-browser": "^5.5.0",
88
+ "default-browser": "^5.5.1",
89
89
  "default-browser-id": "^5.0.1",
90
90
  "defaults": "^3.0.0",
91
91
  "define-lazy-prop": "3.0.0",
@@ -142,7 +142,7 @@
142
142
  "npm-run-path": "^6.0.0",
143
143
  "once": "1.4.0",
144
144
  "onetime": "^8.0.0",
145
- "open": "^11.0.0",
145
+ "open": "^11.0.1",
146
146
  "ora": "^9.4.1",
147
147
  "path-key": "^4.0.0",
148
148
  "picocolors": "1.1.1",
@@ -161,14 +161,14 @@
161
161
  "strip-ansi": "^7.2.0",
162
162
  "strip-bom": "^5.0.0",
163
163
  "supports-color": "^11.0.0",
164
- "tar-stream": "^3.2.0",
164
+ "tar-stream": "^3.2.1",
165
165
  "tmp": "0.2.7",
166
166
  "tsconfig-paths": "4.2.0",
167
167
  "tslib": "2.8.1",
168
168
  "util-deprecate": "1.0.2",
169
169
  "wcwidth": "1.0.1",
170
170
  "which": "^7.0.0",
171
- "wrap-ansi": "^10.0.0",
171
+ "wrap-ansi": "^10.0.1",
172
172
  "wrappy": "1.0.2",
173
173
  "y18n": "5.0.8",
174
174
  "yaml": "2.9.0",
@@ -585,7 +585,7 @@
585
585
  },
586
586
  "argparse": {
587
587
  "from": "2.0.1",
588
- "to": "^3.0.0"
588
+ "to": "^3.0.1"
589
589
  },
590
590
  "asynckit": {
591
591
  "from": "0.4.0",
@@ -593,7 +593,7 @@
593
593
  },
594
594
  "axios": {
595
595
  "from": "1.18.1",
596
- "to": "^1.19.0"
596
+ "to": "^1.20.0"
597
597
  },
598
598
  "balanced-match": {
599
599
  "from": "4.0.3",
@@ -641,7 +641,7 @@
641
641
  },
642
642
  "default-browser": {
643
643
  "from": "5.2.1",
644
- "to": "^5.5.0"
644
+ "to": "^5.5.1"
645
645
  },
646
646
  "default-browser-id": {
647
647
  "from": "5.0.0",
@@ -757,7 +757,7 @@
757
757
  },
758
758
  "open": {
759
759
  "from": "10.1.0",
760
- "to": "^11.0.0"
760
+ "to": "^11.0.1"
761
761
  },
762
762
  "ora": {
763
763
  "from": "5.4.1",
@@ -809,7 +809,7 @@
809
809
  },
810
810
  "tar-stream": {
811
811
  "from": "2.2.0",
812
- "to": "^3.2.0"
812
+ "to": "^3.2.1"
813
813
  },
814
814
  "which": {
815
815
  "from": "3.0.1",
@@ -817,7 +817,7 @@
817
817
  },
818
818
  "wrap-ansi": {
819
819
  "from": "7.0.0",
820
- "to": "^10.0.0"
820
+ "to": "^10.0.1"
821
821
  },
822
822
  "yargs": {
823
823
  "from": "17.7.2",
@@ -831,7 +831,7 @@
831
831
  "depsUpdated": 71,
832
832
  "originalPackage": "nx",
833
833
  "originalVersion": "23.1.1",
834
- "processedAt": "2026-08-12T16:21:03.382Z",
834
+ "processedAt": "2026-08-26T08:22:40.648Z",
835
835
  "smokeTest": "failed"
836
836
  }
837
837
  }