Skip to content

Commit

Permalink
Remove node-fetch as a dependency (not used) (#3892)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephanie Roy <[email protected]>
  • Loading branch information
mattseddon and sroy3 authored May 15, 2023
1 parent a06d18f commit 483783b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,6 @@
"lodash.isequal": "4.5.0",
"lodash.merge": "4.6.2",
"lodash.omit": "4.5.0",
"node-fetch": "2.6.9",
"process-exists": "5.0.0",
"tree-kill": "1.2.2",
"uuid": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15321,7 +15321,7 @@ [email protected], node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-fetch@2.6.9, node-fetch@^2.6.1:
node-fetch@^2.6.1:
version "2.6.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
Expand Down

0 comments on commit 483783b

Please sign in to comment.