Skip to content

Commit ce67e1d

Browse files
fix(deps): bump @oclif/core from 4.3.2 to 4.3.3 (#1146)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.3.2...4.3.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa42d6d commit ce67e1d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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/oclif/plugin-plugins/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.3.2",
8+
"@oclif/core": "^4.3.3",
99
"ansis": "^3.17.0",
1010
"debug": "^4.4.0",
1111
"npm": "^10.9.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,10 +1730,10 @@
17301730
proc-log "^5.0.0"
17311731
which "^5.0.0"
17321732

1733-
"@oclif/core@^4", "@oclif/core@^4.3.2":
1734-
version "4.3.2"
1735-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
1736-
integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
1733+
"@oclif/core@^4", "@oclif/core@^4.3.2", "@oclif/core@^4.3.3":
1734+
version "4.3.3"
1735+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
1736+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
17371737
dependencies:
17381738
ansi-escapes "^4.3.2"
17391739
ansis "^3.17.0"
@@ -1749,7 +1749,7 @@
17491749
semver "^7.6.3"
17501750
string-width "^4.2.3"
17511751
supports-color "^8"
1752-
tinyglobby "^0.2.13"
1752+
tinyglobby "^0.2.14"
17531753
widest-line "^3.1.0"
17541754
wordwrap "^1.0.0"
17551755
wrap-ansi "^7.0.0"
@@ -7509,10 +7509,10 @@ tinyexec@^1.0.0:
75097509
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
75107510
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
75117511

7512-
tinyglobby@^0.2.13, tinyglobby@^0.2.9:
7513-
version "0.2.13"
7514-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.13.tgz#a0e46515ce6cbcd65331537e57484af5a7b2ff7e"
7515-
integrity sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==
7512+
tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.9:
7513+
version "0.2.14"
7514+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7515+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
75167516
dependencies:
75177517
fdir "^6.4.4"
75187518
picomatch "^4.0.2"

0 commit comments

Comments
 (0)