Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit d628e2e

Browse files
chore(deps): update all non-major dependencies
1 parent 3e9bbc0 commit d628e2e

File tree

7 files changed

+1287
-698
lines changed

7 files changed

+1287
-698
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run TypeScript lint
3737
run: yarn lint
3838

39-
- uses: pre-commit/action@v3.0.0
39+
- uses: pre-commit/action@v3.0.1
4040
name: 'Run pre-commit checks'
4141
with:
4242
extra_args: --all-files --show-diff-on-failure

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.11.0
18+
uses: styfle/cancel-workflow-action@0.12.1
1919
with:
2020
access_token: ${{ secrets.GITHUB_TOKEN }}
2121

@@ -37,7 +37,7 @@ jobs:
3737
run: npx playwright install chromium
3838

3939
- name: Deploy preview
40-
uses: amondnet/vercel-action@v25.1.1
40+
uses: amondnet/vercel-action@v25.2.0
4141
with:
4242
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
4343
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16
1+
18.20

api/storage/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "AlgoWorld <info@algoworld.io>",
77
"license": "GPL-3.0",
88
"dependencies": {
9-
"typescript": "5.1.6",
10-
"web3.storage": "4.5.4"
9+
"typescript": "5.4.5",
10+
"web3.storage": "4.5.5"
1111
},
1212
"devDependencies": {
13-
"@vercel/node": "2.15.5"
13+
"@vercel/node": "2.15.10"
1414
}
1515
}

api/storage/yarn.lock

+41-31
Original file line numberDiff line numberDiff line change
@@ -294,31 +294,32 @@
294294
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
295295
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
296296

297-
"@vercel/build-utils@6.8.2":
298-
version "6.8.2"
299-
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-6.8.2.tgz#dfdbb8f6c2abb973449de5807876c5bba11ec681"
300-
integrity sha512-pyDBREAzaLBM3zoURCCKjnKIqtqPprKcwDdd9eBTGI32qOSpbwswtyqtgj2zH/Ro0LI61jCr6sK87JHILCr1sg==
297+
"@vercel/build-utils@6.8.3":
298+
version "6.8.3"
299+
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-6.8.3.tgz#f4269c626eb108851f68815c036176718cecade1"
300+
integrity sha512-C86OPuPAvG/pSr27DPKecmptkYYsgyhOKdHTLv9jI3Pv1yvru78k+JjrAyn7N+0ev75KNV0Prv4P3p76168ePw==
301301

302302
"@vercel/error-utils@1.0.10":
303303
version "1.0.10"
304304
resolved "https://registry.yarnpkg.com/@vercel/error-utils/-/error-utils-1.0.10.tgz#6530e9c930d5cf4c7f96045ec3a0bccaf2e6b14c"
305305
integrity sha512-nsKy2sy+pjUWyKI1V/XXKspVzHMYgSalmj5+EsKWFXZbnNZicqxNtMR94J8Hs7SB4TQxh0s4KhczJtL59AVGMg==
306306

307-
"@vercel/node@2.15.5":
308-
version "2.15.5"
309-
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-2.15.5.tgz#c2e1b3c8e3e368cada457e55f7d4d76a6d9d1873"
310-
integrity sha512-KYMeVyGBsZ1xw/74/95wZdE/ZW1cRa8nrMKasjy2r54IuOUcdE35bcpMhw7hip34esL+PtQI50rXtMTQOLa0kQ==
307+
"@vercel/node@2.15.10":
308+
version "2.15.10"
309+
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-2.15.10.tgz#8b84840e21c566df6318932c8c493f8970b75d39"
310+
integrity sha512-IfnqnKAJlL1+0FSDJgxoe9J3kfYAgPGDjz4aO/H5FSjvqP7cKJnns1F9GsQq4pM499+TY8T8mKAdos7/m+WOEw==
311311
dependencies:
312312
"@edge-runtime/node-utils" "2.0.3"
313313
"@edge-runtime/primitives" "2.1.2"
314314
"@edge-runtime/vm" "3.0.1"
315315
"@types/node" "14.18.33"
316316
"@types/node-fetch" "2.6.3"
317-
"@vercel/build-utils" "6.8.2"
317+
"@vercel/build-utils" "6.8.3"
318318
"@vercel/error-utils" "1.0.10"
319319
"@vercel/static-config" "2.0.17"
320320
async-listen "3.0.0"
321-
edge-runtime "2.4.3"
321+
content-type "1.0.5"
322+
edge-runtime "2.4.4"
322323
esbuild "0.14.47"
323324
exit-hook "2.2.1"
324325
node-fetch "2.6.9"
@@ -344,25 +345,29 @@
344345
"@web-std/stream" "1.0.0"
345346
web-encoding "1.1.5"
346347

