Skip to content

Commit 04f34ac

Browse files
fix(deps): bump @oclif/core from 4.11.3 to 4.11.4
Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.3 to 4.11.4. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.11.3...4.11.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bde1bad commit 04f34ac

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"enableO11y": true,
88
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
99
"dependencies": {
10-
"@oclif/core": "^4.11.3",
10+
"@oclif/core": "^4.11.4",
1111
"@oclif/multi-stage-output": "^0.8.44",
1212
"@salesforce/core": "^8.31.0",
1313
"@salesforce/kit": "^3.2.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,10 +1333,10 @@
13331333
"@nodelib/fs.scandir" "2.1.5"
13341334
fastq "^1.6.0"
13351335

1336-
"@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
1337-
version "4.11.3"
1338-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1339-
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
1336+
"@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.4":
1337+
version "4.11.4"
1338+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0"
1339+
integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
13401340
dependencies:
13411341
ansi-escapes "^4.3.2"
13421342
ansis "^3.17.0"
@@ -1349,7 +1349,7 @@
13491349
is-wsl "^2.2.0"
13501350
lilconfig "^3.1.3"
13511351
minimatch "^10.2.5"
1352-
semver "^7.8.0"
1352+
semver "^7.8.1"
13531353
string-width "^4.2.3"
13541354
supports-color "^8"
13551355
tinyglobby "^0.2.16"

0 commit comments

Comments
 (0)