Skip to content

Commit 36d3af6

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

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.12",
1717
"@salesforce/plugin-command-reference": "^3.1.49",
1818
"eslint-plugin-sf-plugin": "^1.20.18",
19-
"oclif": "^4.17.41",
19+
"oclif": "^4.17.42",
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
@@ -1677,7 +1677,7 @@
16771677
dependencies:
16781678
"@oclif/core" "^4"
16791679

1680-
"@oclif/plugin-not-found@^3.2.46":
1680+
"@oclif/plugin-not-found@^3.2.48":
16811681
version "3.2.48"
16821682
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.48.tgz#691ded2d1064af7d9109564548e7112338ca3156"
16831683
integrity sha512-H2y3PtiU/MYZXvvWUR0vr4PCoSSsN8inGDlLgLxQ4q+osAlJ256RxKCVMsSJG9fWt+Pg/+wrLzpx0OsbyVOi9g==
@@ -6454,10 +6454,10 @@ object.values@^1.1.7:
64546454
define-properties "^1.2.0"
64556455
es-abstract "^1.22.1"
64566456

6457-
oclif@^4.17.41:
6458-
version "4.17.41"
6459-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.41.tgz#7f50091e7acf89562ec98f7a7da48ac5547c8ab6"
6460-
integrity sha512-l1VlcXDOXXpMmClGmxJSyas/vMbq1XdyZsCGG7s83oNAIcEdZZFe5NPmxO2ZPRCPFhKy+zoV8f5/NpUuoc4H8Q==
6457+
oclif@^4.17.42:
6458+
version "4.17.42"
6459+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.42.tgz#46c85172ada1b45c42ce7e3825bd8c31085e130a"
6460+
integrity sha512-a20QxwQ9zqejl4Qgo8l7oTa0Z3oi04gpAohRySblzu7J6J+Wi3FY03yY9rAyY1GEIw8j0fQ4PC9K8CKsZoOt4Q==
64616461
dependencies:
64626462
"@aws-sdk/client-cloudfront" "^3.764.0"
64636463
"@aws-sdk/client-s3" "^3.772.0"
@@ -6466,7 +6466,7 @@ oclif@^4.17.41:
64666466
"@inquirer/select" "^2.5.0"
64676467
"@oclif/core" "^4.2.10"
64686468
"@oclif/plugin-help" "^6.2.27"
6469-
"@oclif/plugin-not-found" "^3.2.46"
6469+
"@oclif/plugin-not-found" "^3.2.48"
64706470
"@oclif/plugin-warn-if-update-available" "^3.1.31"
64716471
async-retry "^1.3.3"
64726472
chalk "^4"

0 commit comments

Comments
 (0)