Skip to content

Commit afa6091

Browse files
committed
Updating dependencies
1 parent 165c13a commit afa6091

File tree

2 files changed

+51
-33
lines changed

2 files changed

+51
-33
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wharfkit/session",
33
"description": "Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.",
4-
"version": "2.0.0-rc1",
4+
"version": "2.0.0-rc2",
55
"homepage": "https://github.com/wharfkit/session",
66
"license": "BSD-3-Clause",
77
"main": "lib/session.js",
@@ -16,12 +16,15 @@
1616
"scripts": {
1717
"prepare": "make"
1818
},
19+
"resolutions": {
20+
"@wharfkit/antelope": "^1.1.1"
21+
},
1922
"dependencies": {
2023
"@wharfkit/abicache": "^1.2.1",
21-
"@wharfkit/antelope": "^1.0.11",
24+
"@wharfkit/antelope": "^1.1.1",
2225
"@wharfkit/common": "^1.2.0",
2326
"@wharfkit/contract": "^1.2.1",
24-
"@wharfkit/signing-request": "^3.1.0",
27+
"@wharfkit/signing-request": "^3.3.0",
2528
"pako": "^2.0.4",
2629
"tslib": "^2.1.0"
2730
},

yarn.lock

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
"@typescript-eslint/types" "5.45.0"
12621262
eslint-visitor-keys "^3.3.0"
12631263

1264-
"@wharfkit/abicache@^1.2.0", "@wharfkit/abicache@^1.2.1":
1264+
"@wharfkit/abicache@^1.2.0":
12651265
version "1.2.1"
12661266
resolved "https://registry.npmjs.org/@wharfkit/abicache/-/abicache-1.2.1.tgz"
12671267
integrity sha512-LPlD8U/+QUkXDqYrr2DRUa+VFUCR+muNOLUN1Uh3+TU2pbr4uKSt9EOBf3VkEAVov5BA96exysWCD1sp+K7orw==
@@ -1271,10 +1271,20 @@
12711271
pako "^2.0.4"
12721272
tslib "^2.1.0"
12731273

1274-
"@wharfkit/antelope@^1.0.0", "@wharfkit/antelope@^1.0.11", "@wharfkit/antelope@^1.0.2", "@wharfkit/antelope@^1.0.4":
1275-
version "1.0.11"
1276-
resolved "https://registry.npmjs.org/@wharfkit/antelope/-/antelope-1.0.11.tgz"
1277-
integrity sha512-4oSM5b9IzQxP6hC5H6QGBCylTYKs+cZ8fg6piM8qjj/g4Ok3YmYwx6sbIQwwQmdCUK9sBweKXrOHjNwpyafPBQ==
1274+
"@wharfkit/abicache@^1.2.1":
1275+
version "1.2.2"
1276+
resolved "https://registry.yarnpkg.com/@wharfkit/abicache/-/abicache-1.2.2.tgz#c3d83485e3e3782ac94ced460915bad1ceee0be9"
1277+
integrity sha512-yOsYz2qQpQy7Nb8XZj62pZqp8YnmWDqFlrenYksBb9jl+1aWIpFhWd+14VEez4tUAezRH4UWW+w1SX5vhmUY9A==
1278+
dependencies:
1279+
"@wharfkit/antelope" "^1.0.2"
1280+
"@wharfkit/signing-request" "^3.1.0"
1281+
pako "^2.0.4"
1282+
tslib "^2.1.0"
1283+
1284+
"@wharfkit/antelope@^1.0.0", "@wharfkit/antelope@^1.0.11", "@wharfkit/antelope@^1.0.2", "@wharfkit/antelope@^1.0.4", "@wharfkit/antelope@^1.1.1":
1285+
version "1.1.1"
1286+
resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.1.1.tgz#f54c4ed7ddd758f4a8aa643a81dc3e4575058d45"
1287+
integrity sha512-zOetZJG0T4/WRCIC8Ui2DGv+RxrSkdXOq/q8sUqUcuKei+aJo4/9Xk37VULPt2qe0NpTm93ajYV9cYdD9m5Fgg==
12781288
dependencies:
12791289
bn.js "^4.11.9"
12801290
brorand "^1.1.0"
@@ -1284,15 +1294,15 @@
12841294
tslib "^2.0.3"
12851295

12861296
"@wharfkit/common@^1.2.0":
1287-
version "1.2.0"
1288-
resolved "https://registry.npmjs.org/@wharfkit/common/-/common-1.2.0.tgz"
1289-
integrity sha512-me/BN8D/4UPkY7yt+4v+E/z62PVj4VKY5+iRb7zoWv0epbW4o4nC6Oer8kBVL7xWC6Guucaol3hkxkTMgrnwlQ==
1297+
version "1.5.0"
1298+
resolved "https://registry.yarnpkg.com/@wharfkit/common/-/common-1.5.0.tgz#66023ade5acc7e768ec2cd1c040c3043ec5cc59d"
1299+
integrity sha512-eqXkOy+vshcEzK8kED+EsoTPJjlBKHYglgV9CBnZQgIlGrWIRXWH4YaXH3W7EbI/nCRJCaNqxm5fC+pgpFcp8g==
12901300
dependencies:
12911301
tslib "^2.1.0"
12921302

12931303
"@wharfkit/contract@^1.2.1":
12941304
version "1.2.1"
1295-
resolved "https://registry.npmjs.org/@wharfkit/contract/-/contract-1.2.1.tgz"
1305+
resolved "https://registry.yarnpkg.com/@wharfkit/contract/-/contract-1.2.1.tgz#b917db9c156344ae7f5340ff9a388108963763e8"
12961306
integrity sha512-3UhCtDYCyapfM2nRTrslcbvko864d4MOpxRAz7TR/ZUbRAgZsxhYLFLEv1v23/SU+vsFzAHNBmvzkLEG0OLaHQ==
12971307
dependencies:
12981308
"@wharfkit/abicache" "^1.2.0"
@@ -1323,18 +1333,18 @@
13231333
pako "^2.0.4"
13241334
tslib "^2.1.0"
13251335

