Skip to content

Commit 7cbb609

Browse files
committed
fix(deps): update dependency @devprotocol/khaos-kit to v1.4.0
1 parent 697b3b8 commit 7cbb609

2 files changed

Lines changed: 33 additions & 59 deletions

File tree

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@dev/graphql": "0.0.1",
2020
"@devprotocol/alias-legacy-dev-kit": "npm:@devprotocol/dev-kit@4.7.0",
2121
"@devprotocol/dev-kit": "5.10.0",
22-
"@devprotocol/khaos-kit": "1.3.0",
22+
"@devprotocol/khaos-kit": "1.4.0",
2323
"@devprotocol/util-ts": "2.2.1",
2424
"@metamask/detect-provider": "1.2.0",
2525
"@quentin-sommer/react-useragent": "3.1.1",

yarn.lock

Lines changed: 32 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.9.4.tgz#a483c54c1253656bb33babd464e3154a173e1577"
8686
integrity sha512-HazVq9zwTVwGmqdwYzu7WyQ6FQVZ7SwET0KKQuKm55jD0IfUpZgN0OPIiZG3zV1iSrVYcN0bdwLRXI/VNCYsUA==
8787

88-
"@azure/functions@1.2.3", "@azure/functions@^1.2.3":
89-
version "1.2.3"
90-
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-1.2.3.tgz#65765837e7319eedffbf8a971cb2f78d4e043d54"
91-
integrity sha512-dZITbYPNg6ay6ngcCOjRUh1wDhlFITS0zIkqplyH5KfKEAVPooaoaye5mUFnR+WP9WdGRjlNXyl/y2tgWKHcRg==
88+
"@azure/functions@3.0.0", "@azure/functions@^3.0.0":
89+
version "3.0.0"
90+
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-3.0.0.tgz#1466371562591d17232d39eea2126fb5deb60beb"
91+
integrity sha512-nxOdQdYoy9JEdAPsQlBWavsRvbH5qT2fpwMcY64s1sLIT8QwtW7ebh/MJNgzeAac+JaC6IED7plDiizq8oZUNw==
9292

9393
"@babel/code-frame@7.12.11":
9494
version "7.12.11"
@@ -2676,37 +2676,37 @@
26762676
js-base64 "^3.7.2"
26772677
ramda "^0.27.0"
26782678

2679-
"@devprotocol/khaos-core@1.5.1":
2680-
version "1.5.1"
2681-
resolved "https://registry.yarnpkg.com/@devprotocol/khaos-core/-/khaos-core-1.5.1.tgz#eadb211634cf3e1ec9ca9ee69631b215ad9fe430"
2682-
integrity sha512-VTSWfPdXXCDA304XTiWwwPV/m4doOm2V1GIjkbBXKqGowxAA0bccoLNzGOnvGwVUj5LMswSR8iEnLxG4Rs3Zng==
2679+
"@devprotocol/khaos-core@1.6.0":
2680+
version "1.6.0"
2681+
resolved "https://registry.yarnpkg.com/@devprotocol/khaos-core/-/khaos-core-1.6.0.tgz#3bc981fa2eab0583514c115464a6a4414a254f4c"
2682+
integrity sha512-QPMW8730mv4l5w6Z4/2hvuD7ORyNDkymewI0UivemTFZ5T+Q1RBdKi6EgtYPmS3uFZ/rnnz0fMkgJKKdnBg3Pg==
26832683
dependencies:
2684-
"@azure/functions" "^1.2.3"
2684+
"@azure/functions" "^3.0.0"
26852685
"@devprotocol/util-ts" "2.2.1"
26862686
"@ethersproject/abi" "^5.1.0"
26872687
jsonwebtoken "^8.5.1"
26882688
ramda "^0.27.1"
26892689

