Skip to content

Commit 9ca81d5

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [@inquirer/expand](https://github.com/SBoudrias/Inquirer.js) and [@inquirer/select](https://github.com/SBoudrias/Inquirer.js). Updates `@inquirer/expand` from 4.0.13 to 4.0.15 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/expand@4.0.13...@inquirer/expand@4.0.15) Updates `@inquirer/select` from 4.2.1 to 4.2.3 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/select@4.2.1...@inquirer/select@4.2.3) --- updated-dependencies: - dependency-name: "@inquirer/expand" dependency-version: 4.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@inquirer/select" dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a2f306 commit 9ca81d5

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,13 +1564,13 @@
15641564
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
15651565
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
15661566

1567-
"@inquirer/core@^10.1.11":
1568-
version "10.1.11"
1569-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.11.tgz#4022032b5b6b35970e1c3fcfc522bc250ef8810d"
1570-
integrity sha512-BXwI/MCqdtAhzNQlBEFE7CEflhPkl/BqvAuV/aK6lW3DClIfYVDWPP/kXuXHtBWC7/EEbNqd/1BGq2BGBBnuxw==
1567+
"@inquirer/core@^10.1.13":
1568+
version "10.1.13"
1569+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.13.tgz#8f1ecfaba288fd2d705c7ac0690371464cf687b0"
1570+
integrity sha512-1viSxebkYN2nJULlzCxES6G9/stgHSepZ9LqqfdIGPHj5OHhiBUXVS0a6R0bEC2A+VL4D9w6QB66ebCr6HGllA==
15711571
dependencies:
1572-
"@inquirer/figures" "^1.0.11"
1573-
"@inquirer/type" "^3.0.6"
1572+
"@inquirer/figures" "^1.0.12"
1573+
"@inquirer/type" "^3.0.7"
15741574
ansi-escapes "^4.3.2"
15751575
cli-width "^4.1.0"
15761576
mute-stream "^2.0.0"
@@ -1579,34 +1579,34 @@
15791579
yoctocolors-cjs "^2.1.2"
15801580

15811581
"@inquirer/expand@^4.0.3":
1582-
version "4.0.13"
1583-
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.13.tgz#2f018c28464683a1a4a450713a810248d48f4762"
1584-
integrity sha512-HgYNWuZLHX6q5y4hqKhwyytqAghmx35xikOGY3TcgNiElqXGPas24+UzNPOwGUZa5Dn32y25xJqVeUcGlTv+QQ==
1582+
version "4.0.15"
1583+
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.15.tgz#8b49f3503118bb977a13a9040fa84deb9b043ab6"
1584+
integrity sha512-4Y+pbr/U9Qcvf+N/goHzPEXiHH8680lM3Dr3Y9h9FFw4gHS+zVpbj8LfbKWIb/jayIB4aSO4pWiBTrBYWkvi5A==
15851585
dependencies:
1586-
"@inquirer/core" "^10.1.11"
1587-
"@inquirer/type" "^3.0.6"
1586+
"@inquirer/core" "^10.1.13"
1587+
"@inquirer/type" "^3.0.7"
15881588
yoctocolors-cjs "^2.1.2"
15891589

1590-
"@inquirer/figures@^1.0.11", "@inquirer/figures@^1.0.3":
1591-
version "1.0.11"
1592-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.11.tgz#4744e6db95288fea1dead779554859710a959a21"
1593-
integrity sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==
1590+
"@inquirer/figures@^1.0.12", "@inquirer/figures@^1.0.3":
1591+
version "1.0.12"
1592+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.12.tgz#667d6254cc7ba3b0c010a323d78024a1d30c6053"
1593+
integrity sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==
15941594

15951595
"@inquirer/select@^4.0.3":
1596-
version "4.2.1"
1597-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.1.tgz#1be785ef4cd7dccd67fa4b77ff9dc8460cbc554b"
1598-
integrity sha512-gt1Kd5XZm+/ddemcT3m23IP8aD8rC9drRckWoP/1f7OL46Yy2FGi8DSmNjEjQKtPl6SV96Kmjbl6p713KXJ/Jg==
1596+
version "4.2.3"
1597+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.3.tgz#3e31b56aff7bce9b46a0e2c8428118a25fe51c32"
1598+
integrity sha512-OAGhXU0Cvh0PhLz9xTF/kx6g6x+sP+PcyTiLvCrewI99P3BBeexD+VbuwkNDvqGkk3y2h5ZiWLeRP7BFlhkUDg==
15991599
dependencies:
1600-
"@inquirer/core" "^10.1.11"
1601-
"@inquirer/figures" "^1.0.11"
1602-
"@inquirer/type" "^3.0.6"
1600+
"@inquirer/core" "^10.1.13"
1601+
"@inquirer/figures" "^1.0.12"
1602+
"@inquirer/type" "^3.0.7"
16031603
ansi-escapes "^4.3.2"
16041604
yoctocolors-cjs "^2.1.2"
16051605

1606-
"@inquirer/type@^3.0.6":
1607-
version "3.0.6"
1608-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.6.tgz#2500e435fc2014c5250eec3279f42b70b64089bd"
1609-
integrity sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==
1606+
"@inquirer/type@^3.0.7":
1607+
version "3.0.7"
1608+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.7.tgz#b46bcf377b3172dbc768fdbd053e6492ad801a09"
1609+
integrity sha512-PfunHQcjwnju84L+ycmcMKB/pTPIngjUJvfnRhKY6FKPuYXlM4aQCb/nIdTFR6BEhMjFvngzvng/vBAJMZpLSA==
16101610

16111611
"@isaacs/cliui@^8.0.2":
16121612
version "8.0.2"

0 commit comments

Comments
 (0)