Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@pinia/nuxt": "0.11.3",
"@vueuse/core": "^14.3.0",
"gsap": "^3.15.0",
"nuxt": "^4.4.6",
"nuxt": "4.4.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Restore the patched Nuxt release

Pinning Nuxt to 4.4.5 reintroduces the version range affected by CVE-2026-47200: when component islands are enabled and protected pages rely on route middleware, direct __nuxt_island/page_* requests can bypass that middleware and return protected SSR HTML. This commit downgrades the resolved dependency from 4.4.6 (which includes the page-island middleware fix) to the vulnerable 4.4.5, so deployments with that route-middleware/auth pattern lose the security fix; keep this at 4.4.6 or a newer patched version instead.

Useful? React with 👍 / 👎.

"nuxt-calendly": "^0.1.21",
"pinia": "^3.0.4",
"posthog-js": "^1.374.4",
"vue": "^3.5.34"
"posthog-js": "^1.378.1",
"vue": "^3.5.35"
},
"devDependencies": {
"@egjs/flicking": "^4.15.0",
"sass": "^1.99.0"
"sass": "^1.100.0"
},
"packageManager": "pnpm@10.33.0"
}
Loading