Skip to content

fix: upgrade teeny-request#8058

Open
danieljbruce wants to merge 17 commits intomainfrom
teeny-request-storage
Open

fix: upgrade teeny-request#8058
danieljbruce wants to merge 17 commits intomainfrom
teeny-request-storage

Conversation

@danieljbruce
Copy link
Copy Markdown
Contributor

Description

Solves #7979. Addresses vulnerability mentioned by user much like the upgrade for retry-request for firestore.

Impact

Improves dependency health of codebase.

@danieljbruce danieljbruce requested a review from a team as a code owner April 15, 2026 15:51
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the teeny-request dependency to version ^10.0.0. Feedback indicates that retry-request should also be updated to a version compatible with teeny-request v10 (e.g., ^7.0.2) to avoid dependency duplication and ensure the vulnerable version is fully removed from the dependency tree.

"p-limit": "^3.0.1",
"retry-request": "^7.0.0",
"teeny-request": "^9.0.0",
"teeny-request": "^10.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

security-high high

Upgrading teeny-request to ^10.0.0 is incomplete because retry-request@^7.0.0 (line 91) still depends on teeny-request@^9.0.0. This results in dependency duplication and leaves the vulnerable version in the tree. To fully resolve the vulnerability and maintain a clean dependency tree, retry-request should also be updated to a version compatible with teeny-request v10 (e.g., ^7.0.2).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I upgraded retry-request as well so that should address this comment.

danieljbruce and others added 15 commits April 15, 2026 11:54
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.

1 participant