Skip to content

Commit 9879143

Browse files
authored
Merge pull request #1445 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.3.3
fix(deps): bump @oclif/core from 4.3.2 to 4.3.3
2 parents 6fdb077 + 5e87675 commit 9879143

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.3.0",
8+
"@oclif/core": "^4.3.3",
99
"@oclif/multi-stage-output": "^0.8.14",
1010
"@salesforce/core": "^8.13.0",
1111
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,10 +1547,10 @@
15471547
"@nodelib/fs.scandir" "2.1.5"
15481548
fastq "^1.6.0"
15491549

1550-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
1551-
version "4.3.2"
1552-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
1553-
integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
1550+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.3.3":
1551+
version "4.3.3"
1552+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
1553+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
15541554
dependencies:
15551555
ansi-escapes "^4.3.2"
15561556
ansis "^3.17.0"
@@ -1566,7 +1566,7 @@
15661566
semver "^7.6.3"
15671567
string-width "^4.2.3"
15681568
supports-color "^8"
1569-
tinyglobby "^0.2.13"
1569+
tinyglobby "^0.2.14"
15701570
widest-line "^3.1.0"
15711571
wordwrap "^1.0.0"
15721572
wrap-ansi "^7.0.0"
@@ -1685,7 +1685,7 @@
16851685
strip-ansi "6.0.1"
16861686
ts-retry-promise "^0.8.1"
16871687

1688-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1688+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
16891689
version "8.14.0"
16901690
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
16911691
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
@@ -7806,7 +7806,7 @@ tiny-jsonc@^1.0.2:
78067806
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
78077807
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
78087808

7809-
tinyglobby@^0.2.13, tinyglobby@^0.2.9:
7809+
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
78107810
version "0.2.14"
78117811
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
78127812
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==

0 commit comments

Comments
 (0)