Skip to content

Commit bc2c2f6

Browse files
fix(deps): update dependency inquirer to v8.2.6
1 parent cdce0d1 commit bc2c2f6

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

utils/meta-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@polkadot/api": "9.9.1",
1212
"chalk": "5.0.1",
1313
"commander": "9.3.0",
14-
"inquirer": "8.2.4"
14+
"inquirer": "8.2.6"
1515
},
1616
"repository": {
1717
"type": "git",

utils/meta-cli/yarn.lock

+17-6
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ __metadata:
426426
"@polkadot/api": 9.9.1
427427
chalk: 5.0.1
428428
commander: 9.3.0
429-
inquirer: 8.2.4
429+
inquirer: 8.2.6
430430
jest: 27.5.1
431431
bin:
432432
gear-meta: src/app.js
@@ -2654,9 +2654,9 @@ __metadata:
26542654
languageName: node
26552655
linkType: hard
26562656

2657-
"inquirer@npm:8.2.4":
2658-
version: 8.2.4
2659-
resolution: "inquirer@npm:8.2.4"
2657+
"inquirer@npm:8.2.6":
2658+
version: 8.2.6
2659+
resolution: "inquirer@npm:8.2.6"
26602660
dependencies:
26612661
ansi-escapes: ^4.2.1
26622662
chalk: ^4.1.1
@@ -2672,8 +2672,8 @@ __metadata:
26722672
string-width: ^4.1.0
26732673
strip-ansi: ^6.0.0
26742674
through: ^2.3.6
2675-
wrap-ansi: ^7.0.0
2676-
checksum: dfcb6529d3af443dfea2241cb471508091b51f5121a088fdb8728b23ec9b349ef0a5e13a0ef2c8e19457b0bed22f7cbbcd561f7a4529d084c562a58c605e2655
2675+
wrap-ansi: ^6.0.1
2676+
checksum: 387ffb0a513559cc7414eb42c57556a60e302f820d6960e89d376d092e257a919961cd485a1b4de693dbb5c0de8bc58320bfd6247dfd827a873aa82a4215a240
26772677
languageName: node
26782678
linkType: hard
26792679

@@ -4826,6 +4826,17 @@ __metadata:
48264826
languageName: node
48274827
linkType: hard
48284828

4829+
"wrap-ansi@npm:^6.0.1":
4830+
version: 6.2.0
4831+
resolution: "wrap-ansi@npm:6.2.0"
4832+
dependencies:
4833+
ansi-styles: ^4.0.0
4834+
string-width: ^4.1.0
4835+
strip-ansi: ^6.0.0
4836+
checksum: 6cd96a410161ff617b63581a08376f0cb9162375adeb7956e10c8cd397821f7eb2a6de24eb22a0b28401300bf228c86e50617cd568209b5f6775b93c97d2fe3a
4837+
languageName: node
4838+
linkType: hard
4839+
48294840
"wrap-ansi@npm:^7.0.0":
48304841
version: 7.0.0
48314842
resolution: "wrap-ansi@npm:7.0.0"

0 commit comments

Comments
 (0)