chore: update dependencies and remove all resolutions to fix security vulnerabilities#213
Closed
robertsLando wants to merge 2 commits intofix/security-vulnerabilitiesfrom
Closed
chore: update dependencies and remove all resolutions to fix security vulnerabilities#213robertsLando wants to merge 2 commits intofix/security-vulnerabilitiesfrom
robertsLando wants to merge 2 commits intofix/security-vulnerabilitiesfrom
Conversation
…nerabilities - Update production dependencies (esbuild, into-stream) - Update dev dependencies (release-it, @release-it/conventional-changelog, @types/node, rimraf, eslint-config-airbnb-typescript, lint-staged) - Reduce resolutions from 7 to 2 (keep only lodash and undici for release-it compatibility) - Add types:[] to tsconfig.json to prevent stub @types package inclusion - Fix code formatting in test file All security vulnerabilities resolved (0 vulnerabilities in yarn audit) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Upgrade release-it from 18.0.0 to 19.2.4 - Remove all remaining resolutions (lodash, undici) - Now using Node.js 22.22.0 which allows release-it@19.x - Zero security vulnerabilities confirmed via yarn audit Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
An error occurred while trying to automatically change base from
fix/security-vulnerabilities
to
main
February 12, 2026 11:00
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.
Summary
This PR updates dependencies and removes all package resolutions, fixing all security vulnerabilities.
Changes
📦 Dependency Updates
Production:
esbuild: ^0.25.0 → ^0.27.3into-stream: ^6.0.0 → ^9.1.0Dev:
release-it: ^17.0.0 → ^19.2.4 (major upgrade)@release-it/conventional-changelog: ^7.0.2 → ^10.0.5@types/node: ^16.18.113 → ^20.0.0rimraf: ^3.0.2 → ^6.1.2eslint-config-airbnb-typescript: ^17.1.0 → ^18.0.0lint-staged: ^15.2.10 → ^15.0.0🔐 Security Improvements
yarn audit)⚙️ Configuration Changes
"types": []to tsconfig.json to prevent auto-inclusion of stub @types packagesTesting
yarn auditshows 0 vulnerabilitiesRequirements
Note: This requires Node.js >= 20.19.0 (or Node 22+) due to release-it@19.x dependencies.
🤖 Generated with Claude Code