Skip to content

Commit 7c2051e

Browse files
authored
Merge pull request #1125 from salesforcecli/dependabot-npm_and_yarn-oclif-4.14.19
chore(dev-deps): bump oclif from 4.14.16 to 4.14.19
2 parents 417cf6d + 1ac0536 commit 7c2051e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@salesforce/plugin-command-reference": "^3.1.14",
2323
"@salesforce/ts-sinon": "^1.4.22",
2424
"eslint-plugin-sf-plugin": "^1.20.2",
25-
"oclif": "^4.14.16",
25+
"oclif": "^4.14.19",
2626
"ts-node": "^10.9.2",
2727
"typescript": "^5.5.4"
2828
},

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
ansi-escapes "^4.3.2"
13291329
yoctocolors-cjs "^2.1.2"
13301330

1331-
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.17":
1331+
"@inquirer/confirm@^3.1.17", "@inquirer/confirm@^3.1.22":
13321332
version "3.1.22"
13331333
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
13341334
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
@@ -1581,12 +1581,12 @@
15811581
dependencies:
15821582
"@oclif/core" "^4"
15831583

1584-
"@oclif/plugin-not-found@^3.2.14":
1585-
version "3.2.15"
1586-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.15.tgz#1ed11b3d0727e6aa6e18f011cbe9da0666b258ea"
1587-
integrity sha512-+i+ieIXS0Tqh/m7n5Mat81hjeY46Wo4pWV8dQKbX+kw2u0BxidBTYugZtMxz47PbYUT5rS/xYB5l31CAZf4yTg==
1584+
"@oclif/plugin-not-found@^3.2.15":
1585+
version "3.2.16"
1586+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.16.tgz#e81c3ec965802d07b80dade118cbec86ec5082dd"
1587+
integrity sha512-9yGR1lAg4ItSwRb4WhZ41X+6tO55SJjDYnu+EXW9gPCPj64z5qRIBU1ZWUZGtxJpHNB0vUh9nDLTsQAJOw/lnw==
15881588
dependencies:
1589-
"@inquirer/confirm" "^3.1.14"
1589+
"@inquirer/confirm" "^3.1.22"
15901590
"@oclif/core" "^4"
15911591
ansis "^3.3.1"
15921592
fast-levenshtein "^3.0.0"
@@ -6346,19 +6346,19 @@ object.values@^1.1.7:
63466346
define-properties "^1.2.0"
63476347
es-abstract "^1.22.1"
63486348

6349-
oclif@^4.14.16:
6350-
version "4.14.16"
6351-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.16.tgz#81bc5e34dbe8af96c450205713484099b504bf01"
6352-
integrity sha512-5SiYsHhoqJQ6LOQE4Dl+mn+fIogfMZMdAryvsHtV9sqKxwsad98k847JJMyheG/CavPkkMuEa3o1KcbhGp+kgQ==
6349+
oclif@^4.14.19:
6350+
version "4.14.19"
6351+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.19.tgz#e6bdc56abb336100a7e2d8b2bb0e62cf741cb330"
6352+
integrity sha512-JdpLi1JbJ2OqSYCSLNzuLx9sn+ZgKNx3Z/zAL9f/BWsrQ6ohq3ElhjeAOSwOki3n533hjGqFHJW/hj1yuGYl0g==
63536353
dependencies:
63546354
"@aws-sdk/client-cloudfront" "^3.624.0"
63556355
"@aws-sdk/client-s3" "^3.614.0"
6356-
"@inquirer/confirm" "^3.1.16"
6356+
"@inquirer/confirm" "^3.1.22"
63576357
"@inquirer/input" "^2.2.4"
63586358
"@inquirer/select" "^2.3.10"
63596359
"@oclif/core" "^4"
63606360
"@oclif/plugin-help" "^6.2.7"
6361-
"@oclif/plugin-not-found" "^3.2.14"
6361+
"@oclif/plugin-not-found" "^3.2.15"
63626362
"@oclif/plugin-warn-if-update-available" "^3.0.19"
63636363
async-retry "^1.3.3"
63646364
chalk "^4"

0 commit comments

Comments
 (0)