Update dependencies

This commit is contained in:
Samuel Elliott
2022-05-29 19:07:18 +01:00
parent 5328ada1e7
commit 18761bbb31
46 changed files with 547 additions and 1557 deletions

View File

@@ -1,3 +1,4 @@
import process from 'node:process';
import fetch from 'node-fetch';
import createDebug from 'debug';
import { ErrorResponse } from './util.js';