Skip to content

Commit afac44a

Browse files
chore(dev-deps): bump oclif from 4.10.8 to 4.10.11
Bumps [oclif](https://github.com/oclif/oclif) from 4.10.8 to 4.10.11. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.10.8...4.10.11) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87c2a86 commit afac44a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@salesforce/dev-scripts": "^9.0.0",
1717
"@salesforce/plugin-command-reference": "^3.0.82",
1818
"eslint-plugin-sf-plugin": "^1.18.3",
19-
"oclif": "^4.10.8",
19+
"oclif": "^4.10.11",
2020
"ts-node": "^10.9.2",
2121
"typescript": "^5.4.5"
2222
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,17 +1383,17 @@
13831383
dependencies:
13841384
"@oclif/core" "^3.26.2"
13851385

1386-
"@oclif/plugin-not-found@^3.1.8":
1387-
version "3.1.8"
1388-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.8.tgz#5fc871019868f425bbf301437630afaebaa914e5"
1389-
integrity sha512-TbpMJ7PODaXuodSivqJo9cFxiVxNUmkCCl1BTdMpLuy82nxMv6aON0W1DVJryJ/OQjM4RKXvH3x3qCB7Xn0U8g==
1386+
"@oclif/plugin-not-found@^3.1.9":
1387+
version "3.1.9"
1388+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz#fcae1378761be98e774aa11d36ebef69019fd09b"
1389+
integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
13901390
dependencies:
13911391
"@inquirer/confirm" "^3.1.6"
13921392
"@oclif/core" "^3.26.5"
13931393
chalk "^5.3.0"
13941394
fast-levenshtein "^3.0.0"
13951395

1396-
"@oclif/plugin-warn-if-update-available@^3.0.17":
1396+
"@oclif/plugin-warn-if-update-available@^3.0.18":
13971397
version "3.0.19"
13981398
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz#1009a1ff0016b64731792d169f2ee78e9770f5b1"
13991399
integrity sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==
@@ -5568,10 +5568,10 @@ object.values@^1.1.7:
55685568
define-properties "^1.2.0"
55695569
es-abstract "^1.22.1"
55705570

5571-
oclif@^4.10.8:
5572-
version "4.10.8"
5573-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.8.tgz#04bff6c2cf976db1efc24655c05f5172a433cca7"
5574-
integrity sha512-In7G35G00/u9KuWn/RcDRSxUiHJG7P04TmqRPZEozUxtR4XnNS4EvGoIfi4k5fCY3rMirL/GSdvOoyRaIRGDQw==
5571+
oclif@^4.10.11:
5572+
version "4.10.11"
5573+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.11.tgz#15c85f67d4d8c57a496261d1a4fc95596f85d32c"
5574+
integrity sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==
55755575
dependencies:
55765576
"@aws-sdk/client-cloudfront" "^3.574.0"
55775577
"@aws-sdk/client-s3" "^3.569.0"
@@ -5580,8 +5580,8 @@ oclif@^4.10.8:
55805580
"@inquirer/select" "^2.3.2"
55815581
"@oclif/core" "^3.26.5"
55825582
"@oclif/plugin-help" "^6.0.21"
5583-
"@oclif/plugin-not-found" "^3.1.8"
5584-
"@oclif/plugin-warn-if-update-available" "^3.0.17"
5583+
"@oclif/plugin-not-found" "^3.1.9"
5584+
"@oclif/plugin-warn-if-update-available" "^3.0.18"
55855585
async-retry "^1.3.3"
55865586
chalk "^4"
55875587
change-case "^4"

0 commit comments

Comments
 (0)