1326-
"@wharfkit/signing-request@^3.1.0":
1327-
version "3.1.0"
1328-
resolved "https://registry.npmjs.org/@wharfkit/signing-request/-/signing-request-3.1.0.tgz"
1329-
integrity sha512-aVWV9Z3o77uDrFSR3wC78c1e/QNkfi3IxZbGzMizvoYTYPKHgHs1F6Go/1oe0Dlo/kEB9tgckFviccUqrK987w==
1336+
"@wharfkit/signing-request@^3.1.0", "@wharfkit/signing-request@^3.3.0":
1337+
version "3.3.0"
1338+
resolved "https://registry.yarnpkg.com/@wharfkit/signing-request/-/signing-request-3.3.0.tgz#2fda2093c0d0396f5a741d1f7c92606680f9ce21"
1339+
integrity sha512-8RYnXjF14LRXB8Ajd1SL/pNFFVkYU1sm+cWTDkJnNr0p8dBiILGBcZuXOuVFWCN6+xngwioSHt02LEEWyELLvw==
13301340
dependencies:
1331-
"@wharfkit/antelope" "^1.0.0"
1341+
"@wharfkit/antelope" "^1.1.1"
13321342
tslib "^2.0.3"
13331343

13341344
"@wharfkit/transact-plugin-resource-provider@^1.1.0":
1335-
version "1.1.0"
1336-
resolved "https://registry.npmjs.org/@wharfkit/transact-plugin-resource-provider/-/transact-plugin-resource-provider-1.1.0.tgz"
1337-
integrity sha512-N+ZcrTy8EUcIw48Uf7nYzMz3xS5EJvVPq/TS4Nz8dwGJrZyTGGPF4pqjF5u8qKIGebyAYMCyAiStZBKQX4QlNw==
1345+
version "1.1.3"
1346+
resolved "https://registry.yarnpkg.com/@wharfkit/transact-plugin-resource-provider/-/transact-plugin-resource-provider-1.1.3.tgz#d476ac1af3ea34fd4558b2d09a7125983b3b6f41"
1347+
integrity sha512-g2J6TO/+uwWL96rnIHL76+7R4xwVyLGjSJYCPbIXFdHZhridYSd7ZWpzrLfeil0o1utnnHqnjsNTxlVbad0XWw==
13381348
dependencies:
13391349
tslib "^2.1.0"
13401350

@@ -1508,9 +1518,9 @@ binary-extensions@^2.0.0:
15081518
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
15091519

15101520
bn.js@^4.11.9:
1511-
version "4.12.0"
1512-
resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz"
1513-
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
1521+
version "4.12.2"
1522+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.2.tgz#3d8fed6796c24e177737f7cc5172ee04ef39ec99"
1523+
integrity sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==
15141524

15151525
brace-expansion@^1.1.7:
15161526
version "1.1.11"
@@ -1536,7 +1546,7 @@ braces@^3.0.2, braces@~3.0.2:
15361546

15371547
brorand@^1.1.0:
15381548
version "1.1.0"
1539-
resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz"
1549+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
15401550
integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==
15411551

15421552
browser-stdout@1.3.1:
@@ -1810,9 +1820,9 @@ electron-to-chromium@^1.4.251:
18101820
integrity sha512-1pezJ2E1UyBTGbA7fUlHdPSXQw1k+82VhTFLG5G0AUqLGvsZqFzleOblceqegZzxYX4kC7hGEEdzIQI9RZ1Cuw==
18111821

18121822
elliptic@^6.5.4:
1813-
version "6.5.4"
1814-
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz"
1815-
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
1823+
version "6.6.1"
1824+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
1825+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
18161826
dependencies:
18171827
bn.js "^4.11.9"
18181828
brorand "^1.1.0"
@@ -2269,7 +2279,7 @@ has@^1.0.3:
22692279

22702280
hash.js@^1.0.0, hash.js@^1.0.3:
22712281
version "1.1.7"
2272-
resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz"
2282+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
22732283
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
22742284
dependencies:
22752285
inherits "^2.0.3"
@@ -2290,7 +2300,7 @@ he@1.2.0:
22902300

22912301
hmac-drbg@^1.0.1:
22922302
version "1.0.1"
2293-
resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz"
2303+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
22942304
integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==
22952305
dependencies:
22962306
hash.js "^1.0.3"
@@ -2340,7 +2350,7 @@ inflight@^1.0.4:
23402350

23412351
inherits@2, inherits@^2.0.3, inherits@^2.0.4:
23422352
version "2.0.4"
2343-
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
2353+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
23442354
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
23452355

23462356
is-binary-path@~2.1.0:
@@ -2700,12 +2710,12 @@ micromatch@^4.0.4:
27002710

27012711
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
27022712
version "1.0.1"
2703-
resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz"
2713+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
27042714
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
27052715

27062716
minimalistic-crypto-utils@^1.0.1:
27072717
version "1.0.1"
2708-
resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz"
2718+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
27092719
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
27102720

27112721
minimatch@5.0.1:
@@ -3447,7 +3457,12 @@ tslib@^1.8.1:
34473457
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
34483458
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
34493459

3450-
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0:
3460+
tslib@^2.0.3:
3461+
version "2.8.1"
3462+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
3463+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
3464+
3465+
tslib@^2.1.0, tslib@^2.5.0:
34513466
version "2.6.2"
34523467
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
34533468
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

0 commit comments

Comments
 (0)