From 79c877b681f867c007c44b8b3f3df1e1676eed4a Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:42:33 +0000 Subject: [PATCH] Update Frontend 3rd Party Licenses Signed-off-by: stirlingbot[bot] --- frontend/src/assets/3rdPartyLicenses.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/assets/3rdPartyLicenses.json b/frontend/src/assets/3rdPartyLicenses.json index 70aacd3b2..190a36c65 100644 --- a/frontend/src/assets/3rdPartyLicenses.json +++ b/frontend/src/assets/3rdPartyLicenses.json @@ -287,6 +287,13 @@ "moduleLicense": "MIT", "moduleLicenseUrl": "https://opensource.org/licenses/MIT" }, + { + "moduleName": "@mantine/dates", + "moduleUrl": "https://github.com/mantinedev/mantine", + "moduleVersion": "8.0.1", + "moduleLicense": "MIT", + "moduleLicenseUrl": "https://opensource.org/licenses/MIT" + }, { "moduleName": "@mantine/dropzone", "moduleUrl": "https://github.com/mantinedev/mantine", @@ -791,6 +798,13 @@ "moduleLicense": "MIT", "moduleLicenseUrl": "https://opensource.org/licenses/MIT" }, + { + "moduleName": "dayjs", + "moduleUrl": "https://github.com/iamkun/dayjs", + "moduleVersion": "1.11.18", + "moduleLicense": "MIT", + "moduleLicenseUrl": "https://opensource.org/licenses/MIT" + }, { "moduleName": "debug", "moduleUrl": "https://github.com/debug-js/debug",