2690-
"@devprotocol/khaos-functions@0.4.1":
2691-
version "0.4.1"
2692-
resolved "https://registry.yarnpkg.com/@devprotocol/khaos-functions/-/khaos-functions-0.4.1.tgz#48b1a1959dc74c8481a826433efb4b7bb375c532"
2693-
integrity sha512-ma/o3yDIyLjZHQpJQJpP+Sjeb9nuGsh+bzVtHRnadB792cJHmuAeB62dGwxv9XN94GEiMJv4VW9EGFpdoGicZw==
2690+
"@devprotocol/khaos-functions@0.4.2":
2691+
version "0.4.2"
2692+
resolved "https://registry.yarnpkg.com/@devprotocol/khaos-functions/-/khaos-functions-0.4.2.tgz#f337c6d1b3af82ea005016d22fdc77ecbb4a87c0"
2693+
integrity sha512-7iZSGKbXmOZJeSO5E1BQtolVaThH5mqXs4QwvzfEAFwwj12O7qwKtoBpdXoBzKwbPdDWhr4lkivgdjBB15dAVA==
26942694
dependencies:
2695-
"@azure/functions" "1.2.3"
2696-
"@devprotocol/khaos-core" "1.5.1"
2695+
"@azure/functions" "3.0.0"
2696+
"@devprotocol/khaos-core" "1.6.0"
26972697
"@devprotocol/util-ts" "2.2.1"
26982698
bent "7.3.12"
26992699
ramda "0.27.1"
2700-
type-fest "2.5.0"
2700+
type-fest "2.8.0"
27012701

2702-
"@devprotocol/khaos-kit@1.3.0":
2703-
version "1.3.0"
2704-
resolved "https://registry.yarnpkg.com/@devprotocol/khaos-kit/-/khaos-kit-1.3.0.tgz#3a882b44e3d0245d3883f564b1a45aafcbc27b1c"
2705-
integrity sha512-rtXjaxz9+hS1REHooHtMvJJ/mxt5IrG3kZOc/gCNBsZ1Xdqy6kQGsv5U9Wpws4R8IrHeRMHHGuqFOGp/IoWDlw==
2702+
"@devprotocol/khaos-kit@1.4.0":
2703+
version "1.4.0"
2704+
resolved "https://registry.yarnpkg.com/@devprotocol/khaos-kit/-/khaos-kit-1.4.0.tgz#3a812becc187f40cfdfce8964ddec0677aa78bc4"
2705+
integrity sha512-Qq78pMsrRZG3OHf08fcXcPvhL8veaF6x6kS6TVbHYWhNIBrBeuilXOw3ITjQTfMiFH1eKj7UXXbbmJkYM7q05Q==
27062706
dependencies:
2707-
"@devprotocol/khaos-core" "1.5.1"
2708-
"@devprotocol/khaos-functions" "0.4.1"
2709-
"@ethersproject/contracts" "5.4.1"
2707+
"@devprotocol/khaos-core" "1.6.0"
2708+
"@devprotocol/khaos-functions" "0.4.2"
2709+
"@ethersproject/contracts" "5.5.0"
27102710
bent "^7.3.12"
27112711
ramda "^0.27.1"
27122712
type-fest "^2.0.0"
@@ -3021,21 +3021,6 @@
30213021
"@ethersproject/properties" "^5.4.0"
30223022
"@ethersproject/strings" "^5.4.0"
30233023

3024-
"@ethersproject/abi@^5.4.0":
3025-
version "5.4.0"
3026-
resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.4.0.tgz#a6d63bdb3672f738398846d4279fa6b6c9818242"
3027-
integrity sha512-9gU2H+/yK1j2eVMdzm6xvHSnMxk8waIHQGYCZg5uvAyH0rsAzxkModzBSpbAkAuhKFEovC2S9hM4nPuLym8IZw==
3028-
dependencies:
3029-
"@ethersproject/address" "^5.4.0"
3030-
"@ethersproject/bignumber" "^5.4.0"
3031-
"@ethersproject/bytes" "^5.4.0"
3032-
"@ethersproject/constants" "^5.4.0"
3033-
"@ethersproject/hash" "^5.4.0"
3034-
"@ethersproject/keccak256" "^5.4.0"
3035-
"@ethersproject/logger" "^5.4.0"
3036-
"@ethersproject/properties" "^5.4.0"
3037-
"@ethersproject/strings" "^5.4.0"
3038-
30393024
"@ethersproject/abstract-provider@5.0.9":
30403025
version "5.0.9"
30413026
resolved "https://registry.yarnpkg.com/@ethersproject/abstract-provider/-/abstract-provider-5.0.9.tgz#a55410b73e3994842884eb82b1f43e3a9f653eea"
@@ -3401,22 +3386,6 @@
34013386
"@ethersproject/logger" "^5.0.8"
34023387
"@ethersproject/properties" "^5.0.7"
34033388