347-
"@web-std/fetch@^3.0.3":
348-
version "3.0.3"
349-
resolved "https://registry.yarnpkg.com/@web-std/fetch/-/fetch-3.0.3.tgz#507e1371825298aae61172b0da439570437d3982"
350-
integrity sha512-PtaKr6qvw2AmKChugzhQWuTa12dpbogHRBxwcleAZ35UhWucnfD4N+g3f7qYK2OeioSWTK3yMf6n/kOOfqxHaQ==
348+
"@web-std/fetch@^4.1.0":
349+
version "4.1.0"
350+
resolved "https://registry.yarnpkg.com/@web-std/fetch/-/fetch-4.1.0.tgz#db1eb659198376dad692421896b7119fb13e6e52"
351+
integrity sha512-ZRizMcP8YyuRlhIsRYNFD9x/w28K7kbUhNGmKM9hDy4qeQ5xMTk//wA89EF+Clbl6EP4ksmCcN+4TqBMSRL8Zw==
351352
dependencies:
352353
"@web-std/blob" "^3.0.3"
353354
"@web-std/form-data" "^3.0.2"
355+
"@web-std/stream" "^1.0.1"
354356
"@web3-storage/multipart-parser" "^1.0.0"
355357
data-uri-to-buffer "^3.0.1"
358+
mrmime "^1.0.0"
356359

357-
"@web-std/fetch@^4.1.0":
358-
version "4.1.0"
359-
resolved "https://registry.yarnpkg.com/@web-std/fetch/-/fetch-4.1.0.tgz#db1eb659198376dad692421896b7119fb13e6e52"
360-
integrity sha512-ZRizMcP8YyuRlhIsRYNFD9x/w28K7kbUhNGmKM9hDy4qeQ5xMTk//wA89EF+Clbl6EP4ksmCcN+4TqBMSRL8Zw==
360+
"@web-std/fetch@^4.1.2":
361+
version "4.2.1"
362+
resolved "https://registry.yarnpkg.com/@web-std/fetch/-/fetch-4.2.1.tgz#692c5545787081217fce3c024708fa8979c21f9c"
363+
integrity sha512-M6sgHDgKegcjuVsq8J6jb/4XvhPGui8uwp3EIoADGXUnBl9vKzKLk9H9iFzrPJ6fSV6zZzFWXPyziBJp9hxzBA==
361364
dependencies:
362365
"@web-std/blob" "^3.0.3"
366+
"@web-std/file" "^3.0.2"
363367
"@web-std/form-data" "^3.0.2"
364368
"@web-std/stream" "^1.0.1"
365369
"@web3-storage/multipart-parser" "^1.0.0"
370+
abort-controller "^3.0.0"
366371
data-uri-to-buffer "^3.0.1"
367372
mrmime "^1.0.0"
368373

@@ -629,6 +634,11 @@ concat-map@0.0.1:
629634
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
630635
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
631636

637+
content-type@1.0.5:
638+
version "1.0.5"
639+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
640+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
641+
632642
convert-hrtime@^3.0.0:
633643
version "3.0.0"
634644
resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-3.0.0.tgz#62c7593f5809ca10be8da858a6d2f702bcda00aa"
@@ -683,10 +693,10 @@ dns-over-http-resolver@^1.2.3:
683693
native-fetch "^3.0.0"
684694
receptacle "^1.3.2"
685695

