Skip to content

Commit 7d242bd

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@salesforce/dev-scripts": "^10.2.9",
1717
"@salesforce/plugin-command-reference": "^3.1.20",
1818
"eslint-plugin-sf-plugin": "^1.20.5",
19-
"oclif": "^4.14.28",
19+
"oclif": "^4.14.29",
2020
"ts-node": "^10.9.2",
2121
"typescript": "^5.5.4"
2222
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@
12441244
semver "^7.6.3"
12451245
ts-json-schema-generator "^1.5.1"
12461246

1247-
"@oclif/plugin-help@^6.2.8":
1247+
"@oclif/plugin-help@^6.2.10":
12481248
version "6.2.10"
12491249
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.10.tgz#d6e8140efa89ae624ae9f25b7fdb8d112c62715f"
12501250
integrity sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw==
@@ -5496,18 +5496,18 @@ object.values@^1.1.7:
54965496
define-properties "^1.2.0"
54975497
es-abstract "^1.22.1"
54985498

5499-
oclif@^4.14.28:
5500-
version "4.14.28"
5501-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.28.tgz#887d172f96c4eb449c4bd711ba6216cb7e2e1b59"
5502-
integrity sha512-1qvYoTAq//xtBtloPrquIjB4sY1nLnrgiEGR1BngrwLSv8keUB3Zkp8HDPit8aN0cl6gtAedYh1GlnR+FoThkw==
5499+
oclif@^4.14.29:
5500+
version "4.14.29"
5501+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.29.tgz#e8c057543da164638f280c69828df2690be80f66"
5502+
integrity sha512-/wt4bKamN0eMpIYFHFeChR6mmEQpdoIAskOVN0uihuwit1fkDUxvT2usOC9oIgugEs0mzuB3POdowBWNyGJQnw==
55035503
dependencies:
55045504
"@aws-sdk/client-cloudfront" "^3.637.0"
55055505
"@aws-sdk/client-s3" "^3.633.0"
55065506
"@inquirer/confirm" "^3.1.22"
55075507
"@inquirer/input" "^2.2.4"
55085508
"@inquirer/select" "^2.3.10"
55095509
"@oclif/core" "^4"
5510-
"@oclif/plugin-help" "^6.2.8"
5510+
"@oclif/plugin-help" "^6.2.10"
55115511
"@oclif/plugin-not-found" "^3.2.16"
55125512
"@oclif/plugin-warn-if-update-available" "^3.1.11"
55135513
async-retry "^1.3.3"

0 commit comments

Comments
 (0)