Skip to content

Commit e169ea3

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 47930ad commit e169ea3

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
@@ -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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,10 +1270,10 @@
12701270
semver "^7.6.3"
12711271
ts-json-schema-generator "^1.5.1"
12721272

1273-
"@oclif/plugin-help@^6.2.8":
1274-
version "6.2.8"
1275-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.8.tgz#cbaea5ef886d76e75dbab6e77e34012889e924b5"
1276-
integrity sha512-QRpFYlBeJffl4cXGBi8e+EfGogDmU7y8do1ZHxmPKZ5eZ0mfeKiqq2WA9dwRMZJriy1qSaGsbkOYgYQWlOYhSg==
1273+
"@oclif/plugin-help@^6.2.10":
1274+
version "6.2.10"
1275+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.10.tgz#d6e8140efa89ae624ae9f25b7fdb8d112c62715f"
1276+
integrity sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw==
12771277
dependencies:
12781278
"@oclif/core" "^4"
12791279

@@ -5529,18 +5529,18 @@ object.values@^1.1.7:
55295529
define-properties "^1.2.0"
55305530
es-abstract "^1.22.1"
55315531

5532-
oclif@^4.14.28:
5533-
version "4.14.28"
5534-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.28.tgz#887d172f96c4eb449c4bd711ba6216cb7e2e1b59"
5535-
integrity sha512-1qvYoTAq//xtBtloPrquIjB4sY1nLnrgiEGR1BngrwLSv8keUB3Zkp8HDPit8aN0cl6gtAedYh1GlnR+FoThkw==
5532+
oclif@^4.14.29:
5533+
version "4.14.29"
5534+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.29.tgz#e8c057543da164638f280c69828df2690be80f66"
5535+
integrity sha512-/wt4bKamN0eMpIYFHFeChR6mmEQpdoIAskOVN0uihuwit1fkDUxvT2usOC9oIgugEs0mzuB3POdowBWNyGJQnw==
55365536
dependencies:
55375537
"@aws-sdk/client-cloudfront" "^3.637.0"
55385538
"@aws-sdk/client-s3" "^3.633.0"
55395539
"@inquirer/confirm" "^3.1.22"
55405540
"@inquirer/input" "^2.2.4"
55415541
"@inquirer/select" "^2.3.10"
55425542
"@oclif/core" "^4"
5543-
"@oclif/plugin-help" "^6.2.8"
5543+
"@oclif/plugin-help" "^6.2.10"
55445544
"@oclif/plugin-not-found" "^3.2.16"
55455545
"@oclif/plugin-warn-if-update-available" "^3.1.11"
55465546
async-retry "^1.3.3"

0 commit comments

Comments
 (0)