Skip to content

build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-56f2ee766e
Open

build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-56f2ee766e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 29, 2026

Copy link
Copy Markdown

Bumps the npm_and_yarn group with 2 updates in the / directory: vite and js-yaml.

Updates vite from 6.3.5 to 6.4.1

Release notes

Sourced from vite's releases.

create-vite@6.4.1

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

create-vite@6.4.0

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.0-beta.10 (2026-01-24)

Bug Fixes

  • avoid using deprecated output.inlineDynamicImport option (#21464) (471ce62)
  • use separate hook object for each environment (#21472) (66347f6)

Documentation

8.0.0-beta.9 (2026-01-22)

Features

Bug Fixes

  • deps: update all non-major dependencies (#21440) (1835995)
  • dev: avoid event emitter leak caused by server.listen callback (#21451) (602d786)
  • lazy hook filter should work (#21443) (bc0c207)
  • optimizer: skip rolldownCjsExternalPlugin for platform: neutral (#21452) (d2fc4be)

Miscellaneous Chores

Code Refactoring

  • optimizer: simplify rolldownCjsExternalPlugin (#21450) (ebda8fd)

8.0.0-beta.8 (2026-01-15)

⚠ BREAKING CHANGES

  • remove import.meta.hot.accept resolution fallback (#21382)

Features

Bug Fixes

  • deps: update all non-major dependencies (#21389) (30f48df)
  • deps: update esbuild peerDependency version (#21398) (4266c97)
  • hmr: trigger prune event when last import is removed (#20781) (#21093) (7576735)
  • module-runner: use process.getBuiltinModule instead of import('node:module') (#21402) (6633bcb)

... (truncated)

Commits
  • 0a0c50a refactor: simplify pluginFilter implementation (#19828)
  • 59d0b35 perf(css): avoid constructing renderedModules (#19775)
  • 175a839 fix: reject requests with # in request-target (#19830)
  • e2e11b1 fix(module-runner): allow already resolved id as entry (#19768)
  • 7200dee fix: correct the behavior when multiple transform filter options are specifie...
  • b125172 fix(css): remove empty chunk imports correctly when chunk file name contained...
  • 8fe3538 test: tweak generateCodeFrame test (#19812)
  • 36935b5 fix(types): remove the keepProcessEnv from the DefaultEnvironmentOptions ...
  • a0e1a04 docs(vite): fix description of transformIndexHtml hook (#19799)
  • 71227be fix: unbundle fdir to fix commonjsOptions.dynamicRequireTargets (#19791)
  • Additional commits viewable in compare view

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔧 This PR updates development dependencies by bumping Vite from 6.3.5 to 6.4.1 and js-yaml from 4.1.0 to 4.1.1. The js-yaml update includes an important security fix for a prototype pollution vulnerability in the YAML merge operator.

🔍 Detailed Analysis

Key Changes

  • Vite Update: Upgraded from 6.3.5 to 6.4.1, bringing performance improvements and bug fixes
  • js-yaml Security Fix: Updated from 4.1.0 to 4.1.1 to address a prototype pollution vulnerability in the merge (<<) operator
  • Development Dependencies: Both updates are in devDependencies, so they won't affect production runtime

Technical Implementation

flowchart TD
    A[Dependabot Scan] --> B[Detect Outdated Dependencies]
    B --> C[Vite 6.3.5 → 6.4.1]
    B --> D[js-yaml 4.1.0 → 4.1.1]
    C --> E[Performance & Bug Fixes]
    D --> F[Security Vulnerability Fix]
    E --> G[Updated package.json]
    F --> G
    G --> H[Automated PR Creation]
Loading

Impact

  • Security Enhancement: Fixes prototype pollution vulnerability in js-yaml that could potentially be exploited during YAML processing
  • Development Experience: Vite updates include performance optimizations, bug fixes, and improved development server functionality
  • Zero Breaking Changes: Both updates are minor/patch versions with backward compatibility maintained

Created with Palmier

…2 updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [js-yaml](https://github.com/nodeca/js-yaml).


Updates `vite` from 6.3.5 to 6.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 29, 2026
@codeant-ai

codeant-ai Bot commented Jan 29, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@coderabbitai

coderabbitai Bot commented Jan 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​vite@​6.3.5 ⏵ 6.4.191 +5100 +483 +199100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants