[agentic] fix: update vite and js-yaml to resolve security vulnerabilities#202
Draft
github-actions[bot] wants to merge 1 commit into
Conversation
…rabilities - vite 8.0.14 -> 8.0.16: fixes high severity server.fs.deny bypass on Windows alternate paths (GHSA) and medium severity NTLMv2 hash disclosure via launch-editor UNC path handling on Windows - js-yaml ^4.1.1 -> ^4.2.0: fixes moderate severity quadratic-complexity DoS in merge key handling via repeated aliases (GHSA-h67p-54hq-rp68) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Updates two vulnerable devDependencies to resolve open Dependabot and npm audit security alerts.
Alerts Addressed
Dependabot Alerts (GitHub)
Alert Bump ts-jest from 29.1.0 to 29.2.3 #57 — High severity:
viteserver.fs.denybypass on Windows alternate pathsAffected range:
>= 8.0.0, <= 8.0.15| Fixed in:8.0.16Alert Bump ts-jest from 29.1.0 to 29.2.4 #58 — Medium severity:
vite/launch-editorNTLMv2 hash disclosure via UNC path handling on WindowsAffected range:
>= 8.0.0, <= 8.0.15| Fixed in:8.0.16npm audit finding (not yet in Dependabot)
js-yamlquadratic-complexity DoS in merge key handling via repeated aliasesAffected range:
<= 4.1.1| Fixed in:4.2.0Alerts Not Fixed
Changes
package.jsonjs-yamlminimum bumped from^4.1.1→^4.2.0package-lock.jsonviteresolved8.0.14→8.0.16;js-yamlresolved4.1.1→4.2.0Both packages are devDependencies used only during development (testing and tooling). No production runtime code is affected.
Validation
All commands run after the dependency update:
npm ci— clean install, 0 vulnerabilities reportednpm run build— TypeScript compilation successfulnpm run lint— ESLint passed (pre-existing module-type warning unrelated to these changes)npm test— 2/2 tests passed (pre-existing runner-env errors about missing GitHub Actions file paths are unrelated to these changes)npm run package— ncc bundle built successfully (1388 kB)