diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index d989f6792..beb0ca9f7 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -61,7 +61,7 @@ docs: - title: '  Telegram' url: /docs/telegram/ - title: '  API' - url: /docs/api-v0.1/ + url: /docs/api/ - title: 'Best Practices' url: /docs/best-practices/ diff --git a/mobile/package-lock.json b/mobile/package-lock.json index c6b5d15cc..623cb36fc 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -9,7 +9,7 @@ "version": "0.5.3", "dependencies": { "@react-native-clipboard/clipboard": "^1.12.1", - "@react-native-community/netinfo": "^10.0.0", + "@react-native-community/netinfo": "^11.1.0", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3", @@ -4096,9 +4096,9 @@ "license": "MIT" }, "node_modules/@react-native-community/netinfo": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-10.0.0.tgz", - "integrity": "sha512-cJZ7q85EY93xML1IYW7yi1+YGuYmha4EtMyJLoiZL0Bqwz7Jaie/zUiTlAJVzvHaGpaAIWQyF2cXEIf60JWoPw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.0.tgz", + "integrity": "sha512-pIbCuqgrY7SkngAcjUs9fMzNh1h4soQMVw1IeGp1HN5//wox3fUVOuvyIubTscUbdLFKiltJAiuQek7Nhx1bqA==", "peerDependencies": { "react-native": ">=0.59" } diff --git a/mobile/package.json b/mobile/package.json index 466296064..7c7d05377 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@react-native-clipboard/clipboard": "^1.12.1", - "@react-native-community/netinfo": "^10.0.0", + "@react-native-community/netinfo": "^11.1.0", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3", diff --git a/requirements.txt b/requirements.txt index e9d85ba6a..dcd4c8f95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-redis==5.4.0 djangorestframework==3.14.0 channels==4.0.0 channels-redis==4.1.0 -celery==5.3.4 +celery==5.3.5 grpcio==1.59.2 googleapis-common-protos==1.61.0 grpcio-tools==1.59.2 @@ -20,7 +20,7 @@ git+https://github.com/RoboSats/Robohash.git gunicorn==21.2.0 psycopg2==2.9.9 SQLAlchemy==2.0.16 -django-import-export==3.3.1 +django-import-export==3.3.3 requests[socks] python-gnupg==0.5.1 daphne==4.0.0