Skip to content

Commit

Permalink
Update proxy-agent dependency (#7027)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel <[email protected]>
  • Loading branch information
brophdawg11 and roughee authored Aug 1, 2023
1 parent 114fa65 commit 6be5f66
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 162 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-beers-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/dev": patch
---

Update `proxy-agent` to resolve npm audit security vulnerability
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
- rossipedia
- RossJHagan
- RossMcMillan92
- roughee
- rowinbot
- rphlmr
- rtabulov
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-dev/cli/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fse from "fs-extra";
import gunzip from "gunzip-maybe";
import fetch from "node-fetch";
import ora from "ora";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
import * as semver from "semver";
import sortPackageJSON from "sort-package-json";
import tar from "tar-fs";
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"postcss-modules": "^6.0.0",
"prettier": "^2.7.1",
"pretty-ms": "^7.0.1",
"proxy-agent": "^5.0.0",
"proxy-agent": "^6.3.0",
"react-refresh": "^0.14.0",
"recast": "^0.21.5",
"remark-frontmatter": "4.0.1",
Expand Down
Loading

0 comments on commit 6be5f66

Please sign in to comment.