update proxy-agent
This commit is contained in:
parent
611de210cf
commit
32c8211984
751
package-lock.json
generated
751
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user