686-
edge-runtime@2.4.3:
687-
version "2.4.3"
688-
resolved "https://registry.yarnpkg.com/edge-runtime/-/edge-runtime-2.4.3.tgz#8fed85fb061dcb1b443ee0bc5f46a2369b1eb5f6"
689-
integrity sha512-Amv/P+OJhxopvoVXFr7UXAKheBpdLeCcdR5Vw4GSdNFDWVny9sioQbczjEKPLER5WsMXl17P+llS011Xftducw==
696+
edge-runtime@2.4.4:
697+
version "2.4.4"
698+
resolved "https://registry.yarnpkg.com/edge-runtime/-/edge-runtime-2.4.4.tgz#7c305429f02098c78b99fb0c96dbbd447fec4ea6"
699+
integrity sha512-uq1YdIxkMDsBYLdSSp/w62PciCL46ic4m1Z/2G6N8RcAPI8p35O8u6hJQT83j28Dnt4U5iyvmwFMYouHMK51uA==
690700
dependencies:
691701
"@edge-runtime/format" "2.1.0"
692702
"@edge-runtime/vm" "3.0.3"
@@ -2119,10 +2129,10 @@ typescript@4.9.5:
21192129
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
21202130
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
21212131

2122-
typescript@5.1.6:
2123-
version "5.1.6"
2124-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
2125-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
2132+
typescript@5.4.5:
2133+
version "5.4.5"
2134+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
2135+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
21262136

21272137
uint8arrays@^3.0.0:
21282138
version "3.1.1"
@@ -2198,14 +2208,14 @@ web-streams-polyfill@^3.1.1:
21982208
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
21992209
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
22002210

2201-
web3.storage@4.5.4:
2202-
version "4.5.4"
2203-
resolved "https://registry.yarnpkg.com/web3.storage/-/web3.storage-4.5.4.tgz#bd85dd41e881ab8e22da65d681f8b25361e5b9a7"
2204-
integrity sha512-QSdiPEMgXCkk9Y0y3U1pyTu8n1TOOctwq7h9Loz7NYPla9QZesbg4lSxe0XWPltzyJEkI43yC1hy8gNxNEiizA==
2211+
web3.storage@4.5.5:
2212+
version "4.5.5"
2213+
resolved "https://registry.yarnpkg.com/web3.storage/-/web3.storage-4.5.5.tgz#6c886c51e09bd97bf242e7867f16db2efe223822"
2214+
integrity sha512-ABW1Gk4gpkVkEIgeQTcoqZ1pI1YKQiBbZDploAcyldFWCXtdBpsijrRHg0S5Mwlvllw4E8OsRm/9HG2nVaGsCg==
22052215
dependencies:
22062216
"@ipld/car" "^3.1.4"
22072217
"@web-std/blob" "^3.0.4"
2208-
"@web-std/fetch" "^3.0.3"
2218+
"@web-std/fetch" "^4.1.2"
22092219
"@web-std/file" "^3.0.2"
22102220
"@web3-storage/parse-link-header" "^3.1.0"
22112221
browser-readablestream-to-it "^1.0.3"

package.json

