Skip to content

Commit 45b6912

Browse files
chore(dev-deps): bump oclif from 4.17.46 to 4.18.1 (#425)
Bumps [oclif](https://github.com/oclif/oclif) from 4.17.46 to 4.18.1. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.17.46...4.18.1) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.18.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3bab70 commit 45b6912

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-sf-plugin": "^1.20.15",
3838
"eslint-plugin-unicorn": "^50.0.1",
3939
"esmock": "^2.7.0",
40-
"oclif": "^4.17.46",
40+
"oclif": "^4.18.1",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^5.5.4"
4343
},

yarn.lock

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,10 +2732,10 @@
27322732
"@nodelib/fs.scandir" "2.1.5"
27332733
fastq "^1.6.0"
27342734

2735-
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
2736-
version "4.3.0"
2737-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
2738-
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
2735+
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
2736+
version "4.3.3"
2737+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
2738+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
27392739
dependencies:
27402740
ansi-escapes "^4.3.2"
27412741
ansis "^3.17.0"
@@ -2744,14 +2744,14 @@
27442744
debug "^4.4.0"
27452745
ejs "^3.1.10"
27462746
get-package-type "^0.1.0"
2747-
globby "^11.1.0"
27482747
indent-string "^4.0.0"
27492748
is-wsl "^2.2.0"
27502749
lilconfig "^3.1.3"
27512750
minimatch "^9.0.5"
27522751
semver "^7.6.3"
27532752
string-width "^4.2.3"
27542753
supports-color "^8"
2754+
tinyglobby "^0.2.14"
27552755
widest-line "^3.1.0"
27562756
wordwrap "^1.0.0"
27572757
wrap-ansi "^7.0.0"
@@ -4661,7 +4661,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
46614661
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
46624662
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
46634663

4664-
ansis@^3.17.0, ansis@^3.3.2:
4664+
ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
46654665
version "3.17.0"
46664666
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
46674667
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -5108,7 +5108,7 @@ chai@^4.3.10:
51085108
pathval "^1.1.1"
51095109
type-detect "^4.1.0"
51105110

5111-
chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
5111+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
51125112
version "4.1.2"
51135113
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
51145114
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -6588,6 +6588,11 @@ fdir@^6.4.2:
65886588
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
65896589
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
65906590

6591+
fdir@^6.4.4:
6592+
version "6.4.6"
6593+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.6.tgz#2b268c0232697063111bbf3f64810a2a741ba281"
6594+
integrity sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==
6595+
65916596
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
65926597
version "3.2.0"
65936598
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
@@ -9203,22 +9208,22 @@ object.values@^1.2.0:
92039208
define-properties "^1.2.1"
92049209
es-object-atoms "^1.0.0"
92059210

9206-
oclif@^4.17.46:
9207-
version "4.17.46"
9208-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb"
9209-
integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==
9211+
oclif@^4.18.1:
9212+
version "4.18.1"
9213+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
9214+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
92109215
dependencies:
92119216
"@aws-sdk/client-cloudfront" "^3.787.0"
92129217
"@aws-sdk/client-s3" "^3.787.0"
92139218
"@inquirer/confirm" "^3.1.22"
92149219
"@inquirer/input" "^2.2.4"
92159220
"@inquirer/select" "^2.5.0"
9216-
"@oclif/core" "^4.2.10"
9221+
"@oclif/core" "^4.3.2"
92179222
"@oclif/plugin-help" "^6.2.27"
92189223
"@oclif/plugin-not-found" "^3.2.48"
92199224
"@oclif/plugin-warn-if-update-available" "^3.1.38"
9225+
ansis "^3.16.0"
92209226
async-retry "^1.3.3"
9221-
chalk "^4"
92229227
change-case "^4"
92239228
debug "^4.4.0"
92249229
ejs "^3.1.10"
@@ -10874,6 +10879,14 @@ tiny-jsonc@^1.0.2:
1087410879
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
1087510880
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
1087610881

10882+
tinyglobby@^0.2.14:
10883+
version "0.2.14"
10884+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
10885+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
10886+
dependencies:
10887+
fdir "^6.4.4"
10888+
picomatch "^4.0.2"
10889+
1087710890
tinyglobby@^0.2.9:
1087810891
version "0.2.10"
1087910892
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"

0 commit comments

Comments
 (0)