Skip to content

Commit 9ad3a25

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

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
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^4.2.8",
12+
"@oclif/core": "^4.3.0",
1313
"@octokit/core": "^6.1.5",
1414
"@octokit/plugin-paginate-rest": "^11.6.0",
1515
"@octokit/plugin-throttling": "^9.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,10 +1847,10 @@
18471847
proc-log "^5.0.0"
18481848
which "^5.0.0"
18491849

1850-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.8":
1851-
version "4.2.10"
1852-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
1853-
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
1850+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1851+
version "4.3.0"
1852+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1853+
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
18541854
dependencies:
18551855
ansi-escapes "^4.3.2"
18561856
ansis "^3.17.0"

0 commit comments

Comments
 (0)