Skip to content

Commit 17a0cc4

Browse files
authored
Merge pull request #786 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-11.3.12
fix(deps): bump @salesforce/sf-plugins-core from 11.3.10 to 11.3.12
2 parents b4aeaf6 + cbf6112 commit 17a0cc4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@oclif/core": "^4",
1010
"@salesforce/core": "^8.5.7",
1111
"@salesforce/kit": "^3.2.3",
12-
"@salesforce/sf-plugins-core": "^11.3.5",
12+
"@salesforce/sf-plugins-core": "^11.3.12",
1313
"@salesforce/ts-types": "^2.0.11",
1414
"chalk": "^5.3.0",
1515
"debug": "^4.3.7",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589
"@nodelib/fs.scandir" "2.1.5"
15901590
fastq "^1.6.0"
15911591

1592-
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.27":
1592+
"@oclif/core@^4", "@oclif/core@^4.0.27":
15931593
version "4.0.28"
15941594
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.28.tgz#63b16cc0fa06e02374fad3432a0422a43f118d6d"
15951595
integrity sha512-lKM1W2glLJmVxZrnb+k3NaudzG9V2yoKJZcW+lmfMf/yPlx6bT/N+DELUsSwdm1VfJAXaQmpLV4+AfEX5qq3mA==
@@ -1767,16 +1767,16 @@
17671767
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
17681768
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
17691769

1770-
"@salesforce/sf-plugins-core@^11.3.10", "@salesforce/sf-plugins-core@^11.3.5":
1771-
version "11.3.10"
1772-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.10.tgz#22dcb645e24110a5a50a5ee2602c62d855e85de6"
1773-
integrity sha512-Gvj6OM57cs1R/M/U8tWCo0srTyLNAsSOVtRWie8nz6x/qp6212ewkVgwwHBmP8XJsfuzjNvbzGcCjrCgwBzmCQ==
1770+
"@salesforce/sf-plugins-core@^11.3.10", "@salesforce/sf-plugins-core@^11.3.12":
1771+
version "11.3.12"
1772+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz#18b3a553688428bcffea9d36abc72847497f06ae"
1773+
integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
17741774
dependencies:
17751775
"@inquirer/confirm" "^3.1.22"
17761776
"@inquirer/password" "^2.2.0"
1777-
"@oclif/core" "^4.0.19"
1777+
"@oclif/core" "^4.0.27"
17781778
"@salesforce/core" "^8.5.1"
1779-
"@salesforce/kit" "^3.2.2"
1779+
"@salesforce/kit" "^3.2.3"
17801780
"@salesforce/ts-types" "^2.0.12"
17811781
ansis "^3.3.2"
17821782
cli-progress "^3.12.0"

0 commit comments

Comments
 (0)