Skip to content

Commit 9d508d7

Browse files
authoredOct 22, 2023
fix(deps): bump @oclif/core from 3.2.1 to 3.5.0 (#565)
Bumps [@oclif/core](https://github.com/oclif/core) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.2.1...3.5.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd2cf28 commit 9d508d7

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.2.1"
8+
"@oclif/core": "^3.5.0"
99
},
1010
"devDependencies": {
1111
"@commitlint/config-conventional": "^17.7.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,10 @@
476476
wordwrap "^1.0.0"
477477
wrap-ansi "^7.0.0"
478478

479-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
480-
version "3.2.1"
481-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
482-
integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
479+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.5.0":
480+
version "3.5.0"
481+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
482+
integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
483483
dependencies:
484484
ansi-escapes "^4.3.2"
485485
ansi-styles "^4.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.