Skip to content

Commit d786c3d

Browse files
authored
Merge pull request #788 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-4.1.1
fix(deps): bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.1
2 parents 71f9a4b + b2456c1 commit d786c3d

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
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": "^3.10.7",
99
"@salesforce/core": "^5.3.20",
1010
"@salesforce/kit": "^3.0.15",
11-
"@salesforce/sf-plugins-core": "^4.0.0",
11+
"@salesforce/sf-plugins-core": "^4.1.1",
1212
"@salesforce/ts-types": "^2.0.9"
1313
},
1414
"devDependencies": {

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,15 +1030,16 @@
10301030
chalk "^4"
10311031
inquirer "^8.2.5"
10321032

1033-
"@salesforce/sf-plugins-core@^4.0.0":
1034-
version "4.0.0"
1035-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.0.0.tgz#587d8131531b7a53392d73bc4d6d0b0fd75b7e08"
1036-
integrity sha512-rg0HeqJ4GsyJjow+Rs7icicm7c3Tp43XmwfVUurN/8mKdtG8vR0d5DmZapKP7+r45Mqtlgpkzp2fSjr5fjadNg==
1033+
"@salesforce/sf-plugins-core@^4.1.1":
1034+
version "4.1.1"
1035+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
1036+
integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
10371037
dependencies:
10381038
"@oclif/core" "^3.0.0"
10391039
"@salesforce/core" "^5.3.1"
10401040
"@salesforce/kit" "^3.0.13"
10411041
"@salesforce/ts-types" "^2.0.7"
1042+
"@types/inquirer" "^8.2.3"
10421043
chalk "^4"
10431044
inquirer "^8.2.5"
10441045

@@ -1159,6 +1160,14 @@
11591160
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
11601161
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
11611162

1163+
"@types/inquirer@^8.2.3":
1164+
version "8.2.10"
1165+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
1166+
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
1167+
dependencies:
1168+
"@types/through" "*"
1169+
rxjs "^7.2.0"
1170+
11621171
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
11631172
version "7.0.14"
11641173
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
@@ -1267,6 +1276,13 @@
12671276
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
12681277
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
12691278

1279+
"@types/through@*":
1280+
version "0.0.33"
1281+
resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56"
1282+
integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==
1283+
dependencies:
1284+
"@types/node" "*"
1285+
12701286
"@types/vinyl@^2.0.4":
12711287
version "2.0.7"
12721288
resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.7.tgz#9739a9a2afaf9af32761c54a0e82c735279f726c"
@@ -6258,7 +6274,7 @@ rxjs@^6.6.0:
62586274
dependencies:
62596275
tslib "^1.9.0"
62606276

6261-
rxjs@^7.5.5:
6277+
rxjs@^7.2.0, rxjs@^7.5.5:
62626278
version "7.8.1"
62636279
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
62646280
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==

0 commit comments

Comments
 (0)