Skip to content

Commit cf7b69a

Browse files
fix(deps): bump @oclif/core from 3.19.6 to 3.20.0
Bumps [@oclif/core](https://github.com/oclif/core) from 3.19.6 to 3.20.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.19.6...3.20.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>
1 parent c213387 commit cf7b69a

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
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inquirer/checkbox": "^1.5.2",
99
"@inquirer/select": "^1.3.3",
10-
"@oclif/core": "^3.19.6",
10+
"@oclif/core": "^3.20.0",
1111
"@salesforce/core": "^6.5.5",
1212
"@salesforce/kit": "^3.0.15",
1313
"@salesforce/sf-plugins-core": "^7.1.12",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1768,10 +1768,10 @@
17681768
node-gyp "^8.2.0"
17691769
read-package-json-fast "^2.0.1"
17701770

1771-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1772-
version "3.19.6"
1773-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1774-
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1771+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
1772+
version "3.20.0"
1773+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
1774+
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
17751775
dependencies:
17761776
"@types/cli-progress" "^3.11.5"
17771777
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)