Skip to content

Commit f426355

Browse files
fix(deps): bump @inquirer/select from 1.3.1 to 1.3.3
Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/select@1.3.1...@inquirer/select@1.3.3) --- updated-dependencies: - dependency-name: "@inquirer/select" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f00e539 commit f426355

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@inquirer/checkbox": "^1.5.2",
9-
"@inquirer/select": "^1.3.1",
9+
"@inquirer/select": "^1.3.3",
1010
"@oclif/core": "^3.18.2",
1111
"@salesforce/core": "^6.5.1",
1212
"@salesforce/kit": "^3.0.15",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1293,13 +1293,13 @@
12931293
ansi-escapes "^4.3.2"
12941294
chalk "^4.1.2"
12951295

1296-
"@inquirer/select@^1.3.1":
1297-
version "1.3.1"
1298-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-1.3.1.tgz#b10bb8d4ba72f08eb887b3d948eb734d680897c6"
1299-
integrity sha512-EgOPHv7XOHEqiBwBJTyiMg9r57ySyW4oyYCumGp+pGyOaXQaLb2kTnccWI6NFd9HSi5kDJhF7YjA+3RfMQJ2JQ==
1296+
"@inquirer/select@^1.3.3":
1297+
version "1.3.3"
1298+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-1.3.3.tgz#7d832ee603c15b706148e47cda29cdf6634cd94b"
1299+
integrity sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==
13001300
dependencies:
1301-
"@inquirer/core" "^5.1.1"
1302-
"@inquirer/type" "^1.1.5"
1301+
"@inquirer/core" "^6.0.0"
1302+
"@inquirer/type" "^1.1.6"
13031303
ansi-escapes "^4.3.2"
13041304
chalk "^4.1.2"
13051305
figures "^3.2.0"

0 commit comments

Comments
 (0)