3404-
"@ethersproject/contracts@5.4.1":
3405-
version "5.4.1"
3406-
resolved "https://registry.yarnpkg.com/@ethersproject/contracts/-/contracts-5.4.1.tgz#3eb4f35b7fe60a962a75804ada2746494df3e470"
3407-
integrity sha512-m+z2ZgPy4pyR15Je//dUaymRUZq5MtDajF6GwFbGAVmKz/RF+DNIPwF0k5qEcL3wPGVqUjFg2/krlCRVTU4T5w==
3408-
dependencies:
3409-
"@ethersproject/abi" "^5.4.0"
3410-
"@ethersproject/abstract-provider" "^5.4.0"
3411-
"@ethersproject/abstract-signer" "^5.4.0"
3412-
"@ethersproject/address" "^5.4.0"
3413-
"@ethersproject/bignumber" "^5.4.0"
3414-
"@ethersproject/bytes" "^5.4.0"
3415-
"@ethersproject/constants" "^5.4.0"
3416-
"@ethersproject/logger" "^5.4.0"
3417-
"@ethersproject/properties" "^5.4.0"
3418-
"@ethersproject/transactions" "^5.4.0"
3419-
34203389
"@ethersproject/contracts@5.5.0", "@ethersproject/contracts@^5.4.1":
34213390
version "5.5.0"
34223391
resolved "https://registry.yarnpkg.com/@ethersproject/contracts/-/contracts-5.5.0.tgz#b735260d4bd61283a670a82d5275e2a38892c197"
@@ -24323,10 +24292,10 @@ type-detect@4.0.8, type-detect@^4.0.8:
2432324292
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
2432424293
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
2432524294

24326-
type-fest@2.5.0, type-fest@^2.0.0:
24327-
version "2.5.0"
24328-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.5.0.tgz#e5d0ef818d565e8fc442414194a4ac3afc4c42a7"
24329-
integrity sha512-wB5vE+XXZ2g2mDRo18yZMae1joUhquomLTm+BkxeuRHnwmrNWzVPNrFah9z7pjsKNiVAaJL33+uQbgbPSARyqw==
24295+
type-fest@2.8.0:
24296+
version "2.8.0"
24297+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.8.0.tgz#39d7c9f9c508df8d6ce1cf5a966b0e6568dcc50d"
24298+
integrity sha512-O+V9pAshf9C6loGaH0idwsmugI2LxVNR7DtS40gVo2EXZVYFgz9OuNtOhgHLdHdapOEWNdvz9Ob/eeuaWwwlxA==
2433024299

2433124300
type-fest@^0.11.0:
2433224301
version "0.11.0"
@@ -24373,6 +24342,11 @@ type-fest@^0.8.1:
2437324342
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
2437424343
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
2437524344

24345+
type-fest@^2.0.0:
24346+
version "2.5.0"
24347+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.5.0.tgz#e5d0ef818d565e8fc442414194a4ac3afc4c42a7"
24348+
integrity sha512-wB5vE+XXZ2g2mDRo18yZMae1joUhquomLTm+BkxeuRHnwmrNWzVPNrFah9z7pjsKNiVAaJL33+uQbgbPSARyqw==
24349+
2437624350
type-is@~1.6.17, type-is@~1.6.18:
2437724351
version "1.6.18"
2437824352
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)