From 807791750eab95a58af7a16b7da3b3962b88dc30 Mon Sep 17 00:00:00 2001 From: Drew Hudec Date: Mon, 23 Oct 2023 09:27:09 -0400 Subject: [PATCH 1/2] chore(deps): upgrades reactor dependency versions --- docs/api/reactors/reactor-dependencies.mdx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/api/reactors/reactor-dependencies.mdx b/docs/api/reactors/reactor-dependencies.mdx index 0f0acc1a..841758aa 100644 --- a/docs/api/reactors/reactor-dependencies.mdx +++ b/docs/api/reactors/reactor-dependencies.mdx @@ -20,31 +20,32 @@ The following dependencies are whitelisted and allowed to be utilized within a R ## List of available dependencies | Package | Version | -| ----------------------------- | --------- | +|-------------------------------|-----------| | @adyen/api-library | ^10.3.0 | -| @basis-theory/basis-theory-js | ^1.80.0 | | @basis-theory/apple-pay-js | ^1.1.0 | -| aws-sdk | ^2.1435.0 | +| @basis-theory/basis-theory-js | ^1.80.0 | +| authorizenet | ^1.0.8 | +| aws-sdk | ^2.1478.0 | | axios | ^0.27.2 | -| braintree | ^3.16.0 | +| braintree | ^3.18.0 | | crypto-js | ^4.1.1 | -| csv-parse | ^5.4.0 | +| csv-parse | ^5.5.2 | | dropbox | ^10.34.0 | | dwolla-v2 | ^3.4.0 | -| exceljs | ^4.3.0 | +| exceljs | ^4.4.0 | | jsonpath | ^1.1.1 | | mastercard-client-encryption | ^1.9.0 | | mastercard-oauth1-signer | ^1.1.6 | -| node-fetch | ^2.6.12 | +| node-fetch | ^2.7.0 | | node-forge | ^1.3.1 | | node-jose | ^2.2.0 | -| openpgp | ^5.5.0 | +| openpgp | ^5.10.2 | | pdf-lib | ^1.17.1 | | pdfkit | ^0.13.0 | | soap | ^1.0.0 | | ssh2 | ^1.14.0 | | stripe | ^8.222.0 | -| tesseract.js | ^4.1.1 | -| twilio | ^4.15.0 | +| tesseract.js | ^4.1.4 | +| twilio | ^4.19.0 | | uuid | ^8.3.2 | | xmlbuilder2 | ^3.0.2 | From c76bb25d4ac4890b89957d8f2d7ad1bc8836fcf5 Mon Sep 17 00:00:00 2001 From: Drew Hudec Date: Mon, 23 Oct 2023 09:34:54 -0400 Subject: [PATCH 2/2] Removes authorizenet dependency --- docs/api/reactors/reactor-dependencies.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/reactors/reactor-dependencies.mdx b/docs/api/reactors/reactor-dependencies.mdx index 841758aa..eb47d104 100644 --- a/docs/api/reactors/reactor-dependencies.mdx +++ b/docs/api/reactors/reactor-dependencies.mdx @@ -24,7 +24,6 @@ The following dependencies are whitelisted and allowed to be utilized within a R | @adyen/api-library | ^10.3.0 | | @basis-theory/apple-pay-js | ^1.1.0 | | @basis-theory/basis-theory-js | ^1.80.0 | -| authorizenet | ^1.0.8 | | aws-sdk | ^2.1478.0 | | axios | ^0.27.2 | | braintree | ^3.18.0 |