Skip to content

Commit fe634b6

Browse files
authored
Merge pull request #815 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 fdbc8ad + e79385c commit fe634b6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^4",
99
"@salesforce/core": "^8.5.2",
1010
"@salesforce/kit": "^3.2.1",
11-
"@salesforce/sf-plugins-core": "^11.3.10"
11+
"@salesforce/sf-plugins-core": "^11.3.12"
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.2.18",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
"@nodelib/fs.scandir" "2.1.5"
12541254
fastq "^1.6.0"
12551255

1256-
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.27":
1256+
"@oclif/core@^4", "@oclif/core@^4.0.27":
12571257
version "4.0.28"
12581258
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.28.tgz#63b16cc0fa06e02374fad3432a0422a43f118d6d"
12591259
integrity sha512-lKM1W2glLJmVxZrnb+k3NaudzG9V2yoKJZcW+lmfMf/yPlx6bT/N+DELUsSwdm1VfJAXaQmpLV4+AfEX5qq3mA==
@@ -1433,16 +1433,16 @@
14331433
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
14341434
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
14351435

1436-
"@salesforce/sf-plugins-core@^11.3.10", "@salesforce/sf-plugins-core@^11.3.5":
1437-
version "11.3.10"
1438-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.10.tgz#22dcb645e24110a5a50a5ee2602c62d855e85de6"
1439-
integrity sha512-Gvj6OM57cs1R/M/U8tWCo0srTyLNAsSOVtRWie8nz6x/qp6212ewkVgwwHBmP8XJsfuzjNvbzGcCjrCgwBzmCQ==
1436+
"@salesforce/sf-plugins-core@^11.3.12", "@salesforce/sf-plugins-core@^11.3.5":
1437+
version "11.3.12"
1438+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz#18b3a553688428bcffea9d36abc72847497f06ae"
1439+
integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
14401440
dependencies:
14411441
"@inquirer/confirm" "^3.1.22"
14421442
"@inquirer/password" "^2.2.0"
1443-
"@oclif/core" "^4.0.19"
1443+
"@oclif/core" "^4.0.27"
14441444
"@salesforce/core" "^8.5.1"
1445-
"@salesforce/kit" "^3.2.2"
1445+
"@salesforce/kit" "^3.2.3"
14461446
"@salesforce/ts-types" "^2.0.12"
14471447
ansis "^3.3.2"
14481448
cli-progress "^3.12.0"

0 commit comments

Comments
 (0)