Skip to content

Commit 426f5ac

Browse files
authored
Merge pull request #882 from salesforcecli/dependabot-npm_and_yarn-oclif-4.17.32
chore(dev-deps): bump oclif from 4.17.30 to 4.17.32
2 parents ff4b463 + 027d2b9 commit 426f5ac

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@salesforce/plugin-user": "^3.6.9",
2323
"@types/debug": "^4.1.12",
2424
"eslint-plugin-sf-plugin": "^1.20.15",
25-
"oclif": "^4.17.30",
25+
"oclif": "^4.17.32",
2626
"ts-node": "^10.9.2",
2727
"typescript": "^5.5.4"
2828
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
"@nodelib/fs.scandir" "2.1.5"
15961596
fastq "^1.6.0"
15971597

1598-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
1598+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.4", "@oclif/core@^4.2.8":
15991599
version "4.2.8"
16001600
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
16011601
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
@@ -6197,17 +6197,17 @@ object.values@^1.1.7:
61976197
define-properties "^1.2.0"
61986198
es-abstract "^1.22.1"
61996199

6200-
oclif@^4.17.30:
6201-
version "4.17.30"
6202-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.30.tgz#5a24641436d07b2dc0ffc892bf1120c747045d14"
6203-
integrity sha512-EFsvSWfwZcEimh1B2LwsFKyMYOwGRdRfbheXNnIfWDvk46O3I6n+o66p/duobr6tZ4G+CNLVwSP0kQhhQZngQQ==
6200+
oclif@^4.17.32:
6201+
version "4.17.32"
6202+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.32.tgz#73786c41873252a3a78e19010506e52b361a3713"
6203+
integrity sha512-OKdEMhDNSHn/4NYdyM4b8VfVEbnB4VuzZwvDc24AuoyhZFQBTfQaE+mqoPOGh5wb4eF74cWBlSKOLsrLCPbN0w==
62046204
dependencies:
62056205
"@aws-sdk/client-cloudfront" "^3.749.0"
62066206
"@aws-sdk/client-s3" "^3.749.0"
62076207
"@inquirer/confirm" "^3.1.22"
62086208
"@inquirer/input" "^2.2.4"
62096209
"@inquirer/select" "^2.5.0"
6210-
"@oclif/core" "^4.2.3"
6210+
"@oclif/core" "^4.2.8"
62116211
"@oclif/plugin-help" "^6.2.25"
62126212
"@oclif/plugin-not-found" "^3.2.32"
62136213
"@oclif/plugin-warn-if-update-available" "^3.1.31"
@@ -6222,7 +6222,7 @@ oclif@^4.17.30:
62226222
got "^13"
62236223
lodash "^4.17.21"
62246224
normalize-package-data "^6"
6225-
semver "^7.7.0"
6225+
semver "^7.7.1"
62266226
sort-package-json "^2.14.0"
62276227
tiny-jsonc "^1.0.1"
62286228
validate-npm-package-name "^5.0.1"
@@ -6983,7 +6983,7 @@ semver@^6.0.0, semver@^6.3.1:
69836983
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
69846984
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
69856985

6986-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1:
6986+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
69876987
version "7.7.1"
69886988
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
69896989
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==

0 commit comments

Comments
 (0)