Skip to content

Commit 75c0f0b

Browse files
fix(deps): bump @oclif/core from 4.0.34 to 4.0.37
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.34 to 4.0.37. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.34...4.0.37) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36d4158 commit 75c0f0b

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
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.0.34",
8+
"@oclif/core": "^4.0.37",
99
"@oclif/multi-stage-output": "^0.7.15",
1010
"@salesforce/apex-node": "^8.1.18",
1111
"@salesforce/core": "^8.6.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,22 +1372,22 @@
13721372
"@nodelib/fs.scandir" "2.1.5"
13731373
fastq "^1.6.0"
13741374

1375-
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34":
1376-
version "4.0.34"
1377-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.34.tgz#2a1d10e6383383cae5fb81662d68147cc6a0dcef"
1378-
integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==
1375+
"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37":
1376+
version "4.0.37"
1377+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c"
1378+
integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
13791379
dependencies:
13801380
ansi-escapes "^4.3.2"
13811381
ansis "^3.3.2"
13821382
clean-stack "^3.0.1"
13831383
cli-spinners "^2.9.2"
1384-
debug "^4.3.7"
1384+
debug "^4.4.0"
13851385
ejs "^3.1.10"
13861386
get-package-type "^0.1.0"
13871387
globby "^11.1.0"
13881388
indent-string "^4.0.0"
13891389
is-wsl "^2.2.0"
1390-
lilconfig "^3.1.2"
1390+
lilconfig "^3.1.3"
13911391
minimatch "^9.0.5"
13921392
semver "^7.6.3"
13931393
string-width "^4.2.3"
@@ -5865,10 +5865,10 @@ lie@~3.3.0:
58655865
dependencies:
58665866
immediate "~3.0.5"
58675867

5868-
lilconfig@^3.1.2:
5869-
version "3.1.2"
5870-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
5871-
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
5868+
lilconfig@^3.1.3:
5869+
version "3.1.3"
5870+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
5871+
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
58725872

58735873
lines-and-columns@^1.1.6:
58745874
version "1.2.4"

0 commit comments

Comments
 (0)