chore: update npm dependencies to latest versions#68
Merged
Conversation
Agent-Logs-Url: https://github.com/ardoco/traceview-v2/sessions/3f99ea13-1819-4196-88d3-7c45519e15ad Co-authored-by: dfuchss <22198798+dfuchss@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
dfuchss
May 6, 2026 12:02
View session
dfuchss
approved these changes
May 6, 2026
There was a problem hiding this comment.
Pull request overview
Updates the project’s npm dependencies (runtime + dev) to newer versions, with the intent of reducing known vulnerabilities and keeping the Next.js/React toolchain current.
Changes:
- Bumped core runtime dependencies (Next.js, React, fast-xml-parser, react-resizable-panels, uuid, Headless UI).
- Bumped key dev/tooling dependencies (ESLint, eslint-config-next, Tailwind-related packages).
- Refreshed
package-lock.jsonto reflect the updated dependency graph (including transitive vulnerability fixes).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates declared runtime/dev dependency versions. |
| package-lock.json | Updates resolved dependency tree and transitive versions to match the bumps and audit fixes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+31
to
+34
| "eslint": "^10.3.0", | ||
| "eslint-config-next": "16.2.4", | ||
| "postcss": "^8", | ||
| "tailwindcss": "^4.2.2", | ||
| "tailwindcss": "^4.2.4", |
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 all npm dependencies to their latest versions and fixes security vulnerabilities where possible.
Dependency Changes
Runtime dependencies:
@headlessui/reactfast-xml-parsernextreactreact-domreact-resizable-panelsuuidDev dependencies:
@tailwindcss/postcsseslinteslint-config-nexttailwindcssSecurity
Ran
npm audit fixto fix 4 of the 6 reported vulnerabilities (brace-expansion,flatted,minimatch,picomatch).The remaining 2 moderate-severity issues are a
postcssXSS vulnerability insidenext's bundled internals — fixing it requires downgradingnextto v9.3.3, which is not acceptable. This is a known upstream issue.