From a3edd713dc562806948676d471f940425b3f9781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:41:57 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.17.46 to 4.18.0 Bumps [oclif](https://github.com/oclif/oclif) from 4.17.46 to 4.18.0. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.17.46...4.18.0) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 320b1b5f..bf61a15d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@salesforce/plugin-command-reference": "^3.1.54", "@salesforce/ts-types": "^2.0.11", "eslint-plugin-sf-plugin": "^1.20.24", - "oclif": "^4.17.46", + "oclif": "^4.18.0", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index 413fd53e..77e54534 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2742,7 +2742,7 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -ansis@^3.17.0, ansis@^3.3.2: +ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2: version "3.17.0" resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7" integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg== @@ -3106,7 +3106,7 @@ chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0: +chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -5909,10 +5909,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.17.46: - version "4.17.46" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb" - integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw== +oclif@^4.18.0: + version "4.18.0" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.0.tgz#4216a87ae947ae233a92f94448e970fce621b11a" + integrity sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw== dependencies: "@aws-sdk/client-cloudfront" "^3.787.0" "@aws-sdk/client-s3" "^3.787.0" @@ -5923,8 +5923,8 @@ oclif@^4.17.46: "@oclif/plugin-help" "^6.2.27" "@oclif/plugin-not-found" "^3.2.48" "@oclif/plugin-warn-if-update-available" "^3.1.38" + ansis "^3.16.0" async-retry "^1.3.3" - chalk "^4" change-case "^4" debug "^4.4.0" ejs "^3.1.10"