Skip to content

Commit

Permalink
fix: bump @heroku/functions-core to ^0.5.3 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey authored Jan 23, 2023
1 parent cc7cbb2 commit 2077a60
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@heroku/eventsource": "^1.0.7",
"@heroku/function-toml": "^0.0.3",
"@heroku/project-descriptor": "0.0.6",
"@hk/functions-core": "npm:@heroku/[email protected].2",
"@hk/functions-core": "npm:@heroku/functions-core@^0.5.3",
"@oclif/core": "^1.6.0",
"@salesforce/core": "^3.32.12",
"@salesforce/sf-plugins-core": "^1.7.2",
Expand Down Expand Up @@ -190,4 +190,4 @@
"access": "public"
},
"main": "lib/index.js"
}
}
48 changes: 33 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@heroku-cli/color@^1.1.15", "@heroku-cli/color@^1.1.16":
"@heroku-cli/color@^1.1.16":
version "1.1.16"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.16.tgz#713b7e57441b27ae93d8d0f695b8036aaef8ec1e"
integrity sha512-97bYxNaDe/+GCUAKu0V2qudQmR3NFRnv3SrQd2FTtOAa9OWKwkvoBs2WzT7MkNwP4DIpYL6W/e3CSfShfhzEMw==
Expand Down Expand Up @@ -453,23 +453,23 @@
ajv-formats "^2.0.2"
toml "^3.0.0"

"@hk/functions-core@npm:@heroku/[email protected]":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@heroku/functions-core/-/functions-core-0.5.2.tgz#c3f6dd633a615e7c8aa4a57d159d87c4033007a1"
integrity sha512-kqlBT/lT9wuRDxD7q6HyN7j1JZz3+eryo0Jqos5b0Cx0aHxU/3xHNEZF8o+dauX4VvcaReHxNvrRjkxFVt3RwA==
"@hk/functions-core@npm:@heroku/functions-core@^0.5.2":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@heroku/functions-core/-/functions-core-0.5.3.tgz#f76da141729b509b3b1ae0f6cb2c8bbeecd6c3c1"
integrity sha512-SoJ+8wbke9nRZms2DojMv8bg25ISV5IcvguWMo6XF73knGjAHPqu9AEDOU/w3/X99bfPntfrqT/ipZgbt2c9ow==
dependencies:
"@heroku-cli/color" "^1.1.15"
"@heroku-cli/color" "^1.1.16"
"@heroku/project-descriptor" "0.0.6"
"@salesforce/core" "^2.37.1"
"@salesforce/templates" "^55.1.0"
"@salesforce/templates" "^57.1.0"
axios "^0.27.2"
cloudevents "^6.0.3"
fs-extra "^10.1.0"
fs-extra "^11.1.0"
global-agent "^3.0.0"
handlebars "^4.7.7"
mem-fs "^2.2.1"
mem-fs-editor "^9.5.0"
node-fetch "^2.6.7"
node-fetch "^2.6.8"
openpgp "^5.5.0"
semver "^7.3.8"
sha256-file "^1.0.0"
Expand Down Expand Up @@ -1232,7 +1232,7 @@
shx "^0.3.3"
tslib "^2.2.0"

"@salesforce/kit@^1.8.2":
"@salesforce/kit@^1.7.1", "@salesforce/kit@^1.8.2":
version "1.8.3"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.3.tgz#b590b78a8618494c51534598a7eb0683ba0da3f2"
integrity sha512-p+0tWR2pyCAIjZwDXGhrYFPuLckX9fP3Xa6Jync9POeQBfDGyK9CRd1eaiWj+6BeDS9kwvgm5M6o+OptIEhEjw==
Expand Down Expand Up @@ -1277,16 +1277,18 @@
chalk "^4"
inquirer "^8.2.0"

"@salesforce/templates@^55.1.0":
version "55.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-55.1.0.tgz#b928a384c4d7f7cadd25671bff0783a028e96f1a"
integrity sha512-xx5oTxDSsxs+21TegMRWqvqmDZuc1dfu65sgYuu8xq5niomNMpEUJuRQNNP7B6T/K4mqkJfOnIKAjTjaeRLCkQ==
"@salesforce/templates@^57.1.0":
version "57.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-57.1.0.tgz#7ff327880f36fa6b979af8219471609019937f26"
integrity sha512-4XTfNS+wBOM/QJpulJmTBb7o0m0ysfJo2mmTWu6Niz4QfXrSR2LlOc22aet/uTt5okqvmGnpbzG1xF4zzFc8fg==
dependencies:
"@salesforce/core" "^3.24.0"
"@salesforce/kit" "^1.7.1"
got "^11.8.2"
mime-types "^2.1.27"
proxy-agent "^5.0.0"
proxy-from-env "^1.1.0"
shelljs "^0.8.5"
tar "^6.1.10"
tslib "^1"
yeoman-environment "^3.9.1"
Expand Down Expand Up @@ -4096,7 +4098,7 @@ fs-constants@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==

fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
fs-extra@^10.0.0, fs-extra@^10.0.1:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
Expand All @@ -4105,6 +4107,15 @@ fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
Expand Down Expand Up @@ -6422,6 +6433,13 @@ node-fetch@^2.6.1, node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e"
integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==
dependencies:
whatwg-url "^5.0.0"

node-gyp@^8.2.0:
version "8.4.1"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937"
Expand Down

0 comments on commit 2077a60

Please sign in to comment.