Skip to content

Commit d0c30d8

Browse files
authored
Merge pull request #616 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.0.17
fix(deps): bump @oclif/core from 4.0.15 to 4.0.17
2 parents 93b5ee5 + f48187f commit d0c30d8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@inquirer/confirm": "^3.1.22",
4848
"@inquirer/password": "^2.1.22",
49-
"@oclif/core": "^4.0.15",
49+
"@oclif/core": "^4.0.17",
5050
"@salesforce/core": "^8.4.0",
5151
"@salesforce/kit": "^3.2.1",
5252
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -550,13 +550,13 @@
550550
"@nodelib/fs.scandir" "2.1.5"
551551
fastq "^1.6.0"
552552

553-
"@oclif/core@^4.0.15":
554-
version "4.0.15"
555-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.15.tgz#28b94f159e38c831bb112ee694cb9f0b61262370"
556-
integrity sha512-Xodw11eg8KDQar9ujQg7KGW6L76vJLkUOTexjWC+/3kJx4fW0UA4ubqC8NmZoI4ox3qAqqvo39sIkRPrZVVOLA==
553+
"@oclif/core@^4.0.17":
554+
version "4.0.17"
555+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03"
556+
integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==
557557
dependencies:
558558
ansi-escapes "^4.3.2"
559-
ansis "^3.3.1"
559+
ansis "^3.3.2"
560560
clean-stack "^3.0.1"
561561
cli-spinners "^2.9.2"
562562
debug "^4.3.5"
@@ -1076,7 +1076,7 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1:
10761076
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
10771077
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
10781078

1079-
ansis@^3.3.1, ansis@^3.3.2:
1079+
ansis@^3.3.2:
10801080
version "3.3.2"
10811081
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
10821082
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==

0 commit comments

Comments
 (0)