Dependencies version issue

I am using PNPM for dependencies managment, i have
"nuxt": "^3.8.2"
in my
package.json
and lock file.

When building my app in pages, why is Pages using the latest version (
nuxt 3.14.1592
) ?
Was this page helpful?