Skip to content

Commit 7edb9f6

Browse files
fix(deps): update dependency yargs to v18
1 parent d227626 commit 7edb9f6

File tree

6 files changed

+53
-10
lines changed

6 files changed

+53
-10
lines changed

commands/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "4.52.3",
4040
"rollup-plugin-postcss": "4.0.2",
4141
"rollup-plugin-visualizer": "6.0.3",
42-
"yargs": "17.7.2"
42+
"yargs": "18.0.0"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-typescript": "12.1.4",

commands/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"dependencies": {
3333
"@nebula.js/cli-create": "^6.0.0",
3434
"import-cwd": "3.0.0",
35-
"yargs": "17.7.2"
35+
"yargs": "18.0.0"
3636
}
3737
}

commands/sense/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"fs-extra": "11.3.2",
4141
"node-event-emitter": "0.0.1",
4242
"rollup": "4.52.3",
43-
"yargs": "17.7.2"
43+
"yargs": "18.0.0"
4444
}
4545
}

commands/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.2",
4949
"ws": "8.18.3",
50-
"yargs": "17.7.2"
50+
"yargs": "18.0.0"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "7.28.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"rollup-plugin-sass": "1.15.3",
9292
"style-loader": "4.0.0",
9393
"whatwg-fetch": "^3.6.20",
94-
"yargs": "17.7.2"
94+
"yargs": "18.0.0"
9595
},
9696
"resolutions": {
9797
"caniuse-lite": "1.0.30001745",

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4332,7 +4332,7 @@ __metadata:
43324332
rollup-plugin-visualizer: "npm:6.0.3"
43334333
tslib: "npm:*"
43344334
typescript: "npm:>=5.9.2"
4335-
yargs: "npm:17.7.2"
4335+
yargs: "npm:18.0.0"
43364336
languageName: unknown
43374337
linkType: soft
43384338

@@ -4364,7 +4364,7 @@ __metadata:
43644364
fs-extra: "npm:11.3.2"
43654365
node-event-emitter: "npm:0.0.1"
43664366
rollup: "npm:4.52.3"
4367-
yargs: "npm:17.7.2"
4367+
yargs: "npm:18.0.0"
43684368
languageName: unknown
43694369
linkType: soft
43704370

@@ -4411,7 +4411,7 @@ __metadata:
44114411
webpack-cli: "npm:6.0.1"
44124412
webpack-dev-server: "npm:5.2.2"
44134413
ws: "npm:8.18.3"
4414-
yargs: "npm:17.7.2"
4414+
yargs: "npm:18.0.0"
44154415
languageName: unknown
44164416
linkType: soft
44174417

@@ -4421,7 +4421,7 @@ __metadata:
44214421
dependencies:
44224422
"@nebula.js/cli-create": "npm:^6.0.0"
44234423
import-cwd: "npm:3.0.0"
4424-
yargs: "npm:17.7.2"
4424+
yargs: "npm:18.0.0"
44254425
peerDependencies:
44264426
"@nebula.js/cli-build": 5.0.0 - 6
44274427
"@nebula.js/cli-sense": 5.0.0 - 6
@@ -8286,6 +8286,17 @@ __metadata:
82868286
languageName: node
82878287
linkType: hard
82888288

8289+
"cliui@npm:^9.0.1":
8290+
version: 9.0.1
8291+
resolution: "cliui@npm:9.0.1"
8292+
dependencies:
8293+
string-width: "npm:^7.2.0"
8294+
strip-ansi: "npm:^7.1.0"
8295+
wrap-ansi: "npm:^9.0.0"
8296+
checksum: 10c0/13441832e9efe7c7a76bd2b8e683555c478d461a9f249dc5db9b17fe8d4b47fa9277b503914b90bd00e4a151abb6b9b02b2288972ffe2e5e3ca40bcb1c2330d3
8297+
languageName: node
8298+
linkType: hard
8299+
82898300
"clone-deep@npm:4.0.1, clone-deep@npm:^4.0.1":
82908301
version: 4.0.1
82918302
resolution: "clone-deep@npm:4.0.1"
@@ -19268,7 +19279,7 @@ __metadata:
1926819279
rollup-plugin-sass: "npm:1.15.3"
1926919280
style-loader: "npm:4.0.0"
1927019281
whatwg-fetch: "npm:^3.6.20"
19271-
yargs: "npm:17.7.2"
19282+
yargs: "npm:18.0.0"
1927219283
languageName: unknown
1927319284
linkType: soft
1927419285

@@ -20372,6 +20383,17 @@ __metadata:
2037220383
languageName: node
2037320384
linkType: hard
2037420385

20386+
"string-width@npm:^7.2.0":
20387+
version: 7.2.0
20388+
resolution: "string-width@npm:7.2.0"
20389+
dependencies:
20390+
emoji-regex: "npm:^10.3.0"
20391+
get-east-asian-width: "npm:^1.0.0"
20392+
strip-ansi: "npm:^7.1.0"
20393+
checksum: 10c0/eb0430dd43f3199c7a46dcbf7a0b34539c76fe3aa62763d0b0655acdcbdf360b3f66f3d58ca25ba0205f42ea3491fa00f09426d3b7d3040e506878fc7664c9b9
20394+
languageName: node
20395+
linkType: hard
20396+
2037520397
"string-width@npm:^8.0.0":
2037620398
version: 8.1.0
2037720399
resolution: "string-width@npm:8.1.0"
@@ -22588,6 +22610,13 @@ __metadata:
2258822610
languageName: node
2258922611
linkType: hard
2259022612

22613+
"yargs-parser@npm:^22.0.0":
22614+
version: 22.0.0
22615+
resolution: "yargs-parser@npm:22.0.0"
22616+
checksum: 10c0/cb7ef81759c4271cb1d96b9351dbbc9a9ce35d3e1122d2b739bf6c432603824fa02c67cc12dcef6ea80283379d63495686e8f41cc7b06c6576e792aba4d33e1c
22617+
languageName: node
22618+
linkType: hard
22619+
2259122620
"yargs@npm:17.7.2, yargs@npm:^17.5.1, yargs@npm:^17.7.2":
2259222621
version: 17.7.2
2259322622
resolution: "yargs@npm:17.7.2"
@@ -22603,6 +22632,20 @@ __metadata:
2260322632
languageName: node
2260422633
linkType: hard
2260522634

22635+
"yargs@npm:18.0.0":
22636+
version: 18.0.0
22637+
resolution: "yargs@npm:18.0.0"
22638+
dependencies:
22639+
cliui: "npm:^9.0.1"
22640+
escalade: "npm:^3.1.1"
22641+
get-caller-file: "npm:^2.0.5"
22642+
string-width: "npm:^7.2.0"
22643+
y18n: "npm:^5.0.5"
22644+
yargs-parser: "npm:^22.0.0"
22645+
checksum: 10c0/bf290e4723876ea9c638c786a5c42ac28e03c9ca2325e1424bf43b94e5876456292d3ed905b853ebbba6daf43ed29e772ac2a6b3c5fb1b16533245d6211778f3
22646+
languageName: node
22647+
linkType: hard
22648+
2260622649
"yargs@npm:^16.2.0":
2260722650
version: 16.2.0
2260822651
resolution: "yargs@npm:16.2.0"

0 commit comments

Comments
 (0)