Skip to content

Commit 07b0ee6

Browse files
authored
Merge pull request #212 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 6195e5c + 68b7839 commit 07b0ee6

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@oclif/core": "^2.11.8",
1010
"@salesforce/apex-node": "^2.1.0",
1111
"@salesforce/core": "^5.2.0",
12-
"@salesforce/sf-plugins-core": "^3.1.15",
12+
"@salesforce/sf-plugins-core": "^3.1.18",
1313
"chalk": "^4.1.0",
1414
"tslib": "^2"
1515
},

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,10 @@
690690
supports-color "^8.1.1"
691691
tslib "^2"
692692

693-
"@oclif/core@^2.11.1", "@oclif/core@^2.11.4", "@oclif/core@^2.11.7", "@oclif/core@^2.11.8", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
694-
version "2.11.8"
695-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.8.tgz#780c4fdf53e8569cf754c2a8fefcc7ddeacf1747"
696-
integrity sha512-GILmztcHBzze45GvxRpUvqQI5nM26kSE/Q21Y+6DtMR+C8etM/hFW26D3uqIAbGlGtg5QEZZ6pjA/Fqgz+gl3A==
693+
"@oclif/core@^2.11.1", "@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.11.7", "@oclif/core@^2.11.8", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
694+
version "2.11.10"
695+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.10.tgz#638128034b8b4bdf4b23480a7278426f85130170"
696+
integrity sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA==
697697
dependencies:
698698
"@types/cli-progress" "^3.11.0"
699699
ansi-escapes "^4.3.2"
@@ -897,7 +897,7 @@
897897
strip-ansi "6.0.1"
898898
ts-retry-promise "^0.7.0"
899899

900-
"@salesforce/core@^5.1.0", "@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1":
900+
"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1":
901901
version "5.2.1"
902902
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.1.tgz#299bddae7d0705c773b194be8994e5730735e2b4"
903903
integrity sha512-QMx11A0KA/Vl+Ckmz83cw+fiUCMOmsUD8CA3987wAkfJOgxtqyhT4R1R8tj7ad8flQydKUyL3o4UE/2u82tXOw==
@@ -1012,15 +1012,15 @@
10121012
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
10131013
integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==
10141014

1015-
"@salesforce/sf-plugins-core@^3.1.14", "@salesforce/sf-plugins-core@^3.1.15":
1016-
version "3.1.15"
1017-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.15.tgz#85c4563036e1bcd804b656eab36a05caf86db3fa"
1018-
integrity sha512-HEMLwu6RnMRcymZQlwogXgRCXJfMNmz41yErYo9yRVqmjRIJq4QYh/8d9XmQ8A6wsdWVZP9O+RCwShQIzIvaxQ==
1015+
"@salesforce/sf-plugins-core@^3.1.14", "@salesforce/sf-plugins-core@^3.1.18":
1016+
version "3.1.18"
1017+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.18.tgz#a3c47c02a8ffe774f09daac2fc641b9eee72b3d6"
1018+
integrity sha512-c0uhR9lcufRTz6UmEgZfAItoHVweYrJIllXtEU4Mr5qb3E03rJy0GHHf0TbO5PIH5tP1nxj9ABODoSMZBdewIw==
10191019
dependencies:
1020-
"@oclif/core" "^2.11.1"
1021-
"@salesforce/core" "^5.1.0"
1020+
"@oclif/core" "^2.11.10"
1021+
"@salesforce/core" "^5.2.1"
10221022
"@salesforce/kit" "^3.0.9"
1023-
"@salesforce/ts-types" "^2.0.5"
1023+
"@salesforce/ts-types" "^2.0.7"
10241024
chalk "^4"
10251025
inquirer "^8.2.5"
10261026

0 commit comments

Comments
 (0)