Skip to content

Commit b7a9e82

Browse files
fix(deps): bump @oclif/core from 3.26.5 to 3.26.6
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>
1 parent 2bbb34b commit b7a9e82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@inquirer/confirm": "^2.0.17",
4747
"@inquirer/password": "^1.1.16",
48-
"@oclif/core": "^3.26.5",
48+
"@oclif/core": "^3.26.6",
4949
"@salesforce/core": "^7.3.3",
5050
"@salesforce/kit": "^3.1.0",
5151
"@salesforce/ts-types": "^2.0.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,10 @@
604604
"@nodelib/fs.scandir" "2.1.5"
605605
fastq "^1.6.0"
606606

607-
"@oclif/core@^3.26.5":
608-
version "3.26.5"
609-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
610-
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
607+
"@oclif/core@^3.26.6":
608+
version "3.26.6"
609+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
610+
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
611611
dependencies:
612612
"@types/cli-progress" "^3.11.5"
613613
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)