From 4a711d965dd396b2d0333bba38b0a223a3f4cdd4 Mon Sep 17 00:00:00 2001 From: berliner Date: Mon, 6 Nov 2023 22:51:15 +0100 Subject: [PATCH] Update d3-sparkline for better interpolation of missing data points --- composer.json | 4 ++-- composer.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index ffc7ef73c..c3b7e952b 100644 --- a/composer.json +++ b/composer.json @@ -47,10 +47,10 @@ "package": { "name": "unocha/d3-sparkline", "type": "drupal-library", - "version": "2.1.2", + "version": "2.1.3", "dist": { "type": "zip", - "url": "https://github.com/UN-OCHA/d3-sparkline/archive/refs/tags/v2.1.2.zip" + "url": "https://github.com/UN-OCHA/d3-sparkline/archive/refs/tags/v2.1.3.zip" } } } diff --git a/composer.lock b/composer.lock index 1f7614da2..eeba35d6f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d7ec189e2bc89a0ba5211a43e4313cd8", + "content-hash": "73f18f3694aa287cda5ba396fcc45e7e", "packages": [ { "name": "asm89/stack-cors", @@ -11736,10 +11736,10 @@ }, { "name": "unocha/d3-sparkline", - "version": "2.1.2", + "version": "2.1.3", "dist": { "type": "zip", - "url": "https://github.com/UN-OCHA/d3-sparkline/archive/refs/tags/v2.1.2.zip" + "url": "https://github.com/UN-OCHA/d3-sparkline/archive/refs/tags/v2.1.3.zip" }, "type": "drupal-library" },