Skip to content

Commit 05a1911

Browse files
authoredMay 12, 2024
fix(deps): bump @oclif/core from 3.26.5 to 3.26.6 (#714)
Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.5 to 3.26.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.26.5...3.26.6) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 703c931 commit 05a1911

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-help/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.26.2"
8+
"@oclif/core": "^3.26.6"
99
},
1010
"devDependencies": {
1111
"@commitlint/config-conventional": "^18",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1034,10 +1034,10 @@
10341034
"@nodelib/fs.scandir" "2.1.5"
10351035
fastq "^1.6.0"
10361036

1037-
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.5":
1038-
version "3.26.5"
1039-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1040-
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1037+
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1038+
version "3.26.6"
1039+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1040+
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
10411041
dependencies:
10421042
"@types/cli-progress" "^3.11.5"
10431043
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)