Skip to content

Commit

Permalink
fix: bump versions (#256)
Browse files Browse the repository at this point in the history
* fix: bump deps

@W-10009889@

* chore: bump a few more deps

include depenedabot bumps

* chore: bump for bug fixes

* chore: update yarn.lock
  • Loading branch information
peternhale authored Oct 13, 2021
1 parent f315403 commit 0ef542d
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 44 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@heroku/function-toml": "^0.0.3",
"@heroku/functions-core": "0.1.3",
"@heroku/project-descriptor": "0.0.5",
"@oclif/core": "^1.0.0",
"@salesforce/core": "3.6.5",
"@salesforce/plugin-org": "^1.6.7",
"@salesforce/sf-plugins-core": "^1.0.0",
"@oclif/core": "^1.0.1",
"@salesforce/core": "^3.6.6",
"@salesforce/plugin-org": "^1.8.1",
"@salesforce/sf-plugins-core": "^1.0.3",
"@salesforce/ts-sinon": "^1.3.18",
"@salesforce/ts-types": "^1.5.5",
"axios": "^0.21.1",
Expand All @@ -38,13 +38,13 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^2.1.2",
"@oclif/plugin-command-snapshot": "^3.1.1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-which": "^1.0.3",
"@oclif/test": "^1",
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-scripts": "^0.9.18",
"@salesforce/plugin-command-reference": "^1.3.4",
"@salesforce/plugin-command-reference": "^1.3.16",
"@salesforce/prettier-config": "^0.0.2",
"@types/fs-extra": "^9.0.8",
"@types/node-fetch": "^3.0.3",
Expand All @@ -60,7 +60,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-config-salesforce": "^0.1.6",
"eslint-config-salesforce-license": "^0.1.6",
"eslint-config-salesforce-typescript": "^0.2.7",
"eslint-config-salesforce-typescript": "^0.2.8",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^36.0.8",
Expand Down
110 changes: 73 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.0.tgz#d9234f27368c058d9fb835dc9f57f3278af57777"
integrity sha512-YBpjahcSMtIsw+rgNkKLlqULc7Ste7EfhJj7d/elukhB3lj+sO0z34byPVGEGSb5zDO3Sk2GxBZw6BM0vjWqMw==
"@oclif/core@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.1.tgz#e97fc5c234db1a745fb4468eb79cabeea5f84af9"
integrity sha512-ai9XwnEZ+P34VUtV+fX/6HmRbo5CXGdZjX3iK3PsY6O+KYeJBKVAkPCKLz0qtAHxx0HX4+Yj2wnmy+hTCx6HYQ==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down Expand Up @@ -794,13 +794,12 @@
chalk "^2.4.2"
tslib "^1.9.3"

"@oclif/plugin-command-snapshot@^2.1.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-2.2.2.tgz#2da73d06886e8b74c5e95f7369562d795dcfa5a2"
integrity sha512-8ujiuGTncfVEbIM4mtOe/PzBaE8m2Bgr13ILxSFf/ZRUVNPs/DSG2DlmxUUf2kpmMhKD7U4lGVqI4em+TJsBiQ==
"@oclif/plugin-command-snapshot@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.1.1.tgz#27cf85f47f2ded8b2ca879575fcfb62298eed53c"
integrity sha512-U8cTSfBjLW/79A5mjNGra6Tg3c22b+kWeq4ZWk8OvGhyC6EC6071UQqiFlvewBEHnC1Cq26h2pXZqLSRYoXB7w==
dependencies:
"@oclif/command" "^1.6.0"
"@oclif/config" "^1"
"@oclif/core" "^1.0.1"
chalk "^4.1.1"
just-diff "^3.1.1"
semver "^7.3.5"
Expand Down Expand Up @@ -957,19 +956,18 @@
mkdirp "1.0.4"
sfdx-faye "^1.0.9"

"@salesforce/core@3.6.5", "@salesforce/core@^3.6.5":
version "3.6.5"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.6.5.tgz#4c3afa392eb61cd34e2683033c04fbfa4d546850"
integrity sha512-EqMZS4Awn/WctCqVWecXOIJKzLUleWw2fvViNP0lVJgt56ZAinZRBetXJFITyKVyslW/WIAhX92NHW7t3AG7Hg==
"@salesforce/core@^2.2.0", "@salesforce/core@^2.20.10", "@salesforce/core@^2.23.4", "@salesforce/core@^2.28.0":
version "2.28.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-2.28.1.tgz#a6ca31f151b097d567242e324f5e87e0bd76de83"
integrity sha512-n+cpGbhrBHQH9XzUTgefvhARESYZt65/QjV0Qiu0nNnetz9zrzwCxMSpOf8BjrScxtfqcgGD6vGnO2nv/AGO/Q==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/kit" "^1.5.0"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.20"
"@salesforce/ts-types" "^1.5.13"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
change-case "^4.1.2"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
Expand All @@ -979,18 +977,19 @@
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/core@^2.2.0", "@salesforce/core@^2.20.10", "@salesforce/core@^2.23.4", "@salesforce/core@^2.28.0":
version "2.28.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-2.28.1.tgz#a6ca31f151b097d567242e324f5e87e0bd76de83"
integrity sha512-n+cpGbhrBHQH9XzUTgefvhARESYZt65/QjV0Qiu0nNnetz9zrzwCxMSpOf8BjrScxtfqcgGD6vGnO2nv/AGO/Q==
"@salesforce/core@^3.6.6":
version "3.6.6"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.6.6.tgz#31e231080f42e20d66bc834b6e80e141f1aabd1f"
integrity sha512-ubf8dbFAdMcoK4sHXtJD/IrA8WXj8H2df7a8b7wGFBMegqziQDzL7yqwmE7qbAEtD7MxLm1FhQQP+WONPCdoWA==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@salesforce/ts-types" "^1.5.20"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
change-case "^4.1.2"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
Expand Down Expand Up @@ -1054,10 +1053,10 @@
"@salesforce/ts-types" "^1.5.20"
tslib "^2.2.0"

"@salesforce/plugin-command-reference@^1.3.4":
version "1.3.15"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-1.3.15.tgz#5ad249743ec392d8c4e673083b79d9a74fd5921a"
integrity sha512-npQOkHsborVOs/t4KuHpJo6vs0TCD6sXaUmYuVzVaxji/3eZKOTl6LuKlmqxPe9WuibPBP1gdyeJC76xAqz8pg==
"@salesforce/plugin-command-reference@^1.3.16":
version "1.3.16"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-1.3.16.tgz#1cc1d41a5eb0c5b5379b9639ea0bc8bef14b3a9d"
integrity sha512-whNMF9TG6bBXA2aTgxlznXs0updiIJH5n5QdIe2y/MtHGqoHQl2Eptw147sT7eYa7+EVjjPloyxouO3m3gBFGg==
dependencies:
"@oclif/command" "^1.5.19"
"@oclif/config" "^1.14.0"
Expand All @@ -1068,7 +1067,7 @@
handlebars "^4.7.3"
tslib "^1"

"@salesforce/plugin-org@^1.6.7":
"@salesforce/plugin-org@^1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-1.8.1.tgz#fa53506d25628ba849ba0dec894941de5568b441"
integrity sha512-B4C2GRPC5r+DEV5x+883o1xtZNn7HyLQVF6H5/alHLe7wJ2orQHCJK9QvSDaRK2bcmW2CGW593likAx5TY1bqA==
Expand All @@ -1090,17 +1089,17 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b"
integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg==

"@salesforce/sf-plugins-core@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.0.0.tgz#0a267560eb73a04b946959c048578131fa8a0a46"
integrity sha512-LXKsjTdbWRW8lh1WlqDs6fnWBO+xQMF+JvV7XzpHp4TtNSILVHyWjQHS02aUqdoRWSsb/nKtQ0HGI+dsfZg1LA==
"@salesforce/sf-plugins-core@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-1.0.3.tgz#2e8bd7792d0e296ceb2fd3fe5f837829309bf20d"
integrity sha512-XbpGflrOANZsEs+nYr/BDpr5npqAehb7Nzc3SinsR26Pcr1XI6I40s5XdsNDznF3X45E+u5o6lnWJds/raC/ng==
dependencies:
"@oclif/core" "^1.0.0"
"@salesforce/core" "^3.6.5"
"@oclif/core" "^1.0.1"
"@salesforce/core" "^3.6.6"
"@salesforce/kit" "^1.5.17"
"@salesforce/ts-types" "^1.5.20"
cli-ux "^5.6.3"
inquirer "^8.1.1"
inquirer "^8.2.0"

"@salesforce/templates@^52.0.0":
version "52.1.0"
Expand Down Expand Up @@ -3359,6 +3358,11 @@ eslint-config-salesforce-typescript@^0.2.7:
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-0.2.7.tgz#18c966f72928ce9b4e36552384d2ce90c5b711e3"
integrity sha512-v5gY1fSKbBOVoDznJW1wMIIyGH2x0HKKIsGtBpu4jla+z8VhH/UfTPv3yMa2a7HGfD7YnAW+XY6ksVlXqjpOeQ==

eslint-config-salesforce-typescript@^0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-0.2.8.tgz#73cbc0e87a30118407d455feabf154fd251f7002"
integrity sha512-CDPcYWIfEVJFbcNG6IdhKW3whp0MujjuM4uRFESQ1Eq4cO8bMbZrwbLypUWxdMgZz7Ua3luMHmIKgkmR4k9FSg==

eslint-config-salesforce@^0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-0.1.6.tgz#47d7846d340df99db25962978e414e03404e5c2a"
Expand Down Expand Up @@ -4897,7 +4901,7 @@ inquirer@^7.1.0:
strip-ansi "^6.0.0"
through "^2.3.6"

inquirer@^8.0.0, inquirer@^8.1.1:
inquirer@^8.0.0:
version "8.1.1"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.1.1.tgz#7c53d94c6d03011c7bb2a947f0dca3b98246c26a"
integrity sha512-hUDjc3vBkh/uk1gPfMAD/7Z188Q8cvTGl0nxwaCdwSbzFh6ZKkZh+s2ozVxbE5G9ZNRyeY0+lgbAIOUFsFf98w==
Expand All @@ -4917,6 +4921,26 @@ inquirer@^8.0.0, inquirer@^8.1.1:
strip-ansi "^6.0.0"
through "^2.3.6"

inquirer@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.0.tgz#f44f008dd344bbfc4b30031f45d984e034a3ac3a"
integrity sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ==
dependencies:
ansi-escapes "^4.2.1"
chalk "^4.1.1"
cli-cursor "^3.1.0"
cli-width "^3.0.0"
external-editor "^3.0.3"
figures "^3.0.0"
lodash "^4.17.21"
mute-stream "0.0.8"
ora "^5.4.1"
run-async "^2.4.0"
rxjs "^7.2.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"
through "^2.3.6"

interpret@^1.0.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
Expand Down Expand Up @@ -7033,7 +7057,7 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"

ora@^5.3.0:
ora@^5.3.0, ora@^5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
Expand Down Expand Up @@ -8045,6 +8069,13 @@ rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.6, rxjs@^6.6.7:
dependencies:
tslib "^1.9.0"

rxjs@^7.2.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
dependencies:
tslib "~2.1.0"

safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
Expand Down Expand Up @@ -9065,6 +9096,11 @@ tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.2.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tslib@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit 0ef542d

Please sign in to comment.