Skip to content

Commit 0dfce94

Browse files
authored
Merge pull request #595 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 ac69d63 + 9288e24 commit 0dfce94

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/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.19.1",
8+
"@oclif/core": "^3.19.2",
99
"@salesforce/core": "^6.5.0",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^7.1.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,10 +1410,10 @@
14101410
node-gyp "^8.2.0"
14111411
read-package-json-fast "^2.0.1"
14121412

1413-
"@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":
1414-
version "3.19.1"
1415-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1416-
integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1413+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2":
1414+
version "3.19.2"
1415+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
1416+
integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
14171417
dependencies:
14181418
"@types/cli-progress" "^3.11.5"
14191419
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)