Skip to content

Commit 028c853

Browse files
authored
Merge pull request #488 from salesforcecli/dependabot-npm_and_yarn-salesforce-plugin-functions-1.17.4
chore(dev-deps): bump @salesforce/plugin-functions from 1.17.3 to 1.17.4
2 parents 360fd11 + ef7c657 commit 028c853

File tree

2 files changed

+47
-21
lines changed

2 files changed

+47
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@salesforce/dev-scripts": "^3.1.0",
2424
"@salesforce/plugin-command-reference": "^2.2.8",
2525
"@salesforce/plugin-config": "^2.3.0",
26-
"@salesforce/plugin-functions": "^1.17.3",
26+
"@salesforce/plugin-functions": "^1.17.4",
2727
"@salesforce/plugin-source": "^2.3.16",
2828
"@salesforce/plugin-templates": "^55.1.0",
2929
"@salesforce/plugin-user": "^2.1.23",

yarn.lock

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
433433
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
434434

435-
"@heroku-cli/color@^1.1.15", "@heroku-cli/color@^1.1.16":
435+
"@heroku-cli/color@^1.1.16":
436436
version "1.1.16"
437437
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.16.tgz#713b7e57441b27ae93d8d0f695b8036aaef8ec1e"
438438
integrity sha512-97bYxNaDe/+GCUAKu0V2qudQmR3NFRnv3SrQd2FTtOAa9OWKwkvoBs2WzT7MkNwP4DIpYL6W/e3CSfShfhzEMw==
@@ -472,23 +472,23 @@
472472
ajv-formats "^2.0.2"
473473
toml "^3.0.0"
474474

475-
"@hk/functions-core@npm:@heroku/[email protected].2":
476-
version "0.5.2"
477-
resolved "https://registry.yarnpkg.com/@heroku/functions-core/-/functions-core-0.5.2.tgz#c3f6dd633a615e7c8aa4a57d159d87c4033007a1"
478-
integrity sha512-kqlBT/lT9wuRDxD7q6HyN7j1JZz3+eryo0Jqos5b0Cx0aHxU/3xHNEZF8o+dauX4VvcaReHxNvrRjkxFVt3RwA==
475+
"@hk/functions-core@npm:@heroku/functions-core@^0.5.3":
476+
version "0.5.3"
477+
resolved "https://registry.yarnpkg.com/@heroku/functions-core/-/functions-core-0.5.3.tgz#f76da141729b509b3b1ae0f6cb2c8bbeecd6c3c1"
478+
integrity sha512-SoJ+8wbke9nRZms2DojMv8bg25ISV5IcvguWMo6XF73knGjAHPqu9AEDOU/w3/X99bfPntfrqT/ipZgbt2c9ow==
479479
dependencies:
480-
"@heroku-cli/color" "^1.1.15"
480+
"@heroku-cli/color" "^1.1.16"
481481
"@heroku/project-descriptor" "0.0.6"
482482
"@salesforce/core" "^2.37.1"
483-
"@salesforce/templates" "^55.1.0"
483+
"@salesforce/templates" "^57.1.0"
484484
axios "^0.27.2"
485485
cloudevents "^6.0.3"
486-
fs-extra "^10.1.0"
486+
fs-extra "^11.1.0"
487487
global-agent "^3.0.0"
488488
handlebars "^4.7.7"
489489
mem-fs "^2.2.1"
490490
mem-fs-editor "^9.5.0"
491-
node-fetch "^2.6.7"
491+
node-fetch "^2.6.8"
492492
openpgp "^5.5.0"
493493
semver "^7.3.8"
494494
sha256-file "^1.0.0"
@@ -1311,17 +1311,17 @@
13111311
chalk "^4.1.1"
13121312
tslib "^2"
13131313

