Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"classnames": "^2.2.6",
"decimal.js": "^10.2.0",
"lodash-es": "^4.17.15",
"npm": "^6.11.3",
"nuxt": "^2.9.2",
"npm": "^7.0.0",
"nuxt": "^3.0.0",
Copy link

Copilot AI Sep 17, 2025

Choose a reason for hiding this comment

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

Upgrading from Nuxt 2 to Nuxt 3 is a major breaking change that requires significant code modifications, including changes to configuration files, composables, and plugin APIs. This upgrade should be carefully planned and tested rather than applied as an automated security fix.

Suggested change
"nuxt": "^3.0.0",
"nuxt": "^2.15.8",

Copilot uses AI. Check for mistakes.
"nuxt-clipboard2": "^0.2.1",
"nuxt-fontawesome": "^0.4.0",
"snyk": "^1.103.1",
Expand Down