slackapi/slack-github-action

Update app to be compatible with https-proxy-agent 7.0.0

hello-ashleyintech opened this issue · 1 comments

Description

Currently, the https-proxy-agent package is on v5.0.1. Dependabot opened a PR (#212) to bump this up two major versions to 7.0.0 - however, this version bump fails the HTTP Proxy unit test that was added to the Slack Send unit tests. It would be great to update this package to the most recent version for security purposes and also adjust the code's use of the package so that it's compatible with the latest version, 7.0.0, and the unit tests pass.

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request) - dependency
  • question
  • documentation related
  • example code related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.