Skip to content

Commit

Permalink
Merge pull request #117 from bobbrodie/6.1.x
Browse files Browse the repository at this point in the history
SP-1033 Update elliptic to 6.5.7
  • Loading branch information
bobbrodie authored Aug 15, 2024
2 parents a851550 + 8aef09e commit 4b197fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitpay-sdk",
"version": "6.1.0",
"version": "6.1.1",
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
"engines": {
"node": ">=18.0.0 <23.0.0"
Expand Down Expand Up @@ -44,7 +44,7 @@
"homepage": "https://github.com/bitpay/nodejs-bitpay-client#readme",
"dependencies": {
"bs58": "4.0.1",
"elliptic": "6.5.6",
"elliptic": "6.5.7",
"lodash": "4.17.21",
"zod": "3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const Prod = 'PROD';
export const TestUrl = 'https://test.bitpay.com/';
export const ProdUrl = 'https://bitpay.com/';
export const BitpayApiVersion = '2.0.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.1.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.1.1';
export const BitpayApiFrame = 'std';
export const BitpayApiFrameVersion = '1.0.0';

Expand Down

0 comments on commit 4b197fc

Please sign in to comment.