chore: update dependencies - #146
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
for shell-quote, minimatch, js-yaml, and websocket-driver
Summary
This pull request updates several dependencies to address security vulnerabilities and ensure compatibility with newer versions. The main changes involve upgrading
js-yaml,shell-quote,websocket-driver, andbrace-expansionto more recent versions, and updating related dependency overrides and snapshots.Dependency Upgrades and Security:
js-yamlto version5.2.1across all references, replacing older versions and updating dependency overrides to enforce this minimum version. This addresses known vulnerabilities in previous releases. [1] [2] [3] [4] [5] [6] [7] [8] [9]shell-quoteto1.10.0and updated overrides to ensure older, vulnerable versions are not used. [1] [2] [3] [4] [5]websocket-driverto0.7.5and added an override to enforce this minimum version, addressing security issues. [1] [2] [3] [4] [5] [6]brace-expansion(used byminimatch@3) to1.1.16to address vulnerabilities, and updated all references accordingly. [1] [2] [3] [4] [5]Dependency Cleanup:
argparse@1.0.10,esprima@4.0.1, andsprintf-js@1.0.3from the lockfile, as they are no longer required by the updated packages. [1] [2] [3] [4] [5] [6]These changes collectively improve the security and maintainability of the project by ensuring that only safe and up-to-date versions of critical dependencies are used.
Scope
Evidence
ci / qualitypassed (lint, typecheck, format)ci / buildpassed (Docusaurus build + broken links check)codeqlchecks passedpnpm policy:checkreviewed (non-blocking drift warnings triaged)Nav / Structure
_category_.jsonor_category_.ymlSecurity
Quality checklist
bash/powershell)Notes for reviewers (optional)