Skip to content

Commit

Permalink
Merge pull request #22 from im-open/dependabot/npm_and_yarn/follow-re…
Browse files Browse the repository at this point in the history
…directs-1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6
  • Loading branch information
danielle-casella-adams authored Mar 18, 2024
2 parents eca2271 + b19ac30 commit b77c723
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Send Successful Build Notification
# You may also reference just the major or major.minor version
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
title: Successful build
workflow-status: success
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v3

- name: Send Successful Build Notification
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
title: Successful build
workflow-status: success
Expand All @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v3
- name: Send Successful Deploy Notification
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
title: Successfully deployed
workflow-status: success
Expand Down
5 changes: 3 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12289,7 +12289,8 @@ var require_follow_redirects = __commonJS({
'port',
'protocol',
'query',
'search'
'search',
'hash'
];
var events = ['abort', 'aborted', 'connect', 'error', 'socket', 'timeout'];
var eventHandlers = Object.create(null);
Expand Down Expand Up @@ -12608,7 +12609,7 @@ var require_follow_redirects = __commonJS({
!isSubdomain(redirectUrl.host, currentHost))
) {
removeMatchingHeaders(
/^(?:authorization|cookie)$/i,
/^(?:(?:proxy-)?authorization|cookie)$/i,
this._options.headers
);
}
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b77c723

Please sign in to comment.