From 2c110816062f97a7f7654a1d413a3c9da3ebfd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:45:19 +0000 Subject: [PATCH 01/12] chore(deps): bump python Bumps python from 3.12.3-slim-bookworm to 3.13.5-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.5-slim-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22476b37..635bc3fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-slim-bookworm +FROM python:3.13.5-slim-bookworm ARG DEBIAN_FRONTEND=noninteractive ARG DEVELOPMENT=False From a73e60980e161fa5f4a986f5c5818848b6cf3c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:38:21 +0000 Subject: [PATCH 02/12] chore(deps): bump nostr-sdk from 0.35.1 to 0.42.1 Bumps [nostr-sdk](https://github.com/rust-nostr/nostr-sdk-ffi) from 0.35.1 to 0.42.1. - [Release notes](https://github.com/rust-nostr/nostr-sdk-ffi/releases) - [Changelog](https://github.com/rust-nostr/nostr-sdk-ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-nostr/nostr-sdk-ffi/commits/v0.42.1) --- updated-dependencies: - dependency-name: nostr-sdk dependency-version: 0.42.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad19491b..8f637cbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ drf-spectacular==0.28.0 drf-spectacular-sidecar==2025.5.1 django-cors-headers==4.7.0 base91==1.0.1 -nostr-sdk==0.35.1 +nostr-sdk==0.42.1 pygeohash==3.0.1 asgiref == 3.8.1 secp256k1 From 141bc6b3ad45848ac3c15f786ea9034a8213b735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 07:15:38 +0000 Subject: [PATCH 03/12] chore(deps): bump ncipollo/release-action from 1.16.0 to 1.18.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/android-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 6507d612..2e20ccf4 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -135,7 +135,7 @@ jobs: - name: 'Create Pre-release' id: create_release if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release) - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.18.0 with: tag: android-${{ steps.commit.outputs.short }} name: robosats-android-${{ steps.commit.outputs.short }} From 3713ec3078da1c72d5f75ee0e597a07c65b781fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 07:15:43 +0000 Subject: [PATCH 04/12] chore(deps): bump isbang/compose-action from 2.2.0 to 2.3.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a3813215..fa755085 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -53,7 +53,7 @@ jobs: coordinator-docker-cache- - name: 'Compose Regtest Orchestration' - uses: isbang/compose-action@v2.2.0 + uses: isbang/compose-action@v2.3.0 with: compose-file: "./docker-tests.yml" down-flags: "--volumes" From 3e29bd1b693b1a5491cf7e15d4dc9eda91cda74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:44:23 +0000 Subject: [PATCH 05/12] chore(deps): bump django-redis from 5.4.0 to 6.0.0 Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/5.4.0...6.0.0) --- updated-dependencies: - dependency-name: django-redis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f9afa0b..ef38b92c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-admin-relation-links==0.2.5 django-celery-beat==2.8.1 django-celery-results==2.6.0 django-model-utils==5.0.0 -django-redis==5.4.0 +django-redis==6.0.0 djangorestframework==3.16.0 channels==4.2.2 channels-redis==4.2.1 From fa4b83c995cbe79566e241b5edb15041c7005a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:44:28 +0000 Subject: [PATCH 06/12] chore(deps): bump daphne from 4.1.2 to 4.2.1 Bumps [daphne](https://github.com/django/daphne) from 4.1.2 to 4.2.1. - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/daphne/compare/4.1.2...4.2.1) --- updated-dependencies: - dependency-name: daphne dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f9afa0b..7009f0d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ django-import-export==4.3.7 requests[socks] shapely==2.0.7 python-gnupg==0.5.4 -daphne==4.1.2 +daphne==4.2.1 drf-spectacular==0.28.0 drf-spectacular-sidecar==2025.5.1 django-cors-headers==4.7.0 From 13ac6752ad9da67e1dc54d9bf326875bf103bd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:44:31 +0000 Subject: [PATCH 07/12] chore(deps): bump asgiref from 3.8.1 to 3.9.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.8.1...3.9.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f9afa0b..63070408 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,5 +30,5 @@ django-cors-headers==4.7.0 base91==1.0.1 nostr-sdk==0.35.1 pygeohash==3.0.1 -asgiref == 3.8.1 +asgiref == 3.9.0 secp256k1 From e9e46a658791ad9d5af67fccd3d2a7886fe441f3 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 6 Jul 2025 14:55:50 +0200 Subject: [PATCH 08/12] freedomsats Node app --- .../coordinators/freedomsats/locations.conf | 70 +++++++++++++++++++ .../coordinators/freedomsats/upstreams.conf | 9 +++ nodeapp/nginx.conf | 4 ++ nodeapp/robosats-client.sh | 15 +++- 4 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 nodeapp/coordinators/freedomsats/locations.conf create mode 100644 nodeapp/coordinators/freedomsats/upstreams.conf diff --git a/nodeapp/coordinators/freedomsats/locations.conf b/nodeapp/coordinators/freedomsats/locations.conf new file mode 100644 index 00000000..83d140d8 --- /dev/null +++ b/nodeapp/coordinators/freedomsats/locations.conf @@ -0,0 +1,70 @@ +# Libre freedomsats Mainnet Locations +location /mainnet/freedomsats/static/assets/avatars/ { + proxy_pass http://mainnet_freedomsats/static/assets/avatars/; +} + +location /mainnet/freedomsats/api/ { + # if ($request_method = 'OPTIONS') { + # add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; + # add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; + # add_header 'Access-Control-Max-Age' 1728000; + # add_header 'Content-Type' 'text/plain; charset=utf-8'; + # add_header 'Content-Length' 0; + # return 204; + # } + # if ($request_method = 'POST') { + # add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; + # add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; + # add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; + # } + # if ($request_method = 'GET') { + # add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; + # add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; + # add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; + # } + proxy_pass http://mainnet_freedomsats/api/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "Upgrade"; + proxy_set_header Host $host; +} + +location /mainnet/freedomsats/ws/ { + proxy_pass http://mainnet_freedomsats/ws/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "Upgrade"; + proxy_set_header Host $host; +} + +location /mainnet/freedomsats/relay/ { + proxy_pass http://mainnet_freedomsats/relay/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "Upgrade"; + proxy_set_header Origin $http_origin; + proxy_set_header Host $host; + + add_header Access-Control-Allow-Origin *; +} + +# BitcoinVeneto Coordinator Testnet Locations +location /test/freedomsats/static/assets/avatars/ { + proxy_pass http://testnet_freedomsats/static/assets/avatars/; +} + +location /testnet/freedomsats/api/ { + proxy_pass http://testnet_freedomsats/api/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "Upgrade"; + proxy_set_header Host $host; +} + +location /testnet/freedomsats/ws/ { + proxy_pass http://testnet_freedomsats/ws/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "Upgrade"; + proxy_set_header Host $host; +} \ No newline at end of file diff --git a/nodeapp/coordinators/freedomsats/upstreams.conf b/nodeapp/coordinators/freedomsats/upstreams.conf new file mode 100644 index 00000000..f6835060 --- /dev/null +++ b/nodeapp/coordinators/freedomsats/upstreams.conf @@ -0,0 +1,9 @@ +# Libre freedomsats Coordinator Mainnet +upstream mainnet_freedomsats { + server localhost:108; +} + +# Libre freedomsats Coordinator Testnet +upstream testnet_freedomsats { + server localhost:1008; +} \ No newline at end of file diff --git a/nodeapp/nginx.conf b/nodeapp/nginx.conf index 9a3ab96e..c32ac00c 100644 --- a/nodeapp/nginx.conf +++ b/nodeapp/nginx.conf @@ -38,6 +38,8 @@ http { include /etc/nginx/conf.d/moon/upstreams.conf; # Libre Bazaar include /etc/nginx/conf.d/bazaar/upstreams.conf; + # FreedomSats + include /etc/nginx/conf.d/freedomsats/upstreams.conf; server { @@ -80,6 +82,8 @@ http { include /etc/nginx/conf.d/moon/locations.conf; # Libre Bazaar include /etc/nginx/conf.d/bazaar/locations.conf; + # FreedomSats + include /etc/nginx/conf.d/freedomsats/locations.conf; # do not log healtchecks made against "/selfhosted" location /selfhosted { diff --git a/nodeapp/robosats-client.sh b/nodeapp/robosats-client.sh index 95f556d2..1da2f320 100644 --- a/nodeapp/robosats-client.sh +++ b/nodeapp/robosats-client.sh @@ -69,5 +69,18 @@ mainnet_bazaar_socat="socat tcp4-LISTEN:${mainnet_bazaar_port},reuseaddr,fork,ke testnet_bazaar_socat="socat tcp4-LISTEN:${testnet_bazaar_port},reuseaddr,fork,keepalive,bind=127.0.0.1 SOCKS4A:${TOR_PROXY_IP:-127.0.0.1}:${testnet_bazaar_onion}:80,socksport=${TOR_PROXY_PORT:-9050}" +################################ +# Freedomsats +# Mainnet +mainnet_freedomsats_onion=dqmmejfmtlve7d4ccohk4usriifdtci6xk4wv7igxn2fyaduh25s6did.onion +mainnet_freedomsats_port=108 +# Testnet +testnet_freedomsats_onion=dqmmejfmtlve7d4ccohk4usriifdtci6xk4wv7igxn2fyaduh25s6did.onion +testnet_freedomsats_port=1008 +# socat cmd +mainnet_freedomsats_socat="socat tcp4-LISTEN:${mainnet_freedomsats_port},reuseaddr,fork,keepalive,bind=127.0.0.1 SOCKS4A:${TOR_PROXY_IP:-127.0.0.1}:${mainnet_freedomsats_onion}:80,socksport=${TOR_PROXY_PORT:-9050}" +testnet_freedomsats_socat="socat tcp4-LISTEN:${testnet_freedomsats_port},reuseaddr,fork,keepalive,bind=127.0.0.1 SOCKS4A:${TOR_PROXY_IP:-127.0.0.1}:${testnet_freedomsats_onion}:80,socksport=${TOR_PROXY_PORT:-9050}" + + # RUN! -$mainnet_temple_socat & $testnet_temple_socat & $mainnet_lake_socat & $testnet_lake_socat & $mainnet_veneto_socat & $testnet_veneto_socat & $mainnet_moon_socat & $testnet_moon_socat & $mainnet_bazaar_socat & $testnet_bazaar_socat & nginx +$mainnet_temple_socat & $testnet_temple_socat & $mainnet_lake_socat & $testnet_lake_socat & $mainnet_veneto_socat & $testnet_veneto_socat & $mainnet_moon_socat & $testnet_moon_socat & $mainnet_bazaar_socat & $testnet_bazaar_socat & $mainnet_freedomsats_socat & $testnet_freedomsats_socat & nginx From 631e5709637a06c74ac2a10b1ce3615d1dd617b1 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 6 Jul 2025 15:07:58 +0200 Subject: [PATCH 09/12] freedomsats Node app --- nodeapp/coordinators/bazaar/locations.conf | 2 +- nodeapp/coordinators/freedomsats/locations.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodeapp/coordinators/bazaar/locations.conf b/nodeapp/coordinators/bazaar/locations.conf index 2285ba55..0bb09b7f 100644 --- a/nodeapp/coordinators/bazaar/locations.conf +++ b/nodeapp/coordinators/bazaar/locations.conf @@ -48,7 +48,7 @@ location /mainnet/bazaar/relay/ { add_header Access-Control-Allow-Origin *; } -# BitcoinVeneto Coordinator Testnet Locations +# LibreBazaar Coordinator Testnet Locations location /test/bazaar/static/assets/avatars/ { proxy_pass http://testnet_bazaar/static/assets/avatars/; } diff --git a/nodeapp/coordinators/freedomsats/locations.conf b/nodeapp/coordinators/freedomsats/locations.conf index 83d140d8..fcf86c86 100644 --- a/nodeapp/coordinators/freedomsats/locations.conf +++ b/nodeapp/coordinators/freedomsats/locations.conf @@ -1,4 +1,4 @@ -# Libre freedomsats Mainnet Locations +# Freedomsats Mainnet Locations location /mainnet/freedomsats/static/assets/avatars/ { proxy_pass http://mainnet_freedomsats/static/assets/avatars/; } @@ -48,7 +48,7 @@ location /mainnet/freedomsats/relay/ { add_header Access-Control-Allow-Origin *; } -# BitcoinVeneto Coordinator Testnet Locations +# Freedomsats Coordinator Testnet Locations location /test/freedomsats/static/assets/avatars/ { proxy_pass http://testnet_freedomsats/static/assets/avatars/; } From 13670076cee0ac37eebbec55b0732d1753780ec9 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 6 Jul 2025 15:36:42 +0200 Subject: [PATCH 10/12] Bump frontend libraries --- frontend/package-lock.json | 74 +++++++++++++++++++------------------- frontend/package.json | 4 +-- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 033d497a..484bb3c3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -63,7 +63,7 @@ "@babel/runtime": "^7.27.3", "@eslint/compat": "^1.2.9", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.27.0", + "@eslint/js": "^9.30.1", "@types/jest": "^29.5.14", "@types/latlon-geohash": "^2.0.4", "@types/leaflet": "^1.9.18", @@ -74,7 +74,7 @@ "@typescript-eslint/parser": "^8.35.1", "babel-loader": "^10.0.0", "css-loader": "^7.1.2", - "eslint": "^9.27.0", + "eslint": "^9.30.1", "eslint-config-love": "^120.0.0", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.1", @@ -2265,9 +2265,9 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz", - "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", + "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2280,9 +2280,9 @@ } }, "node_modules/@eslint/config-helpers": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz", - "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", + "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -2340,9 +2340,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.27.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz", - "integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==", + "version": "9.30.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz", + "integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==", "dev": true, "license": "MIT", "engines": { @@ -5538,9 +5538,9 @@ "license": "Apache-2.0" }, "node_modules/acorn": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", - "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", "bin": { @@ -7832,19 +7832,19 @@ } }, "node_modules/eslint": { - "version": "9.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz", - "integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==", + "version": "9.30.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz", + "integrity": "sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.20.0", - "@eslint/config-helpers": "^0.2.1", + "@eslint/config-array": "^0.21.0", + "@eslint/config-helpers": "^0.3.0", "@eslint/core": "^0.14.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.27.0", + "@eslint/js": "9.30.1", "@eslint/plugin-kit": "^0.3.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -7856,9 +7856,9 @@ "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.3.0", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -8362,9 +8362,9 @@ } }, "node_modules/eslint-scope": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz", - "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", + "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -8392,9 +8392,9 @@ } }, "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", - "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -8420,15 +8420,15 @@ } }, "node_modules/espree": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", - "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^8.14.0", + "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.0" + "eslint-visitor-keys": "^4.2.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -8438,9 +8438,9 @@ } }, "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", - "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", "dev": true, "license": "Apache-2.0", "engines": { diff --git a/frontend/package.json b/frontend/package.json index c72cc0a1..5127257e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@babel/runtime": "^7.27.3", "@eslint/compat": "^1.2.9", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.27.0", + "@eslint/js": "^9.30.1", "@types/jest": "^29.5.14", "@types/latlon-geohash": "^2.0.4", "@types/leaflet": "^1.9.18", @@ -34,7 +34,7 @@ "@typescript-eslint/parser": "^8.35.1", "babel-loader": "^10.0.0", "css-loader": "^7.1.2", - "eslint": "^9.27.0", + "eslint": "^9.30.1", "eslint-config-love": "^120.0.0", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.1", From 0e3d3e21687c7824cf22e36973a25f58d90e7626 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 6 Jul 2025 15:43:14 +0200 Subject: [PATCH 11/12] Bump frontend libraries --- frontend/package-lock.json | 160 ++++++++++++++++++------------------- frontend/package.json | 4 +- 2 files changed, 82 insertions(+), 82 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 484bb3c3..c3685ca5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,8 +14,8 @@ "@emotion/styled": "^11.14.0", "@mui/base": "^5.0.0-beta.70", "@mui/icons-material": "^7.1.0", - "@mui/lab": "^7.0.0-beta.12", - "@mui/material": "^7.1.0", + "@mui/lab": "^7.0.0-beta.14", + "@mui/material": "^7.2.0", "@mui/system": "^7.1.0", "@mui/x-data-grid": "^8.6.0", "@mui/x-date-pickers": "^8.6.0", @@ -2982,9 +2982,9 @@ } }, "node_modules/@mui/core-downloads-tracker": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.1.0.tgz", - "integrity": "sha512-E0OqhZv548Qdc0PwWhLVA2zmjJZSTvaL4ZhoswmI8NJEC1tpW2js6LLP827jrW9MEiXYdz3QS6+hask83w74yQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.2.0.tgz", + "integrity": "sha512-d49s7kEgI5iX40xb2YPazANvo7Bx0BLg/MNRwv+7BVpZUzXj1DaVCKlQTDex3gy/0jsCb4w7AY2uH4t4AJvSog==", "license": "MIT", "funding": { "type": "opencollective", @@ -3018,15 +3018,15 @@ } }, "node_modules/@mui/lab": { - "version": "7.0.0-beta.12", - "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-7.0.0-beta.12.tgz", - "integrity": "sha512-685MmzByCy3Vmb7xI6J8qOQm4l7yqfVTOLwxVmNV1EHBKuJiMuoX4/2vAAEGfNbDeEfWQsp7aBWanYpSWe1iRA==", + "version": "7.0.0-beta.14", + "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-7.0.0-beta.14.tgz", + "integrity": "sha512-pn+ZvylDcBKQOo17oa/PhtIA/UFQFq8RvpN+r/jHrztz/CjMDju2CWBne0txvQ5JIS8uTIGp2/IsTa7II1g5wg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.1", - "@mui/system": "^7.1.0", - "@mui/types": "^7.4.2", - "@mui/utils": "^7.1.0", + "@mui/system": "^7.1.1", + "@mui/types": "^7.4.3", + "@mui/utils": "^7.1.1", "clsx": "^2.1.1", "prop-types": "^15.8.1" }, @@ -3040,8 +3040,8 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material": "^7.1.0", - "@mui/material-pigment-css": "^7.1.0", + "@mui/material": "^7.1.2", + "@mui/material-pigment-css": "^7.1.1", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3062,12 +3062,12 @@ } }, "node_modules/@mui/lab/node_modules/@mui/types": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.2.tgz", - "integrity": "sha512-edRc5JcLPsrlNFYyTPxds+d5oUovuUxnnDtpJUbP6WMeV4+6eaX/mqai1ZIWT62lCOe0nlrON0s9HDiv5en5bA==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.4.tgz", + "integrity": "sha512-p63yhbX52MO/ajXC7hDHJA5yjzJekvWD3q4YDLl1rSg+OXLczMYPvTuSuviPRCgRX8+E42RXz1D/dz9SxPSlWg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3079,14 +3079,14 @@ } }, "node_modules/@mui/lab/node_modules/@mui/utils": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.1.0.tgz", - "integrity": "sha512-/OM3S8kSHHmWNOP+NH9xEtpYSG10upXeQ0wLZnfDgmgadTAk5F4MQfFLyZ5FCRJENB3eRzltMmaNl6UtDnPovw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.2.0.tgz", + "integrity": "sha512-O0i1GQL6MDzhKdy9iAu5Yr0Sz1wZjROH1o3aoztuivdCXqEeQYnEjTDiRLGuFxI9zrUbTHBwobMyQH5sNtyacw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/types": "^7.4.2", - "@types/prop-types": "^15.7.14", + "@babel/runtime": "^7.27.6", + "@mui/types": "^7.4.4", + "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.1.0" @@ -3109,16 +3109,16 @@ } }, "node_modules/@mui/material": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.1.0.tgz", - "integrity": "sha512-ahUJdrhEv+mCp4XHW+tHIEYzZMSRLg8z4AjUOsj44QpD1ZaMxQoVOG2xiHvLFdcsIPbgSRx1bg1eQSheHBgvtg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.2.0.tgz", + "integrity": "sha512-NTuyFNen5Z2QY+I242MDZzXnFIVIR6ERxo7vntFi9K1wCgSwvIl0HcAO2OOydKqqKApE6omRiYhpny1ZhGuH7Q==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/core-downloads-tracker": "^7.1.0", - "@mui/system": "^7.1.0", - "@mui/types": "^7.4.2", - "@mui/utils": "^7.1.0", + "@babel/runtime": "^7.27.6", + "@mui/core-downloads-tracker": "^7.2.0", + "@mui/system": "^7.2.0", + "@mui/types": "^7.4.4", + "@mui/utils": "^7.2.0", "@popperjs/core": "^2.11.8", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", @@ -3137,7 +3137,7 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^7.1.0", + "@mui/material-pigment-css": "^7.2.0", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3158,12 +3158,12 @@ } }, "node_modules/@mui/material/node_modules/@mui/types": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.2.tgz", - "integrity": "sha512-edRc5JcLPsrlNFYyTPxds+d5oUovuUxnnDtpJUbP6WMeV4+6eaX/mqai1ZIWT62lCOe0nlrON0s9HDiv5en5bA==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.4.tgz", + "integrity": "sha512-p63yhbX52MO/ajXC7hDHJA5yjzJekvWD3q4YDLl1rSg+OXLczMYPvTuSuviPRCgRX8+E42RXz1D/dz9SxPSlWg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3175,14 +3175,14 @@ } }, "node_modules/@mui/material/node_modules/@mui/utils": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.1.0.tgz", - "integrity": "sha512-/OM3S8kSHHmWNOP+NH9xEtpYSG10upXeQ0wLZnfDgmgadTAk5F4MQfFLyZ5FCRJENB3eRzltMmaNl6UtDnPovw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.2.0.tgz", + "integrity": "sha512-O0i1GQL6MDzhKdy9iAu5Yr0Sz1wZjROH1o3aoztuivdCXqEeQYnEjTDiRLGuFxI9zrUbTHBwobMyQH5sNtyacw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/types": "^7.4.2", - "@types/prop-types": "^15.7.14", + "@babel/runtime": "^7.27.6", + "@mui/types": "^7.4.4", + "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.1.0" @@ -3205,13 +3205,13 @@ } }, "node_modules/@mui/private-theming": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.1.0.tgz", - "integrity": "sha512-4Kck4jxhqF6YxNwJdSae1WgDfXVg0lIH6JVJ7gtuFfuKcQCgomJxPvUEOySTFRPz1IZzwz5OAcToskRdffElDA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.2.0.tgz", + "integrity": "sha512-y6N1Yt3T5RMxVFnCh6+zeSWBuQdNDm5/UlM0EAYZzZR/1u+XKJWYQmbpx4e+F+1EpkYi3Nk8KhPiQDi83M3zIw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/utils": "^7.1.0", + "@babel/runtime": "^7.27.6", + "@mui/utils": "^7.2.0", "prop-types": "^15.8.1" }, "engines": { @@ -3232,12 +3232,12 @@ } }, "node_modules/@mui/private-theming/node_modules/@mui/types": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.2.tgz", - "integrity": "sha512-edRc5JcLPsrlNFYyTPxds+d5oUovuUxnnDtpJUbP6WMeV4+6eaX/mqai1ZIWT62lCOe0nlrON0s9HDiv5en5bA==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.4.tgz", + "integrity": "sha512-p63yhbX52MO/ajXC7hDHJA5yjzJekvWD3q4YDLl1rSg+OXLczMYPvTuSuviPRCgRX8+E42RXz1D/dz9SxPSlWg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3249,14 +3249,14 @@ } }, "node_modules/@mui/private-theming/node_modules/@mui/utils": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.1.0.tgz", - "integrity": "sha512-/OM3S8kSHHmWNOP+NH9xEtpYSG10upXeQ0wLZnfDgmgadTAk5F4MQfFLyZ5FCRJENB3eRzltMmaNl6UtDnPovw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.2.0.tgz", + "integrity": "sha512-O0i1GQL6MDzhKdy9iAu5Yr0Sz1wZjROH1o3aoztuivdCXqEeQYnEjTDiRLGuFxI9zrUbTHBwobMyQH5sNtyacw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/types": "^7.4.2", - "@types/prop-types": "^15.7.14", + "@babel/runtime": "^7.27.6", + "@mui/types": "^7.4.4", + "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.1.0" @@ -3279,13 +3279,13 @@ } }, "node_modules/@mui/styled-engine": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.1.0.tgz", - "integrity": "sha512-m0mJ0c6iRC+f9hMeRe0W7zZX1wme3oUX0+XTVHjPG7DJz6OdQ6K/ggEOq7ZdwilcpdsDUwwMfOmvO71qDkYd2w==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.2.0.tgz", + "integrity": "sha512-yq08xynbrNYcB1nBcW9Fn8/h/iniM3ewRguGJXPIAbHvxEF7Pz95kbEEOAAhwzxMX4okhzvHmk0DFuC5ayvgIQ==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@emotion/cache": "^11.13.5", + "@babel/runtime": "^7.27.6", + "@emotion/cache": "^11.14.0", "@emotion/serialize": "^1.3.3", "@emotion/sheet": "^1.4.0", "csstype": "^3.1.3", @@ -3313,16 +3313,16 @@ } }, "node_modules/@mui/system": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.1.0.tgz", - "integrity": "sha512-iedAWgRJMCxeMHvkEhsDlbvkK+qKf9me6ofsf7twk/jfT4P1ImVf7Rwb5VubEA0sikrVL+1SkoZM41M4+LNAVA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.2.0.tgz", + "integrity": "sha512-PG7cm/WluU6RAs+gNND2R9vDwNh+ERWxPkqTaiXQJGIFAyJ+VxhyKfzpdZNk0z0XdmBxxi9KhFOpgxjehf/O0A==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/private-theming": "^7.1.0", - "@mui/styled-engine": "^7.1.0", - "@mui/types": "^7.4.2", - "@mui/utils": "^7.1.0", + "@babel/runtime": "^7.27.6", + "@mui/private-theming": "^7.2.0", + "@mui/styled-engine": "^7.2.0", + "@mui/types": "^7.4.4", + "@mui/utils": "^7.2.0", "clsx": "^2.1.1", "csstype": "^3.1.3", "prop-types": "^15.8.1" @@ -3353,12 +3353,12 @@ } }, "node_modules/@mui/system/node_modules/@mui/types": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.2.tgz", - "integrity": "sha512-edRc5JcLPsrlNFYyTPxds+d5oUovuUxnnDtpJUbP6WMeV4+6eaX/mqai1ZIWT62lCOe0nlrON0s9HDiv5en5bA==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.4.tgz", + "integrity": "sha512-p63yhbX52MO/ajXC7hDHJA5yjzJekvWD3q4YDLl1rSg+OXLczMYPvTuSuviPRCgRX8+E42RXz1D/dz9SxPSlWg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3370,14 +3370,14 @@ } }, "node_modules/@mui/system/node_modules/@mui/utils": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.1.0.tgz", - "integrity": "sha512-/OM3S8kSHHmWNOP+NH9xEtpYSG10upXeQ0wLZnfDgmgadTAk5F4MQfFLyZ5FCRJENB3eRzltMmaNl6UtDnPovw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.2.0.tgz", + "integrity": "sha512-O0i1GQL6MDzhKdy9iAu5Yr0Sz1wZjROH1o3aoztuivdCXqEeQYnEjTDiRLGuFxI9zrUbTHBwobMyQH5sNtyacw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1", - "@mui/types": "^7.4.2", - "@types/prop-types": "^15.7.14", + "@babel/runtime": "^7.27.6", + "@mui/types": "^7.4.4", + "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.1.0" diff --git a/frontend/package.json b/frontend/package.json index 5127257e..db46ecde 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -61,8 +61,8 @@ "@emotion/styled": "^11.14.0", "@mui/base": "^5.0.0-beta.70", "@mui/icons-material": "^7.1.0", - "@mui/lab": "^7.0.0-beta.12", - "@mui/material": "^7.1.0", + "@mui/lab": "^7.0.0-beta.14", + "@mui/material": "^7.2.0", "@mui/system": "^7.1.0", "@mui/x-data-grid": "^8.6.0", "@mui/x-date-pickers": "^8.6.0", From c5576a43ee23122035dea58fa874cab68d04294c Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 6 Jul 2025 19:18:12 +0200 Subject: [PATCH 12/12] Upgrade nosr sdk code --- api/nostr.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/nostr.py b/api/nostr.py index 94394f5c..c1e42d7f 100644 --- a/api/nostr.py +++ b/api/nostr.py @@ -39,11 +39,11 @@ class Nostr: robot_hash_id = await self.get_robot_hash_id(order) currency = await self.get_robot_currency(order) - event = EventBuilder( - Kind(38383), - "", - self.generate_tags(order, robot_name, robot_hash_id, currency), - ).to_event(keys) + event = ( + EventBuilder(Kind(38383), "") + .tags(self.generate_tags(order, robot_name, robot_hash_id, currency)) + .sign_with_keys(keys) + ) await client.send_event(event) print(f"Nostr event sent: {event.as_json()}")