Fix npm security vulnerabilities#98
Open
ditto-integrations wants to merge 1 commit into
Open
Conversation
- **tmp** → 0.2.7 (CVE-2026-49982) - **esbuild** → 0.28.1 (GHSA-gv7w-rqvm-qjhr) - **vitest** → 3.2.6 (CVE-2026-47429) Resolves: SPO-1046 Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates npm dependencies/overrides to remediate reported security vulnerabilities across the root package and the Vite TypeScript example app.
Changes:
- Bump
tmpoverride to^0.2.7and update root lockfile resolution. - Update the example app to
vitest@^3.2.6andvite@^7.0.0, and add anesbuild@^0.28.1override with corresponding lockfile updates. - Refresh transitive dependency resolutions in the example lockfile consistent with the toolchain upgrades.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package.json | Updates the root tmp override to address the referenced CVE. |
| package-lock.json | Updates tmp to 0.2.7 in the resolved dependency tree. |
| examples/vite-typescript-example/package.json | Upgrades example tooling (Vite/Vitest) and adds an esbuild override. |
| examples/vite-typescript-example/package-lock.json | Captures the upgraded toolchain and updated transitive dependency graph for the example app. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+64
to
68
| "esbuild": "^0.28.1" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20" | ||
| } |
Comment on lines
62
to
65
| } | ||
| } | ||
| }, | ||
| "esbuild": "^0.28.1" | ||
| }, |
Comment on lines
41
to
+44
| "typescript": "^4.9", | ||
| "typescript-eslint": "^8.15.0", | ||
| "vite": "^5.4.11", | ||
| "vitest": "^2.1.8" | ||
| "vite": "^7.0.0", | ||
| "vitest": "^3.2.6" |
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
Resolves: SPO-1046
Workflow run
Test plan
Generated by Tines + Claude Code