Skip to content

Commit 1a1bf8c

Browse files
build(deps): update dependency inquirer to v9.3.6
1 parent 76e2db3 commit 1a1bf8c

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-plugin-prefer-arrow": "1.2.3",
101101
"eslint-plugin-sonarjs": "0.25.1",
102102
"husky": "9.1.5",
103-
"inquirer": "9.2.22",
103+
"inquirer": "9.3.6",
104104
"pinst": "3.0.0",
105105
"prettier": "3.2.5",
106106
"semantic-release": "23.1.1",

yarn.lock

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ __metadata:
345345
languageName: node
346346
linkType: hard
347347

348-
"@inquirer/figures@npm:^1.0.2":
349-
version: 1.0.2
350-
resolution: "@inquirer/figures@npm:1.0.2"
351-
checksum: 10c0/7e74c41385d940d43a97d31386114669986548f878a1d12d8387c36e51f8e491d2cc307ece7670b068982dc3579269bd1258d30ebe36cb19006cf6a20a07dc66
348+
"@inquirer/figures@npm:^1.0.3":
349+
version: 1.0.5
350+
resolution: "@inquirer/figures@npm:1.0.5"
351+
checksum: 10c0/ec9ba23db42cb33fa18eb919abf2a18e750e739e64c1883ce4a98345cd5711c60cac12d1faf56a859f52d387deb221c8d3dfe60344ee07955a9a262f8b821fe3
352352
languageName: node
353353
linkType: hard
354354

@@ -405,15 +405,6 @@ __metadata:
405405
languageName: node
406406
linkType: hard
407407

408-
"@ljharb/through@npm:^2.3.13":
409-
version: 2.3.13
410-
resolution: "@ljharb/through@npm:2.3.13"
411-
dependencies:
412-
call-bind: "npm:^1.0.7"
413-
checksum: 10c0/fb60b2fb2c674a674d8ebdb8972ccf52f8a62a9c1f5a2ac42557bc0273231c65d642aa2d7627cbb300766a25ae4642acd0f95fba2f8a1ff891086f0cb15807c3
414-
languageName: node
415-
linkType: hard
416-
417408
"@mapbox/node-pre-gyp@npm:^1.0.5":
418409
version: 1.0.11
419410
resolution: "@mapbox/node-pre-gyp@npm:1.0.11"
@@ -1147,7 +1138,7 @@ __metadata:
11471138
eslint-plugin-sonarjs: "npm:0.25.1"
11481139
hosted-git-info: "npm:7.0.1"
11491140
husky: "npm:9.1.5"
1150-
inquirer: "npm:9.2.22"
1141+
inquirer: "npm:9.3.6"
11511142
jsdom: "npm:24.0.0"
11521143
node-releases: "npm:2.0.18"
11531144
non-null: "npm:2.0.1"
@@ -4653,26 +4644,23 @@ __metadata:
46534644
languageName: node
46544645
linkType: hard
46554646

4656-
"inquirer@npm:9.2.22":
4657-
version: 9.2.22
4658-
resolution: "inquirer@npm:9.2.22"
4647+
"inquirer@npm:9.3.6":
4648+
version: 9.3.6
4649+
resolution: "inquirer@npm:9.3.6"
46594650
dependencies:
4660-
"@inquirer/figures": "npm:^1.0.2"
4661-
"@ljharb/through": "npm:^2.3.13"
4651+
"@inquirer/figures": "npm:^1.0.3"
46624652
ansi-escapes: "npm:^4.3.2"
4663-
chalk: "npm:^5.3.0"
4664-
cli-cursor: "npm:^3.1.0"
46654653
cli-width: "npm:^4.1.0"
46664654
external-editor: "npm:^3.1.0"
4667-
lodash: "npm:^4.17.21"
46684655
mute-stream: "npm:1.0.0"
46694656
ora: "npm:^5.4.1"
46704657
run-async: "npm:^3.0.0"
46714658
rxjs: "npm:^7.8.1"
46724659
string-width: "npm:^4.2.3"
46734660
strip-ansi: "npm:^6.0.1"
46744661
wrap-ansi: "npm:^6.2.0"
4675-
checksum: 10c0/a7dc69a42b634a7222e75783d733a24d776bff43dcc77c6f0a47637dbc02a362de182b30165ede7978cd9fe7d22bae14fdd84e0cbfaec8c2b0a89d9131867bca
4662+
yoctocolors-cjs: "npm:^2.1.2"
4663+
checksum: 10c0/29625ffc98979a862d3db1d006464526e1dd9f62f0aae68ab0231af56a193cbdc7f90d6222541e1dcf1ff1d3c1d36e33883f314b67bb731fd68a7b18999ef6e3
46764664
languageName: node
46774665
linkType: hard
46784666

@@ -9066,6 +9054,13 @@ __metadata:
90669054
languageName: node
90679055
linkType: hard
90689056

9057+
"yoctocolors-cjs@npm:^2.1.2":
9058+
version: 2.1.2
9059+
resolution: "yoctocolors-cjs@npm:2.1.2"
9060+
checksum: 10c0/a0e36eb88fea2c7981eab22d1ba45e15d8d268626e6c4143305e2c1628fa17ebfaa40cd306161a8ce04c0a60ee0262058eab12567493d5eb1409780853454c6f
9061+
languageName: node
9062+
linkType: hard
9063+
90699064
"yoctocolors@npm:^2.0.0":
90709065
version: 2.0.0
90719066
resolution: "yoctocolors@npm:2.0.0"

0 commit comments

Comments
 (0)