Skip to content

Commit f8e0e8a

Browse files
authored
Merge pull request #628 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.26.6
fix(deps): bump @oclif/core from 3.26.5 to 3.26.6
2 parents ea6dc34 + bdea1b6 commit f8e0e8a

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"type": "module",
88
"dependencies": {
9-
"@oclif/core": "^3.26.5",
9+
"@oclif/core": "^3.26.6",
1010
"@salesforce/core": "^7.3.1",
1111
"@salesforce/kit": "^3.1.1",
1212
"@salesforce/sf-plugins-core": "^9.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,10 +1684,10 @@
16841684
"@nodelib/fs.scandir" "2.1.5"
16851685
fastq "^1.6.0"
16861686

1687-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1688-
version "3.26.5"
1689-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1690-
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1687+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1688+
version "3.26.6"
1689+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1690+
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
16911691
dependencies:
16921692
"@types/cli-progress" "^3.11.5"
16931693
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)