Upgrade outdated dependencies

Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-11-18 12:08:42 -06:00 committed by GitHub
parent c2e188ab2a
commit 89ff99d8f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 2416 additions and 2892 deletions

View file

@ -1,9 +1,9 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type LRU from 'lru-cache';
import type { LRUCache } from 'lru-cache';
export type WaveformCache = LRU<
export type WaveformCache = LRUCache<
string,
{
duration: number;