Skip to content

Commit ce68ae9

Browse files
chore(dev-deps): bump @oclif/core from 4.2.10 to 4.3.0
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.10 to 4.3.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.2.10...4.3.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afe48eb commit ce68ae9

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ansis": "^3.3.1"
1313
},
1414
"devDependencies": {
15-
"@oclif/core": "^4.2.10",
15+
"@oclif/core": "^4.3.0",
1616
"@oclif/plugin-command-snapshot": "^5.2.37",
1717
"@salesforce/cli-plugins-testkit": "^5.3.39",
1818
"@salesforce/dev-scripts": "^10.2.11",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,10 +1561,10 @@
15611561
"@nodelib/fs.scandir" "2.1.5"
15621562
fastq "^1.6.0"
15631563

1564-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
1565-
version "4.2.10"
1566-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
1567-
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
1564+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1565+
version "4.3.0"
1566+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1567+
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
15681568
dependencies:
15691569
ansi-escapes "^4.3.2"
15701570
ansis "^3.17.0"
@@ -2864,16 +2864,11 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
28642864
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
28652865
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
28662866

2867-
ansis@^3.17.0:
2867+
ansis@^3.17.0, ansis@^3.3.1, ansis@^3.3.2:
28682868
version "3.17.0"
28692869
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
28702870
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
28712871

2872-
ansis@^3.3.1, ansis@^3.3.2:
2873-
version "3.3.2"
2874-
resolved "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz"
2875-
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
2876-
28772872
anymatch@~3.1.2:
28782873
version "3.1.3"
28792874
resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz"

0 commit comments

Comments
 (0)