From 905953f899c8499f90d1a88449fb7b3388616fc4 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Wed, 24 Apr 2024 16:44:38 +0200 Subject: [PATCH] fix(dependencies): added missing dependency (#2129) --- third-party.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index 48a7f824a..9a19fe0c9 100644 --- a/third-party.md +++ b/third-party.md @@ -1,4 +1,4 @@ -## Licenses (as of May 25, 2023) +## Licenses (as of November 9, 2023) Below is the list of dependencies used in OpenReplay software. Licenses may change between versions, so please keep this up to date with every new library you use. @@ -122,3 +122,4 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | @medv/finder | MIT | JavaScript | | fflate | MIT | JavaScript | | fzstd | MIT | JavaScript | +| prom-client | Apache2 | JavaScript |