Lock file maintenance - #55
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
from
December 18, 2025 18:54
8907621 to
d14e387
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
3 times, most recently
from
January 12, 2026 18:43
3765b1b to
fd9528c
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
3 times, most recently
from
January 19, 2026 17:10
fd54d59 to
c9f8b87
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
2 times, most recently
from
January 27, 2026 15:16
0a9b192 to
6b22039
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
2 times, most recently
from
February 5, 2026 21:27
d2c9ceb to
21bc8f1
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
3 times, most recently
from
February 18, 2026 15:58
e109cde to
92f655a
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
3 times, most recently
from
February 23, 2026 14:42
c861fbf to
a4072eb
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
4 times, most recently
from
March 6, 2026 15:16
31112ab to
1c3a205
Compare
Comment on lines
229
to
235
| languageName: node | ||
| linkType: hard | ||
|
|
||
| "follow-redirects@npm:^1.15.6": | ||
| "follow-redirects@npm:^1.15.11": | ||
| version: 1.15.11 | ||
| resolution: "follow-redirects@npm:1.15.11" | ||
| peerDependenciesMeta: |
There was a problem hiding this comment.
Bug: The updated follow-redirects dependency (v1.15.11) has a known bug causing POST requests that receive a 303 redirect to fail with a 401 Unauthorized error.
Severity: HIGH
Suggested Fix
Pin the version of follow-redirects to 1.15.7 to avoid the regression. This can be done by adding an overrides or resolutions block in the package.json file, like: "resolutions": { "follow-redirects": "1.15.7" }. This will force yarn to use the non-buggy version while allowing other dependency updates.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: src/typescript/mitxonline-api-axios/yarn.lock#L229-L235
Potential issue: The update to `axios` brings in `follow-redirects@1.15.11` as a
transitive dependency. Versions of `follow-redirects` greater than or equal to `1.15.8`
contain a known regression that causes issues with authentication headers during
redirects. Specifically, if a `POST` request receives a 303 redirect, the library fails
to preserve the `Authorization` header on the subsequent `GET` request, leading to a
`401 Unauthorized` error. Since this API client is used for critical operations like
enrollments and checkouts which use `POST`, this bug could break core functionality for
authenticated users if any of those endpoints use 303 redirects.
Did we get this right? 👍 / 👎 to inform future reviews.
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
from
March 9, 2026 16:19
1c3a205 to
b388b86
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
4 times, most recently
from
March 17, 2026 14:39
aa41231 to
534e411
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
from
March 19, 2026 18:52
534e411 to
5906bd1
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
2 times, most recently
from
April 15, 2026 20:32
8c48cfe to
a1d1153
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
4 times, most recently
from
April 27, 2026 21:34
4aa7913 to
9c919a0
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
3 times, most recently
from
May 1, 2026 17:48
4fa5209 to
2734ab6
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
2 times, most recently
from
May 12, 2026 14:11
eef74b3 to
516d3b6
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
5 times, most recently
from
May 21, 2026 13:39
6d8a488 to
85a1c23
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
7 times, most recently
from
May 28, 2026 23:08
2c8f4cf to
dcc54c9
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
6 times, most recently
from
June 17, 2026 16:26
276e890 to
ab294dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.