Skip to content

Commit 818387e

Browse files
chore(dev-deps): bump oclif from 4.20.0 to 4.20.1 (#439)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96e6f83 commit 818387e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-sf-plugin": "^1.20.26",
3838
"eslint-plugin-unicorn": "^50.0.1",
3939
"esmock": "^2.7.0",
40-
"oclif": "^4.20.0",
40+
"oclif": "^4.20.1",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^5.5.4"
4343
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,10 +2804,10 @@
28042804
ansis "^3.17.0"
28052805
fast-levenshtein "^3.0.0"
28062806

2807-
"@oclif/plugin-warn-if-update-available@^3.1.38":
2808-
version "3.1.40"
2809-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.40.tgz#eb00fd7f199e6d08e6e4897560126b3570ecd5cb"
2810-
integrity sha512-k5FBGxjXsSj56075MFVx5I9MAJa082evyPqLUBOjXL9w91q3k/89U+kTCfFNTQga8DykxhMP/7UTuDFV+d/Dhg==
2807+
"@oclif/plugin-warn-if-update-available@^3.1.41":
2808+
version "3.1.42"
2809+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8"
2810+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
28112811
dependencies:
28122812
"@oclif/core" "^4"
28132813
ansis "^3.17.0"
@@ -9364,10 +9364,10 @@ object.values@^1.2.0:
93649364
define-properties "^1.2.1"
93659365
es-object-atoms "^1.0.0"
93669366

9367-
oclif@^4.20.0:
9368-
version "4.20.0"
9369-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.0.tgz#6423733e580ffa13b8bbea825390761a9719b65e"
9370-
integrity sha512-crfnwuZpbosmaxDCCZ2hSePEwnQS92MrWRpSaOU4TzgvKQfitQL9k2o7zqV12VdxCAI0hB7tYWqS4LMocqBPcQ==
9367+
oclif@^4.20.1:
9368+
version "4.20.1"
9369+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8"
9370+
integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
93719371
dependencies:
93729372
"@aws-sdk/client-cloudfront" "^3.787.0"
93739373
"@aws-sdk/client-s3" "^3.787.0"
@@ -9377,7 +9377,7 @@ oclif@^4.20.0:
93779377
"@oclif/core" "^4.4.0"
93789378
"@oclif/plugin-help" "^6.2.29"
93799379
"@oclif/plugin-not-found" "^3.2.57"
9380-
"@oclif/plugin-warn-if-update-available" "^3.1.38"
9380+
"@oclif/plugin-warn-if-update-available" "^3.1.41"
93819381
ansis "^3.16.0"
93829382
async-retry "^1.3.3"
93839383
change-case "^4"

0 commit comments

Comments
 (0)