Skip to content

Commit 540d3b4

Browse files
authored
Merge pull request #441 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-3.1.18
fix(deps): bump @salesforce/sf-plugins-core from 3.1.15 to 3.1.18
2 parents 269a9a2 + 3278106 commit 540d3b4

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^2.11.7",
99
"@salesforce/core": "^5.2.1",
1010
"@salesforce/kit": "^3.0.9",
11-
"@salesforce/sf-plugins-core": "^3.1.15",
11+
"@salesforce/sf-plugins-core": "^3.1.18",
1212
"@salesforce/ts-types": "^2.0.7",
1313
"chalk": "^4",
1414
"handlebars": "^4.7.8",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@
680680
supports-color "^8.1.1"
681681
tslib "^2"
682682

683-
"@oclif/core@^2.11.1", "@oclif/core@^2.11.4", "@oclif/core@^2.11.7", "@oclif/core@^2.11.8", "@oclif/core@^2.9.4":
684-
version "2.11.8"
685-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.8.tgz#780c4fdf53e8569cf754c2a8fefcc7ddeacf1747"
686-
integrity sha512-GILmztcHBzze45GvxRpUvqQI5nM26kSE/Q21Y+6DtMR+C8etM/hFW26D3uqIAbGlGtg5QEZZ6pjA/Fqgz+gl3A==
683+
"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.11.7", "@oclif/core@^2.11.8", "@oclif/core@^2.9.4":
684+
version "2.11.10"
685+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.10.tgz#638128034b8b4bdf4b23480a7278426f85130170"
686+
integrity sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA==
687687
dependencies:
688688
"@types/cli-progress" "^3.11.0"
689689
ansi-escapes "^4.3.2"
@@ -880,7 +880,7 @@
880880
proper-lockfile "^4.1.2"
881881
ts-retry-promise "^0.7.0"
882882

883-
"@salesforce/core@^5.1.0", "@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1":
883+
"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1":
884884
version "5.2.1"
885885
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.1.tgz#299bddae7d0705c773b194be8994e5730735e2b4"
886886
integrity sha512-QMx11A0KA/Vl+Ckmz83cw+fiUCMOmsUD8CA3987wAkfJOgxtqyhT4R1R8tj7ad8flQydKUyL3o4UE/2u82tXOw==
@@ -980,15 +980,15 @@
980980
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
981981
integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==
982982

983-
"@salesforce/sf-plugins-core@^3.1.14", "@salesforce/sf-plugins-core@^3.1.15":
984-
version "3.1.15"
985-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.15.tgz#85c4563036e1bcd804b656eab36a05caf86db3fa"
986-
integrity sha512-HEMLwu6RnMRcymZQlwogXgRCXJfMNmz41yErYo9yRVqmjRIJq4QYh/8d9XmQ8A6wsdWVZP9O+RCwShQIzIvaxQ==
983+
"@salesforce/sf-plugins-core@^3.1.14", "@salesforce/sf-plugins-core@^3.1.18":
984+
version "3.1.18"
985+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.18.tgz#a3c47c02a8ffe774f09daac2fc641b9eee72b3d6"
986+
integrity sha512-c0uhR9lcufRTz6UmEgZfAItoHVweYrJIllXtEU4Mr5qb3E03rJy0GHHf0TbO5PIH5tP1nxj9ABODoSMZBdewIw==
987987
dependencies:
988-
"@oclif/core" "^2.11.1"
989-
"@salesforce/core" "^5.1.0"
988+
"@oclif/core" "^2.11.10"
989+
"@salesforce/core" "^5.2.1"
990990
"@salesforce/kit" "^3.0.9"
991-
"@salesforce/ts-types" "^2.0.5"
991+
"@salesforce/ts-types" "^2.0.7"
992992
chalk "^4"
993993
inquirer "^8.2.5"
994994

0 commit comments

Comments
 (0)