From 9524f278d6b1f0c572dda6b0c4e797306a9684da Mon Sep 17 00:00:00 2001 From: Carles Tubio Date: Fri, 22 Nov 2024 11:36:41 +0000 Subject: [PATCH] Updated openssl to v3.4.0 and curl to v8.11.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ████ ███ To request new features or in case this commit breaks something for you, ████ ███ please, create a new github issue with all possible information for me, ▓███▀█▄ but never share your API Keys! ▒▓██ ███ ░▒▓█ ███ Signed-off-by: Carles Tubio _________________________________________ / Hello, WORLD! \ | | \ pssst.. 1.00000000 BTC = 94346.61 EUR. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || --- Makefile | 2 +- src/lib/Krypto.ninja-client/Makefile | 2 +- src/lib/Krypto.ninja-client/www/css/bootstrap.scss | 4 ++++ src/lib/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d8e668e6e..b52238197 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ K ?= K.sh MAJOR = 0 MINOR = 7 PATCH = 0 -BUILD = 49 +BUILD = 50 OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\ if you hurt other living creatures, please stop; \n$\ diff --git a/src/lib/Krypto.ninja-client/Makefile b/src/lib/Krypto.ninja-client/Makefile index 93253f299..0425b1b12 100644 --- a/src/lib/Krypto.ninja-client/Makefile +++ b/src/lib/Krypto.ninja-client/Makefile @@ -83,7 +83,7 @@ export define PACKAGE_JSON "@angular/platform-browser": "^18.2.8", "@angular/platform-browser-dynamic": "^18.2.8", "@angular/router": "^18.2.8", - "@types/node": "^22.7.7", + "@types/node": "^22.7.8", "ag-grid-angular": "^32.2.2", "ag-grid-community": "^32.2.2", "bootstrap": "^5.3.3", diff --git a/src/lib/Krypto.ninja-client/www/css/bootstrap.scss b/src/lib/Krypto.ninja-client/www/css/bootstrap.scss index eaeba8741..b30f77467 100644 --- a/src/lib/Krypto.ninja-client/www/css/bootstrap.scss +++ b/src/lib/Krypto.ninja-client/www/css/bootstrap.scss @@ -2374,6 +2374,10 @@ div.ag-header-cell .ag-header-cell-label i { } .ag-cell { padding-top: 4px; + + .ag-number-field-input { + margin-top: -4px; + } } } diff --git a/src/lib/Makefile b/src/lib/Makefile index a93c7c094..98cedc0f3 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -3,8 +3,8 @@ HINT = This Makefile can't be used directly, consider cd ../.. before try ag $(if $(subst 0,,${MAKELEVEL}),,$(warning $(ERR));$(error $(HINT))) V_ZLIB = 1.3.1 -V_SSL = 3.3.2 -V_CURL = 8.10.1 +V_SSL = 3.4.0 +V_CURL = 8.11.0 V_SQL = 3470000 V_JSON = 3.11.3 V_CATCH = 2.13.10