Skip to content

Commit 4af45ea

Browse files
chore(dev-deps): bump oclif from 4.19.0 to 4.20.1
Bumps [oclif](https://github.com/oclif/oclif) from 4.19.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.19.0...4.20.1) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.20.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 206c036 commit 4af45ea

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
@@ -20,7 +20,7 @@
2020
"@salesforce/plugin-command-reference": "^3.1.57",
2121
"@types/tough-cookie": "^4.0.5",
2222
"eslint-plugin-sf-plugin": "^1.20.26",
23-
"oclif": "^4.19.0",
23+
"oclif": "^4.20.1",
2424
"ts-node": "^10.9.2",
2525
"tsx": "^4.20.3",
2626
"typescript": "^5.5.4"

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@
17131713
"@nodelib/fs.scandir" "2.1.5"
17141714
fastq "^1.6.0"
17151715

1716-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.3":
1716+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.4.0":
17171717
version "4.4.0"
17181718
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2"
17191719
integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
@@ -1782,14 +1782,14 @@
17821782
ansis "^3.17.0"
17831783
fast-levenshtein "^3.0.0"
17841784

1785-
"@oclif/plugin-warn-if-update-available@^3.1.38":
1786-
version "3.1.38"
1787-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.38.tgz#331f9ed8d6e9e36919c0814b24c8c9adbfe2acc4"
1788-
integrity sha512-lwYtVXdQaBJV94DglPu140Bc6NmmysHhX5PZtdxeNcUG2BgSX/Sre7oCzMEgmuhe4Lu2jDviMxTX81a8wv6v1w==
1785+
"@oclif/plugin-warn-if-update-available@^3.1.41":
1786+
version "3.1.42"
1787+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8"
1788+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
17891789
dependencies:
17901790
"@oclif/core" "^4"
17911791
ansis "^3.17.0"
1792-
debug "^4.4.0"
1792+
debug "^4.4.1"
17931793
http-call "^5.2.2"
17941794
lodash "^4.17.21"
17951795
registry-auth-token "^5.1.0"
@@ -6383,20 +6383,20 @@ object.values@^1.1.7:
63836383
define-properties "^1.2.0"
63846384
es-abstract "^1.22.1"
63856385

6386-
oclif@^4.19.0:
6387-
version "4.19.0"
6388-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.19.0.tgz#5f174b18a6c1d219400804e1125a5a1edf2818dd"
6389-
integrity sha512-Edb844zoNrMP/m4SUXLxP9HfLpM0MTeS8NMEjavPBS0x4vZpAMkFjY9Q9yZRm+V0wLeQpGJgeSGFlTIt24EfLg==
6386+
oclif@^4.20.1:
6387+
version "4.20.1"
6388+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8"
6389+
integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
63906390
dependencies:
63916391
"@aws-sdk/client-cloudfront" "^3.787.0"
63926392
"@aws-sdk/client-s3" "^3.787.0"
63936393
"@inquirer/confirm" "^3.1.22"
63946394
"@inquirer/input" "^2.2.4"
63956395
"@inquirer/select" "^2.5.0"
6396-
"@oclif/core" "^4.3.3"
6396+
"@oclif/core" "^4.4.0"
63976397
"@oclif/plugin-help" "^6.2.29"
63986398
"@oclif/plugin-not-found" "^3.2.57"
6399-
"@oclif/plugin-warn-if-update-available" "^3.1.38"
6399+
"@oclif/plugin-warn-if-update-available" "^3.1.41"
64006400
ansis "^3.16.0"
64016401
async-retry "^1.3.3"
64026402
change-case "^4"

0 commit comments

Comments
 (0)