update proxy-agent

This commit is contained in:
Madeline 2023-08-07 12:20:02 +10:00
parent 611de210cf
commit 32c8211984
No known key found for this signature in database
GPG Key ID: 80D25DA3BCB24281
6 changed files with 607 additions and 154 deletions

751
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -102,7 +102,7 @@
"nodemailer": "^6.9.4",
"picocolors": "^1.0.0",
"probe-image-size": "^7.2.3",
"proxy-agent": "^5.0.0",
"proxy-agent": "^6.3.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",

View File

@ -20,7 +20,7 @@ import { route } from "@spacebar/api";
import { TenorMediaTypes, getGifApiKey, parseGifResult } from "@spacebar/util";
import { Request, Response, Router } from "express";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
const router = Router();

View File

@ -20,7 +20,7 @@ import { route } from "@spacebar/api";
import { TenorMediaTypes, getGifApiKey, parseGifResult } from "@spacebar/util";
import { Request, Response, Router } from "express";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
const router = Router();

View File

@ -25,7 +25,7 @@ import {
} from "@spacebar/util";
import { Request, Response, Router } from "express";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
const router = Router();

View File

@ -18,7 +18,7 @@
import "missing-native-js-functions";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
import readline from "readline";
import fs from "fs/promises";
import path from "path";