Skip to content

fix: update all dependencies to eliminate CVE vulnerabilities#1

Merged
Derfogd merged 1 commit intomainfrom
copilot/update-next-js-dependencies
May 3, 2026
Merged

fix: update all dependencies to eliminate CVE vulnerabilities#1
Derfogd merged 1 commit intomainfrom
copilot/update-next-js-dependencies

Conversation

@Derfogd
Copy link
Copy Markdown
Collaborator

@Derfogd Derfogd commented May 3, 2026

Copilot AI review requested due to automatic review settings May 3, 2026 09:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes the app’s runtime, build, and transitive dependencies—primarily in the Next.js/React/Tailwind/PostCSS toolchain—to address known vulnerabilities in the website stack.

Changes:

  • Upgrades core app dependencies including next, react, react-dom, and framer-motion.
  • Upgrades development tooling such as @types/*, autoprefixer, postcss, tailwindcss, and eslint-config-next.
  • Adds multiple pnpm.overrides entries to force patched transitive versions for vulnerable packages like minimatch, ajv, brace-expansion, picomatch, yaml, flatted, and postcss.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates direct dependencies/devDependencies and adds pnpm overrides to force patched transitive versions.
pnpm-lock.yaml Re-resolves the dependency graph to the new direct versions and overridden transitive package versions.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +42 to +44
"next": "16.2.4",
"react": "19.2.5",
"react-dom": "19.2.5"
@Derfogd Derfogd merged commit fc7be15 into main May 3, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants