Skip to content

Commit 79cf377

Browse files
authored
Merge pull request #558 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.19.1
fix(deps): bump @oclif/core from 3.18.2 to 3.19.1
2 parents 276bb5a + a7639bc commit 79cf377

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.18.2",
8+
"@oclif/core": "^3.19.1",
99
"@salesforce/core": "^6.5.1",
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
@@ -1711,10 +1711,10 @@
17111711
wordwrap "^1.0.0"
17121712
wrap-ansi "^7.0.0"
17131713

1714-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1715-
version "3.18.2"
1716-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1717-
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1714+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
1715+
version "3.19.1"
1716+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1717+
integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
17181718
dependencies:
17191719
"@types/cli-progress" "^3.11.5"
17201720
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)