Skip to content

Commit 17ef7a3

Browse files
authored
Merge pull request #568 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.20.0
fix(deps): bump @oclif/core from 3.19.6 to 3.20.0
2 parents 30f7dc9 + 7de7ad1 commit 17ef7a3

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
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.19.6",
8+
"@oclif/core": "^3.20.0",
99
"@salesforce/core": "^6.5.3",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^5.0.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,10 +1743,10 @@
17431743
wordwrap "^1.0.0"
17441744
wrap-ansi "^7.0.0"
17451745

1746-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1747-
version "3.19.6"
1748-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1749-
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1746+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0":
1747+
version "3.20.0"
1748+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
1749+
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
17501750
dependencies:
17511751
"@types/cli-progress" "^3.11.5"
17521752
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)