Skip to content

Commit 469f34f

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 388abec commit 469f34f

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^3.26.4",
12+
"@oclif/core": "^3.26.6",
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",

yarn.lock

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@
19081908
proc-log "^4.0.0"
19091909
which "^4.0.0"
19101910

1911-
"@oclif/core@3.26.5", "@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":
1911+
"@oclif/core@3.26.5":
19121912
version "3.26.5"
19131913
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
19141914
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
@@ -1942,6 +1942,40 @@
19421942
wordwrap "^1.0.0"
19431943
wrap-ansi "^7.0.0"
19441944

1945+
"@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":
1946+
version "3.26.6"
1947+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1948+
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1949+
dependencies:
1950+
"@types/cli-progress" "^3.11.5"
1951+
ansi-escapes "^4.3.2"
1952+
ansi-styles "^4.3.0"
1953+
cardinal "^2.1.1"
1954+
chalk "^4.1.2"
1955+
clean-stack "^3.0.1"
1956+
cli-progress "^3.12.0"
1957+
color "^4.2.3"
1958+
debug "^4.3.4"
1959+
ejs "^3.1.10"
1960+
get-package-type "^0.1.0"
1961+
globby "^11.1.0"
1962+
hyperlinker "^1.0.0"
1963+
indent-string "^4.0.0"
1964+
is-wsl "^2.2.0"
1965+
js-yaml "^3.14.1"
1966+
minimatch "^9.0.4"
1967+
natural-orderby "^2.0.3"
1968+
object-treeify "^1.1.33"
1969+
password-prompt "^1.1.3"
1970+
slice-ansi "^4.0.0"
1971+
string-width "^4.2.3"
1972+
strip-ansi "^6.0.1"
1973+
supports-color "^8.1.1"
1974+
supports-hyperlinks "^2.2.0"
1975+
widest-line "^3.1.0"
1976+
wordwrap "^1.0.0"
1977+
wrap-ansi "^7.0.0"
1978+
19451979
"@oclif/plugin-command-snapshot@^5.1.8":
19461980
version "5.1.8"
19471981
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"

0 commit comments

Comments
 (0)