Fix npm security vulnerabilities - #98
Merged
Kristopher Johnson (kristopherjohnson) merged 1 commit intoJul 28, 2026
Merged
Conversation
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
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" |
Kristopher Johnson (kristopherjohnson)
force-pushed
the
security/batch-1781549165-npm-master
branch
from
July 28, 2026 15:26
8e68971 to
0c876ac
Compare
Kristopher Johnson (kristopherjohnson)
approved these changes
Jul 28, 2026
Kristopher Johnson (kristopherjohnson)
left a comment
Contributor
There was a problem hiding this comment.
Validated the supported dependency updates and exact-head CI.
Kristopher Johnson (kristopherjohnson)
merged commit Jul 28, 2026
33f88d5
into
master
1 check passed
3 tasks
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