Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Fix: Replaced deprecated request dependency with node-fetch #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MayorScript
Copy link

@MayorScript MayorScript commented Sep 12, 2023

There's a github depandabot security issue raised as the request package is deprecated. I replace it with node-fetch. This should fix that error.

@@ -1,193 +1,200 @@
'use strict'
"use strict";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MayorScript Usually PRs with large formatting overhauls aren't readily accepted. To avoid PR tag, you might have better luck with only swapping request for node-fetch =/

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback @twolfson ... I'll make the change right away.

@TheAlexGo
Copy link

Hi guys! Any information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants