Skip to content

Commit 3dc8294

Browse files
authored
Merge pull request #611 from salesforcecli/dependabot-npm_and_yarn-inquirer-confirm-3.1.22
fix(deps): bump @inquirer/confirm from 3.1.20 to 3.1.22
2 parents 09562b4 + c7eaca6 commit 3dc8294

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"node": ">=18.0.0"
4545
},
4646
"dependencies": {
47-
"@inquirer/confirm": "^3.1.20",
47+
"@inquirer/confirm": "^3.1.22",
4848
"@inquirer/password": "^2.1.22",
4949
"@oclif/core": "^4.0.15",
5050
"@salesforce/core": "^8.2.7",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -395,15 +395,15 @@
395395
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
396396
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
397397

398-
"@inquirer/confirm@^3.1.20":
399-
version "3.1.20"
400-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.20.tgz#8fa3eb814b4e433fa109b6b91b797633e7f7665e"
401-
integrity sha512-UvG5Plh0MfCqUvZB8RKzBBEWB/EeMzO59Awy/Jg4NgeSjIPqhPaQFnnmxiyWUTwZh4uENB7wCklEFUwckioXWg==
398+
"@inquirer/confirm@^3.1.22":
399+
version "3.1.22"
400+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
401+
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
402402
dependencies:
403-
"@inquirer/core" "^9.0.8"
404-
"@inquirer/type" "^1.5.1"
403+
"@inquirer/core" "^9.0.10"
404+
"@inquirer/type" "^1.5.2"
405405

406-
"@inquirer/core@^9.0.10", "@inquirer/core@^9.0.8":
406+
"@inquirer/core@^9.0.10":
407407
version "9.0.10"
408408
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
409409
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
@@ -436,7 +436,7 @@
436436
"@inquirer/type" "^1.5.2"
437437
ansi-escapes "^4.3.2"
438438

439-
"@inquirer/type@^1.5.1", "@inquirer/type@^1.5.2":
439+
"@inquirer/type@^1.5.2":
440440
version "1.5.2"
441441
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
442442
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==

0 commit comments

Comments
 (0)