Skip to content

Commit 4286af6

Browse files
authored
Merge pull request #466 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.18.1
fix(deps): bump @oclif/core from 3.16.0 to 3.18.1
2 parents e659c47 + 7c45fd9 commit 4286af6

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@inquirer/confirm": "^2.0.15",
99
"@inquirer/input": "^1.2.14",
1010
"@inquirer/select": "^1.3.1",
11-
"@oclif/core": "^3.16.0",
11+
"@oclif/core": "^3.18.1",
1212
"@octokit/rest": "^19.0.13",
1313
"@salesforce/core": "^6.4.4",
1414
"@salesforce/kit": "^3.0.15",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,11 +1437,12 @@
14371437
read-package-json-fast "^3.0.0"
14381438
which "^3.0.0"
14391439

1440-
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
1441-
version "3.16.0"
1442-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
1443-
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
1440+
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1441+
version "3.18.1"
1442+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1443+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
14441444
dependencies:
1445+
"@types/cli-progress" "^3.11.5"
14451446
ansi-escapes "^4.3.2"
14461447
ansi-styles "^4.3.0"
14471448
cardinal "^2.1.1"
@@ -1465,7 +1466,6 @@
14651466
strip-ansi "^6.0.1"
14661467
supports-color "^8.1.1"
14671468
supports-hyperlinks "^2.2.0"
1468-
tsconfck "^3.0.0"
14691469
widest-line "^3.1.0"
14701470
wordwrap "^1.0.0"
14711471
wrap-ansi "^7.0.0"
@@ -2458,6 +2458,13 @@
24582458
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
24592459
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
24602460

2461+
"@types/cli-progress@^3.11.5":
2462+
version "3.11.5"
2463+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
2464+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
2465+
dependencies:
2466+
"@types/node" "*"
2467+
24612468
"@types/debug@*":
24622469
version "4.1.7"
24632470
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82"
@@ -8733,11 +8740,6 @@ ts-retry-promise@^0.7.1:
87338740
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
87348741
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
87358742

8736-
tsconfck@^3.0.0:
8737-
version "3.0.0"
8738-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
8739-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
8740-
87418743
tsconfig-paths@^3.14.2:
87428744
version "3.14.2"
87438745
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"

0 commit comments

Comments
 (0)