Skip to content

Commit de34c0c

Browse files
fix(deps): bump @oclif/core from 4.0.33 to 4.1.0 (#298)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.33 to 4.1.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.33...4.1.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3f71c2 commit de34c0c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@lwc/lwc-dev-server": "^11.1.0",
1111
"@lwc/sfdc-lwc-compiler": "^11.1.0",
1212
"@lwrjs/api": "0.15.6",
13-
"@oclif/core": "^4.0.30",
13+
"@oclif/core": "^4.1.0",
1414
"@salesforce/core": "^8.6.2",
1515
"@salesforce/kit": "^3.1.6",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,22 +2602,22 @@
26022602
"@nodelib/fs.scandir" "2.1.5"
26032603
fastq "^1.6.0"
26042604

2605-
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.0.30", "@oclif/core@^4.0.32":
2606-
version "4.0.33"
2607-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
2608-
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
2605+
"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.1.0":
2606+
version "4.1.0"
2607+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.1.0.tgz#8c2b6baca894411710f8eea88aa742b4bfdbfdfc"
2608+
integrity sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==
26092609
dependencies:
26102610
ansi-escapes "^4.3.2"
26112611
ansis "^3.3.2"
26122612
clean-stack "^3.0.1"
26132613
cli-spinners "^2.9.2"
2614-
debug "^4.3.7"
2614+
debug "^4.4.0"
26152615
ejs "^3.1.10"
26162616
get-package-type "^0.1.0"
26172617
globby "^11.1.0"
26182618
indent-string "^4.0.0"
26192619
is-wsl "^2.2.0"
2620-
lilconfig "^3.1.2"
2620+
lilconfig "^3.1.3"
26212621
minimatch "^9.0.5"
26222622
semver "^7.6.3"
26232623
string-width "^4.2.3"
@@ -7750,10 +7750,10 @@ lie@~3.3.0:
77507750
dependencies:
77517751
immediate "~3.0.5"
77527752

7753-
lilconfig@^3.1.2:
7754-
version "3.1.2"
7755-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
7756-
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
7753+
lilconfig@^3.1.3:
7754+
version "3.1.3"
7755+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
7756+
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
77577757

77587758
line-column@~1.0.2:
77597759
version "1.0.2"

0 commit comments

Comments
 (0)