Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

feat(ProxyAgent): update to proxy agent 6 #1239

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __tests__/server/utils/devCdnFactory.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import fs from 'fs';
import rimraf from 'rimraf';
import path from 'path';
import mkdirp from 'mkdirp';
import ProxyAgent from 'proxy-agent';
import { ProxyAgent } from 'proxy-agent';
import oneAppDevCdn from '../../../src/server/utils/devCdnFactory';
import {
removeExistingEntryIfConflicting,
Expand Down
Loading
Loading