Skip to content

Commit d91a5c9

Browse files
authored
Merge pull request #974 from salesforcecli/dependabot-npm_and_yarn-oclif-4.10.13
chore(dev-deps): bump oclif from 4.10.8 to 4.10.13
2 parents 89695c0 + 79cca85 commit d91a5c9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@salesforce/plugin-command-reference": "^3.0.85",
1919
"chai-each": "^0.0.1",
2020
"eslint-plugin-sf-plugin": "^1.18.3",
21-
"oclif": "^4.10.8",
21+
"oclif": "^4.10.13",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.4.5"
2424
},

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,17 +1381,17 @@
13811381
dependencies:
13821382
"@oclif/core" "^3.26.2"
13831383

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

1394-
"@oclif/plugin-warn-if-update-available@^3.0.17":
1394+
"@oclif/plugin-warn-if-update-available@^3.0.19":
13951395
version "3.0.19"
13961396
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz#1009a1ff0016b64731792d169f2ee78e9770f5b1"
13971397
integrity sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==
@@ -5575,10 +5575,10 @@ object.values@^1.1.7:
55755575
define-properties "^1.2.0"
55765576
es-abstract "^1.22.1"
55775577

5578-
oclif@^4.10.8:
5579-
version "4.10.8"
5580-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.8.tgz#04bff6c2cf976db1efc24655c05f5172a433cca7"
5581-
integrity sha512-In7G35G00/u9KuWn/RcDRSxUiHJG7P04TmqRPZEozUxtR4XnNS4EvGoIfi4k5fCY3rMirL/GSdvOoyRaIRGDQw==
5578+
oclif@^4.10.13:
5579+
version "4.10.13"
5580+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.13.tgz#d4ed2535d66dcfeefdc3edee8c8e7d402ed98754"
5581+
integrity sha512-BeWlWGFf3qCFGz2IOLEi9lT0HjhVNFFWgMOloFHY1zHcywnBXoxi46FYBtchW6J3oY70JEkhLYhx9YsrTzcW6Q==
55825582
dependencies:
55835583
"@aws-sdk/client-cloudfront" "^3.574.0"
55845584
"@aws-sdk/client-s3" "^3.569.0"
@@ -5587,8 +5587,8 @@ oclif@^4.10.8:
55875587
"@inquirer/select" "^2.3.2"
55885588
"@oclif/core" "^3.26.5"
55895589
"@oclif/plugin-help" "^6.0.21"
5590-
"@oclif/plugin-not-found" "^3.1.8"
5591-
"@oclif/plugin-warn-if-update-available" "^3.0.17"
5590+
"@oclif/plugin-not-found" "^3.1.9"
5591+
"@oclif/plugin-warn-if-update-available" "^3.0.19"
55925592
async-retry "^1.3.3"
55935593
chalk "^4"
55945594
change-case "^4"
@@ -5600,7 +5600,7 @@ oclif@^4.10.8:
56005600
got "^13"
56015601
lodash "^4.17.21"
56025602
normalize-package-data "^6"
5603-
semver "^7.6.0"
5603+
semver "^7.6.2"
56045604
sort-package-json "^2.10.0"
56055605
tiny-jsonc "^1.0.1"
56065606
validate-npm-package-name "^5.0.0"

0 commit comments

Comments
 (0)