+39-39
Original file line numberDiff line numberDiff line change
@@ -37,71 +37,71 @@
3737
"@blockshake/defly-connect": "^1.1.5",
3838
"@daffiwallet/connect": "^1.0.3",
3939
"@emotion/cache": "11.11.0",
40-
"@emotion/react": "11.11.1",
40+
"@emotion/react": "11.11.4",
4141
"@emotion/server": "11.11.0",
42-
"@emotion/styled": "11.11.0",
43-
"@fontsource/roboto": "5.0.8",
44-
"@hookform/resolvers": "3.1.1",
45-
"@mui/icons-material": "5.14.0",
46-
"@mui/lab": "5.0.0-alpha.136",
47-
"@mui/material": "5.14.0",
48-
"@mui/x-data-grid": "6.10.0",
49-
"@perawallet/connect": "1.3.1",
50-
"@reduxjs/toolkit": "1.9.5",
42+
"@emotion/styled": "11.11.5",
43+
"@fontsource/roboto": "5.0.13",
44+
"@hookform/resolvers": "3.6.0",
45+
"@mui/icons-material": "5.15.19",
46+
"@mui/lab": "5.0.0-alpha.170",
47+
"@mui/material": "5.15.19",
48+
"@mui/x-data-grid": "6.20.0",
49+
"@perawallet/connect": "1.3.4",
50+
"@reduxjs/toolkit": "1.9.7",
5151
"@txnlab/use-wallet": "^2.1.0",
5252
"@vkruglikov/react-telegram-web-app": "^1.11.0",
5353
"@walletconnect/modal-sign-html": "^2.5.5",
5454
"algosdk": "^2.4.0",
5555
"axios": "1.4.0",
56-
"axios-retry": "3.5.1",
56+
"axios-retry": "3.9.1",
5757
"next": "13.4.13",
5858
"next-pwa": "5.6.0",
5959
"nextjs-google-analytics": "2.3.3",
6060
"prop-types": "15.8.1",
61-
"react": "18.2.0",
62-
"react-dom": "18.2.0",
61+
"react": "18.3.1",
62+
"react-dom": "18.3.1",
6363
"react-markdown": "8.0.7",
6464
"react-number-format": "4.9.4",
65-
"react-redux": "8.1.1",
65+
"react-redux": "8.1.3",
6666
"react-toastify": "9.1.3",
67-
"react-tsparticles": "2.11.0",
68-
"react-use": "17.4.0",
67+
"react-tsparticles": "2.12.2",
68+
"react-use": "17.5.0",
6969
"swr": "1.3.0",
7070
"telegram-webapps-types": "1.0.5",
71-
"tsparticles": "2.11.0"
71+
"tsparticles": "2.12.0"
7272
},
7373
"devDependencies": {
74-
"@commitlint/cli": "17.6.6",
75-
"@commitlint/config-conventional": "17.6.6",
76-
"@playwright/test": "1.36.1",
77-
"@testing-library/jest-dom": "5.16.5",
78-
"@testing-library/react": "14.0.0",
79-
"@testing-library/user-event": "14.4.3",
80-
"@types/jest": "29.5.3",
81-
"@types/node": "18.16.19",
82-
"@types/react": "18.2.15",
83-
"@types/react-dom": "18.2.7",
74+
"@commitlint/cli": "17.8.1",
75+
"@commitlint/config-conventional": "17.8.1",
76+
"@playwright/test": "1.44.1",
77+
"@testing-library/jest-dom": "5.17.0",
78+
"@testing-library/react": "14.3.1",
79+
"@testing-library/user-event": "14.5.2",
80+
"@types/jest": "29.5.12",
81+
"@types/node": "18.19.34",
82+
"@types/react": "18.3.3",
83+
"@types/react-dom": "18.3.0",
8484
"@typescript-eslint/eslint-plugin": "5.62.0",
8585
"@typescript-eslint/parser": "5.62.0",
86-
"autoprefixer": "10.4.14",
86+
"autoprefixer": "10.4.19",
8787
"cd": "0.3.3",
8888
"commitizen": "4.3.0",
8989
"cz-conventional-changelog": "3.3.0",
90-
"dotenv": "16.3.1",
91-
"eslint": "8.45.0",
92-
"eslint-config-next": "13.4.10",
93-
"eslint-config-prettier": "8.8.0",
94-
"eslint-import-resolver-typescript": "3.5.5",
90+
"dotenv": "16.4.5",
91+
"eslint": "8.57.0",
92+
"eslint-config-next": "13.5.6",
93+
"eslint-config-prettier": "8.10.0",
94+
"eslint-import-resolver-typescript": "3.6.1",
9595
"eslint-plugin-prettier": "4.2.1",
96-
"jest": "29.6.1",
96+
"jest": "29.7.0",
9797
"jest-canvas-mock": "2.5.2",
98-
"jest-environment-jsdom": "29.6.1",
99-
"lint-staged": "13.2.3",
98+
"jest-environment-jsdom": "29.7.0",
99+
"lint-staged": "13.3.0",
100100
"node-fetch": "3.3.2",
101-
"postcss": "8.4.26",
101+
"postcss": "8.4.38",
102102
"prettier": "2.8.8",
103-
"ts-jest": "29.1.1",
104-
"typescript": "5.1.6"
103+
"ts-jest": "29.1.4",
104+
"typescript": "5.4.5"
105105
},
106106
"config": {
107107
"commitizen": {

0 commit comments

Comments
 (0)