Skip to content

Commit 94a70b6

Browse files
chore(dev-deps): bump @inquirer/type from 1.5.3 to 1.5.5
Bumps [@inquirer/type](https://github.com/SBoudrias/Inquirer.js) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/commits) --- updated-dependencies: - dependency-name: "@inquirer/type" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12cfcad commit 94a70b6

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"terminal-link": "^3.0.0"
5959
},
6060
"devDependencies": {
61-
"@inquirer/type": "^1.5.2",
61+
"@inquirer/type": "^1.5.5",
6262
"@oclif/test": "^4.0.9",
6363
"@salesforce/dev-scripts": "^10.2.10",
6464
"@types/cli-progress": "^3.11.6",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,10 @@
444444
"@inquirer/type" "^1.5.3"
445445
ansi-escapes "^4.3.2"
446446

447-
"@inquirer/type@^1.5.2", "@inquirer/type@^1.5.3":
448-
version "1.5.3"
449-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.3.tgz#220ae9f3d5ae17dd3b2ce5ffd6b48c4a30c73181"
450-
integrity sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==
447+
"@inquirer/type@^1.5.2", "@inquirer/type@^1.5.3", "@inquirer/type@^1.5.5":
448+
version "1.5.5"
449+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.5.tgz#303ea04ce7ad2e585b921b662b3be36ef7b4f09b"
450+
integrity sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==
451451
dependencies:
452452
mute-stream "^1.0.0"
453453

@@ -4997,7 +4997,16 @@ stack-utils@^2.0.6:
49974997
dependencies:
49984998
escape-string-regexp "^2.0.0"
49994999

5000-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5000+
"string-width-cjs@npm:string-width@^4.2.0":
5001+
version "4.2.3"
5002+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5003+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5004+
dependencies:
5005+
emoji-regex "^8.0.0"
5006+
is-fullwidth-code-point "^3.0.0"
5007+
strip-ansi "^6.0.1"
5008+
5009+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
50015010
version "4.2.3"
50025011
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
50035012
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5065,7 +5074,14 @@ string_decoder@~1.1.1:
50655074
dependencies:
50665075
safe-buffer "~5.1.0"
50675076

5068-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5077+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5078+
version "6.0.1"
5079+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5080+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5081+
dependencies:
5082+
ansi-regex "^5.0.1"
5083+
5084+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50695085
version "6.0.1"
50705086
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50715087
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5574,7 +5590,7 @@ workerpool@^6.5.1:
55745590
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
55755591
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
55765592

5577-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5593+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
55785594
version "7.0.0"
55795595
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55805596
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5592,6 +5608,15 @@ wrap-ansi@^6.2.0:
55925608
string-width "^4.1.0"
55935609
strip-ansi "^6.0.0"
55945610

5611+
wrap-ansi@^7.0.0:
5612+
version "7.0.0"
5613+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5614+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5615+
dependencies:
5616+
ansi-styles "^4.0.0"
5617+
string-width "^4.1.0"
5618+
strip-ansi "^6.0.0"
5619+
55955620
wrap-ansi@^8.1.0:
55965621
version "8.1.0"
55975622
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)