@depup/nestjs__cli 11.0.18-depup.0 → 11.0.18-depup.1

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,9 +14,9 @@ npm install @depup/nestjs__cli
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@nestjs/cli](https://www.npmjs.com/package/@nestjs/cli) @ 11.0.18 |
17
- | Processed | 2026-04-07 |
17
+ | Processed | 2026-04-08 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 10 |
19
+ | Deps updated | 11 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -25,13 +25,14 @@ npm install @depup/nestjs__cli
25
25
  | @angular-devkit/core | 19.2.23 | ^21.2.6 |
26
26
  | @angular-devkit/schematics | 19.2.23 | ^21.2.6 |
27
27
  | @angular-devkit/schematics-cli | 19.2.23 | ^21.2.6 |
28
- | @inquirer/prompts | 7.10.1 | ^8.4.0 |
28
+ | @inquirer/prompts | 7.10.1 | ^8.4.1 |
29
29
  | @nestjs/schematics | ^11.0.1 | ^11.0.10 |
30
30
  | chokidar | 4.0.3 | ^5.0.0 |
31
31
  | commander | 4.1.1 | ^14.0.3 |
32
32
  | node-emoji | 1.11.0 | ^2.2.0 |
33
33
  | ora | 5.4.1 | ^9.3.0 |
34
34
  | typescript | 5.9.3 | ^6.0.2 |
35
+ | webpack | 5.105.4 | ^5.106.0 |
35
36
 
36
37
  ---
37
38
 
package/changes.json CHANGED
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "@inquirer/prompts": {
16
16
  "from": "7.10.1",
17
- "to": "^8.4.0"
17
+ "to": "^8.4.1"
18
18
  },
19
19
  "@nestjs/schematics": {
20
20
  "from": "^11.0.1",
@@ -39,8 +39,12 @@
39
39
  "typescript": {
40
40
  "from": "5.9.3",
41
41
  "to": "^6.0.2"
42
+ },
43
+ "webpack": {
44
+ "from": "5.105.4",
45
+ "to": "^5.106.0"
42
46
  }
43
47
  },
44
- "timestamp": "2026-04-07T12:26:39.079Z",
45
- "totalUpdated": 10
48
+ "timestamp": "2026-04-08T16:34:35.310Z",
49
+ "totalUpdated": 11
46
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nestjs__cli",
3
- "version": "11.0.18-depup.0",
3
+ "version": "11.0.18-depup.1",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@cli) (with updated dependencies)",
5
5
  "engines": {
6
6
  "node": ">= 20.11"
@@ -36,7 +36,7 @@
36
36
  "@angular-devkit/core": "^21.2.6",
37
37
  "@angular-devkit/schematics": "^21.2.6",
38
38
  "@angular-devkit/schematics-cli": "^21.2.6",
39
- "@inquirer/prompts": "^8.4.0",
39
+ "@inquirer/prompts": "^8.4.1",
40
40
  "@nestjs/schematics": "^11.0.10",
41
41
  "ansis": "4.2.0",
42
42
  "chokidar": "^5.0.0",
@@ -49,7 +49,7 @@
49
49
  "tsconfig-paths": "4.2.0",
50
50
  "tsconfig-paths-webpack-plugin": "4.2.0",
51
51
  "typescript": "^6.0.2",
52
- "webpack": "5.105.4",
52
+ "webpack": "^5.106.0",
53
53
  "webpack-node-externals": "3.0.0"
54
54
  },
55
55
  "devDependencies": {
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "@inquirer/prompts": {
119
119
  "from": "7.10.1",
120
- "to": "^8.4.0"
120
+ "to": "^8.4.1"
121
121
  },
122
122
  "@nestjs/schematics": {
123
123
  "from": "^11.0.1",
@@ -142,12 +142,16 @@
142
142
  "typescript": {
143
143
  "from": "5.9.3",
144
144
  "to": "^6.0.2"
145
+ },
146
+ "webpack": {
147
+ "from": "5.105.4",
148
+ "to": "^5.106.0"
145
149
  }
146
150
  },
147
- "depsUpdated": 10,
151
+ "depsUpdated": 11,
148
152
  "originalPackage": "@nestjs/cli",
149
153
  "originalVersion": "11.0.18",
150
- "processedAt": "2026-04-07T12:27:04.395Z",
154
+ "processedAt": "2026-04-08T16:35:08.155Z",
151
155
  "smokeTest": "failed"
152
156
  }
153
157
  }