Skip to content

Commit 79da6e0

Browse files
committed
fix: upgrade ink-select-input from 6.0.0 to 6.2.0
Snyk has created this PR to upgrade ink-select-input from 6.0.0 to 6.2.0. See this package in yarn: ink-select-input See this project in Snyk: https://app.snyk.io/org/warengonzaga/project/25c35ad8-2c54-453b-af65-935b57f7f63a?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 07b40b0 commit 79da6e0

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ink": "^5.0.1",
4545
"ink-big-text": "^2.0.0",
4646
"ink-gradient": "^3.0.0",
47-
"ink-select-input": "^6.0.0",
47+
"ink-select-input": "^6.2.0",
4848
"is-git-repository": "^2.0.0",
4949
"meow": "^11.0.0",
5050
"openai": "^4.28.4",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,13 +2515,12 @@ ink-gradient@^3.0.0:
25152515
prop-types "^15.8.1"
25162516
strip-ansi "^7.1.0"
25172517

2518-
ink-select-input@^6.0.0:
2519-
version "6.0.0"
2520-
resolved "https://registry.yarnpkg.com/ink-select-input/-/ink-select-input-6.0.0.tgz#b6192ee6c397a7e8b5cfdcafcd833885cf100579"
2521-
integrity sha512-2mCbn1b9xeguA3qJiaf8Sx8W4MM005wACcLKwHWWJmJ8BapjsahmQPuY2U2qyGc817IdWFjNk/K41Vn39UlO4Q==
2518+
ink-select-input@^6.2.0:
2519+
version "6.2.0"
2520+
resolved "https://registry.yarnpkg.com/ink-select-input/-/ink-select-input-6.2.0.tgz#c8114a5022a79aaa3e163c148e9bf72a0989b8af"
2521+
integrity sha512-304fZXxkpYxJ9si5lxRCaX01GNlmPBgOZumXXRnPYbHW/iI31cgQynqk2tRypGLOF1cMIwPUzL2LSm6q4I5rQQ==
25222522
dependencies:
25232523
figures "^6.1.0"
2524-
lodash.isequal "^4.5.0"
25252524
to-rotated "^1.0.0"
25262525

25272526
ink-testing-library@^3.0.0:
@@ -3129,11 +3128,6 @@ lodash-es@^4.17.21:
31293128
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
31303129
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
31313130

3132-
lodash.isequal@^4.5.0:
3133-
version "4.5.0"
3134-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3135-
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
3136-
31373131
lodash.merge@^4.6.2:
31383132
version "4.6.2"
31393133
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"

0 commit comments

Comments
 (0)