Skip to content

Commit

Permalink
fix(deps): update dependency @salesforce/command to v5.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2022
1 parent 9f562e8 commit 74a4bc7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@mdapi-issues/listmetadata-standardvalueset": "2.0.3",
"@salesforce/command": "5.2.16",
"@salesforce/command": "5.2.19",
"json-merge-patch": "1.0.2",
"p-retry": "4.6.2",
"puppeteer": "19.2.0",
Expand Down
40 changes: 28 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,22 +733,22 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/[email protected].16":
version "5.2.16"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.16.tgz#e9fd778403dfe29ff992d225f0105389e20152cd"
integrity sha512-rYC/URrIae8LjeuMlg+/PrxyWBEYgOTy2aHfTryiL4dEr9F28b2/xgSLh+5RGEblhPo52GXR33bFQU81pkq/BQ==
"@salesforce/[email protected].19":
version "5.2.19"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.19.tgz#3f37658d12040d17e01f38e4674eab24d471e226"
integrity sha512-namCc/HjkV44OhrBifIISffwjNyMhwi40aMN5ixrtS90tg9il/x9TTsSL4DoTIMTXCH7ic8BAE9uRRDIxa4XpA==
dependencies:
"@oclif/core" "^1.19.1"
"@oclif/core" "^1.20.0"
"@oclif/test" "^2.2.4"
"@salesforce/core" "^3.31.16"
"@salesforce/kit" "^1.6.1"
"@salesforce/core" "^3.31.17"
"@salesforce/kit" "^1.7.1"
"@salesforce/ts-types" "^1.5.21"
chalk "^2.4.2"

"@salesforce/core@^3.31.16":
version "3.31.16"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.31.16.tgz#af52b01eda974b8f000c81d7111e299db64ee38c"
integrity sha512-at5J9chWR0RQxymQTNiyoNxsVJ56Opq79F7FIKt7Y0T/o+OkdOCnveny2tcVEFeJz4OjRV9+57R9eCsn0gg3gQ==
"@salesforce/core@^3.31.17":
version "3.31.17"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.31.17.tgz#83ab3c9c4730223943ceef4798aaa901fec7981e"
integrity sha512-rn3AYyePp3m1+IH+KVi+DWwMPcAPDYFiUxyJLh+Jr2hNj9i79eQBcUix6wunK3HaVz0N6Tm5FGIpjqfEVsU0cA==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.7.0"
Expand All @@ -768,7 +768,7 @@
jsonwebtoken "8.5.1"
ts-retry-promise "^0.7.0"

"@salesforce/kit@^1.6.1", "@salesforce/kit@^1.7.0":
"@salesforce/kit@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.7.0.tgz#f14ef71662742edf0fb74ffb23c530fad5ccb4c9"
integrity sha512-AxJi7W9skYEVQrZMGyWtG3xOOLzdRu7638Hlea3gtPdMpMRc0aB1Nvpg7Ru+VLtULNhXnnQ3nXesDl0d2TA04w==
Expand All @@ -777,6 +777,15 @@
shx "^0.3.3"
tslib "^2.2.0"

"@salesforce/kit@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.7.1.tgz#2337ae354409726f1822f1b03a3d7073e84cd249"
integrity sha512-XbLtEgMNBGZqtY/OldEru+LzASS3o37MZ6eNlSG19eAroGqFdlr4pzZUD/UaWSt6E0s0arj4IwAP5/hQLbrBZw==
dependencies:
"@salesforce/ts-types" "^1.7.0"
shx "^0.3.3"
tslib "^2.2.0"

"@salesforce/schemas@^1.1.0":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.3.tgz#fce83f55c7557d47b9c814d5d02978ad734300b3"
Expand All @@ -789,6 +798,13 @@
dependencies:
tslib "^2.2.0"

"@salesforce/ts-types@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.0.tgz#0ec743b324a0d39b13ac681132042742e9a43d0f"
integrity sha512-8bLGBZCk7T/tkfXP66r5Pkhn3CjfNQIOy6B0Z1rvam5RgqWtYYcubF7eSLSj7bop/q7tA8+R6bNJmjATX6hTqA==
dependencies:
tslib "^2.2.0"

"@tootallnate/once@1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
Expand Down

0 comments on commit 74a4bc7

Please sign in to comment.