diff --git a/conf/app_api-gateway.src b/conf/app_api-gateway.src index 5100933..6ead746 100644 --- a/conf/app_api-gateway.src +++ b/conf/app_api-gateway.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.20.0.tar.gz -SOURCE_SUM=d99dcf7b623a7b68b5c9e284fe05511c7b17c3398fe37082609c811cf8b83654 +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.20.5.tar.gz +SOURCE_SUM=758F4ADC30CC16BA19BDDE50151F41AF868E7931886E3DBB42B6F4CBE86B7F7B SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app_auth.src b/conf/app_auth.src index da66c4b..38d6b65 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.11.1.tar.gz -SOURCE_SUM=99ded0f0dfe65b1e98c332e149a52a11e2523e249ea3a0f6aa30bf3e3b55e9f6 +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.13.2.tar.gz +SOURCE_SUM=ABFC20349D04A68B86226B6D479D2085D4224138CD2CA6E78A9A81F3D00A51B5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app_syncing-server-js.src b/conf/app_syncing-server-js.src index bd62808..63191df 100644 --- a/conf/app_syncing-server-js.src +++ b/conf/app_syncing-server-js.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.35.2.tar.gz -SOURCE_SUM=45a6f740872880d5144a020821d267b9712ea590d176f9a3a1b1ab655aaedce0 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.36.1.tar.gz +SOURCE_SUM=5FC8B36A6D8C63E2FAD6991C60CDDF227FCE71E70D4EB75F19109FACD4027951 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/_common.sh b/scripts/_common.sh index 7edce23..ab6a76d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,9 +6,9 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" -syncing_server_js_version="1.35.2" -auth_version="1.11.1" -api_gateway_version="1.20.0" +syncing_server_js_version="1.36.1" +auth_version="1.13.2" +api_gateway_version="1.20.5" extensions_version="2021.07.06" # dependencies used by the app