1314-
"@salesforce/plugin-functions@^1.17.3":
1315-
version "1.17.3"
1316-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-functions/-/plugin-functions-1.17.3.tgz#9d12fb2553ffd9dbfffd7044d05b87880d99ea93"
1317-
integrity sha512-q2Hu3Ry/94hgP2y5vJDaKmB4pKpPDCWn8fKHqQIvpLCU4IWiF6t8ypxYwOP288o2PDAaysiUI7CluVfnWFD9MQ==
1314+
"@salesforce/plugin-functions@^1.17.4":
1315+
version "1.17.4"
1316+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-functions/-/plugin-functions-1.17.4.tgz#f12d3760b43ae0c6a3de4d7811e764ec34f8dd63"
1317+
integrity sha512-5nAzuJSywsthUpid/9HQ1dDsgwGratS3w6YAq9IG0vmz+ntYkszbLC1ilMG6wkgcZJ0WHmhS0T44AG1ysJgd9g==
13181318
dependencies:
13191319
"@heroku-cli/color" "^1.1.16"
13201320
"@heroku-cli/schema" "^1.0.25"
13211321
"@heroku/eventsource" "^1.0.7"
13221322
"@heroku/function-toml" "^0.0.3"
13231323
"@heroku/project-descriptor" "0.0.6"
1324-
"@hk/functions-core" "npm:@heroku/[email protected].2"
1324+
"@hk/functions-core" "npm:@heroku/functions-core@^0.5.3"
13251325
"@oclif/core" "^1.6.0"
13261326
"@salesforce/core" "^3.32.12"
13271327
"@salesforce/sf-plugins-core" "^1.7.2"
@@ -1459,7 +1459,7 @@
14591459
isomorphic-git "1.17.0"
14601460
ts-retry-promise "^0.7.0"
14611461

1462-
"@salesforce/[email protected]", "@salesforce/templates@^55.1.0":
1462+
"@salesforce/[email protected]":
14631463
version "55.1.0"
14641464
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-55.1.0.tgz#b928a384c4d7f7cadd25671bff0783a028e96f1a"
14651465
integrity sha512-xx5oTxDSsxs+21TegMRWqvqmDZuc1dfu65sgYuu8xq5niomNMpEUJuRQNNP7B6T/K4mqkJfOnIKAjTjaeRLCkQ==
@@ -1474,6 +1474,23 @@
14741474
yeoman-environment "^3.9.1"
14751475
yeoman-generator "^5.6.1"
14761476

1477+
"@salesforce/templates@^57.1.0":
1478+
version "57.1.0"
1479+
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-57.1.0.tgz#7ff327880f36fa6b979af8219471609019937f26"
1480+
integrity sha512-4XTfNS+wBOM/QJpulJmTBb7o0m0ysfJo2mmTWu6Niz4QfXrSR2LlOc22aet/uTt5okqvmGnpbzG1xF4zzFc8fg==
1481+
dependencies:
1482+
"@salesforce/core" "^3.24.0"
1483+
"@salesforce/kit" "^1.7.1"
1484+
got "^11.8.2"
1485+
mime-types "^2.1.27"
1486+
proxy-agent "^5.0.0"
1487+
proxy-from-env "^1.1.0"
1488+
shelljs "^0.8.5"
1489+
tar "^6.1.10"
1490+
tslib "^1"
1491+
yeoman-environment "^3.9.1"
1492+
yeoman-generator "^5.6.1"
1493+
14771494
"@salesforce/[email protected]":
14781495
version "1.4.4"
14791496
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.4.tgz#ee7039f7eb6c488d58b0a3365e7196e9b1b1ebb4"
@@ -4439,7 +4456,7 @@ fs-constants@^1.0.0:
44394456
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
44404457
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
44414458

4442-
fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
4459+
fs-extra@^10.0.0, fs-extra@^10.0.1:
44434460
version "10.1.0"
44444461
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
44454462
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
@@ -4448,6 +4465,15 @@ fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
44484465
jsonfile "^6.0.1"
44494466
universalify "^2.0.0"
44504467

4468+
fs-extra@^11.1.0:
4469+
version "11.1.0"
4470+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
4471+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
4472+
dependencies:
4473+
graceful-fs "^4.2.0"
4474+
jsonfile "^6.0.1"
4475+
universalify "^2.0.0"
4476+
44514477
fs-extra@^6.0.1:
44524478
version "6.0.1"
44534479
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
@@ -6738,10 +6764,10 @@ node-domexception@^1.0.0:
67386764
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
67396765
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
67406766

6741-
node-fetch@^2.6.1, node-fetch@^2.6.7:
6742-
version "2.6.7"
6743-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
6744-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
6767+
node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.8:
6768+
version "2.6.8"
6769+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e"
6770+
integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==
67456771
dependencies:
67466772
whatwg-url "^5.0.0"
67476773

0 commit comments

Comments
 (0)