From a6646175e88de337a2b0d5a07e48f8260eed918a Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Wed, 27 Oct 2021 12:40:35 -0400 Subject: [PATCH] Patch drupal/jsonapi_schema to fix Issue #3246251: Change format "utc-millisec" to "date-time" --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f68d90b51..50a4a3a96 100644 --- a/composer.json +++ b/composer.json @@ -62,6 +62,9 @@ "drupal/gin": { "Issue #3245203: Sticky region has inconsistent z-index.": "https://www.drupal.org/files/issues/2021-10-21/3245203-alpha37-3.patch" }, + "drupal/jsonapi_schema": { + "Issue #3246251: Change format utc-millisec to date-time": "https://www.drupal.org/files/issues/2021-10-27/3246251-2.patch" + }, "drupal/simple_oauth": { "Issue #3173947: Cannot authorize non-confidential clients": "https://www.drupal.org/files/issues/2020-09-29/3173947-2.patch", "Issue #3167287: Always load clients through the Client Repository service": "https://www.drupal.org/files/issues/2020-09-29/3167287-9.patch",