Skip to content

Commit 66e84de

Browse files
authored
Merge pull request #643 from salesforcecli/dependabot-npm_and_yarn-oclif-4.15.28
chore(dev-deps): bump oclif from 4.15.25 to 4.15.28
2 parents fad31f9 + b388009 commit 66e84de

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@salesforce/dev-scripts": "^10.2.11",
1919
"@salesforce/plugin-command-reference": "^3.1.33",
2020
"eslint-plugin-sf-plugin": "^1.20.11",
21-
"oclif": "^4.15.25",
21+
"oclif": "^4.15.28",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.6.3"
2424
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
"@nodelib/fs.scandir" "2.1.5"
13681368
fastq "^1.6.0"
13691369

1370-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32":
1370+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32":
13711371
version "4.0.32"
13721372
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.32.tgz#0e8078c53b079549d685798893b9f9534ca69bf6"
13731373
integrity sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag==
@@ -1406,10 +1406,10 @@
14061406
semver "^7.6.3"
14071407
ts-json-schema-generator "^1.5.1"
14081408

1409-
"@oclif/plugin-help@^6.2.16":
1410-
version "6.2.16"
1411-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.16.tgz#3cb6c068739bc934159dc430d4f8ca7f9effa22a"
1412-
integrity sha512-1x/Bm0LebDouDOfsjkOz+6AXqY6gIZ6JmmU/KuF/GnUmowDvj5i3MFlP9uBTiN8UsOUeT9cdLwnc1kmitHWFTg==
1409+
"@oclif/plugin-help@^6.2.17":
1410+
version "6.2.18"
1411+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.18.tgz#fab8173773bb0afcc7a8e459187021fe65c461df"
1412+
integrity sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==
14131413
dependencies:
14141414
"@oclif/core" "^4"
14151415

@@ -6070,18 +6070,18 @@ object.values@^1.1.7:
60706070
define-properties "^1.2.1"
60716071
es-object-atoms "^1.0.0"
60726072

6073-
oclif@^4.15.25:
6074-
version "4.15.25"
6075-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.25.tgz#cccf29621005e68198235bea641c54e430e539ba"
6076-
integrity sha512-MfIapTENv11RQHVjLz/8VFIp8eMJhAzR75AM/vc8MB3FtC7mCW6xXhOeheAVYJxMrhuUXf7Vtuwr0XJ5cuQAEg==
6073+
oclif@^4.15.28:
6074+
version "4.15.28"
6075+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.28.tgz#d05613be10494baf727b7eb212ab661435696ed2"
6076+
integrity sha512-iyc3ISmnyX20Y8fY6E3U0SCZLIaPiaiI++yIxHXnm5903PAndjVrCK/kkseXZOQ9yRer9e0iLTpBoMMwdBQrnA==
60776077
dependencies:
60786078
"@aws-sdk/client-cloudfront" "^3.687.0"
60796079
"@aws-sdk/client-s3" "^3.693.0"
60806080
"@inquirer/confirm" "^3.1.22"
60816081
"@inquirer/input" "^2.2.4"
60826082
"@inquirer/select" "^2.5.0"
6083-
"@oclif/core" "^4.0.31"
6084-
"@oclif/plugin-help" "^6.2.16"
6083+
"@oclif/core" "^4.0.32"
6084+
"@oclif/plugin-help" "^6.2.17"
60856085
"@oclif/plugin-not-found" "^3.2.25"
60866086
"@oclif/plugin-warn-if-update-available" "^3.1.21"
60876087
async-retry "^1.3.3"

0 commit comments

Comments
 (0)