Skip to content

Commit 8b466dc

Browse files
authored
Merge pull request #941 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.19.2
fix(deps): bump @oclif/core from 3.19.1 to 3.19.2
2 parents 02fc5d9 + 2c9aa10 commit 8b466dc

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.1",
10+
"@oclif/core": "^3.19.2",
1111
"@salesforce/core": "^6.5.1",
1212
"@salesforce/kit": "^3.0.15",
1313
"@salesforce/sf-plugins-core": "^7.1.9",

yarn.lock

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

1770-
"@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":
1771-
version "3.19.1"
1772-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1773-
integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1770+
"@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", "@oclif/core@^3.19.2":
1771+
version "3.19.2"
1772+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
1773+
integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
17741774
dependencies:
17751775
"@types/cli-progress" "^3.11.5"
17761776
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)