Skip to content

Commit 54c7b9d

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

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@salesforce/plugin-user": "^3.6.27",
2323
"@types/debug": "^4.1.12",
2424
"eslint-plugin-sf-plugin": "^1.20.26",
25-
"oclif": "^4.20.0",
25+
"oclif": "^4.20.1",
2626
"ts-node": "^10.9.2",
2727
"typescript": "^5.5.4"
2828
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,14 +1611,14 @@
16111611
ansis "^3.17.0"
16121612
fast-levenshtein "^3.0.0"
16131613

1614-
"@oclif/plugin-warn-if-update-available@^3.1.38":
1615-
version "3.1.38"
1616-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.38.tgz#331f9ed8d6e9e36919c0814b24c8c9adbfe2acc4"
1617-
integrity sha512-lwYtVXdQaBJV94DglPu140Bc6NmmysHhX5PZtdxeNcUG2BgSX/Sre7oCzMEgmuhe4Lu2jDviMxTX81a8wv6v1w==
1614+
"@oclif/plugin-warn-if-update-available@^3.1.41":
1615+
version "3.1.42"
1616+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8"
1617+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
16181618
dependencies:
16191619
"@oclif/core" "^4"
16201620
ansis "^3.17.0"
1621-
debug "^4.4.0"
1621+
debug "^4.4.1"
16221622
http-call "^5.2.2"
16231623
lodash "^4.17.21"
16241624
registry-auth-token "^5.1.0"
@@ -6150,10 +6150,10 @@ object.values@^1.1.7:
61506150
define-properties "^1.2.0"
61516151
es-abstract "^1.22.1"
61526152

6153-
oclif@^4.20.0:
6154-
version "4.20.0"
6155-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.0.tgz#6423733e580ffa13b8bbea825390761a9719b65e"
6156-
integrity sha512-crfnwuZpbosmaxDCCZ2hSePEwnQS92MrWRpSaOU4TzgvKQfitQL9k2o7zqV12VdxCAI0hB7tYWqS4LMocqBPcQ==
6153+
oclif@^4.20.1:
6154+
version "4.20.1"
6155+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8"
6156+
integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
61576157
dependencies:
61586158
"@aws-sdk/client-cloudfront" "^3.787.0"
61596159
"@aws-sdk/client-s3" "^3.787.0"
@@ -6163,7 +6163,7 @@ oclif@^4.20.0:
61636163
"@oclif/core" "^4.4.0"
61646164
"@oclif/plugin-help" "^6.2.29"
61656165
"@oclif/plugin-not-found" "^3.2.57"
6166-
"@oclif/plugin-warn-if-update-available" "^3.1.38"
6166+
"@oclif/plugin-warn-if-update-available" "^3.1.41"
61676167
ansis "^3.16.0"
61686168
async-retry "^1.3.3"
61696169
change-case "^4"

0 commit comments

Comments
 (0)