Upgrade/remove outdated dependencies

This commit is contained in:
Jamie Kyle 2024-11-13 17:20:36 -08:00 committed by GitHub
parent 0bc6368c64
commit b347a628b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 3511 additions and 8360 deletions

View file

@ -1,7 +1,7 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import asar from 'asar';
import asar from '@electron/asar';
import assert from 'assert';
import { join } from 'path';
import { _electron as electron } from 'playwright';