[Snyk] Security upgrade nuxt from 3.16.2 to 3.20.0 - #388
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s Nuxt dependency to address a Snyk-reported vulnerability (command injection via glob) by upgrading nuxt from 3.16.2 to 3.20.0.
Changes:
- Bumped
nuxtversion inpackage.jsonto^3.20.0. - Updated
package-lock.jsonto resolve and pinnuxt@3.20.0and its updated dependency tree.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the Nuxt dependency version to the Snyk-recommended patched release. |
| package-lock.json | Updates the lockfile to reflect the resolved Nuxt version and transitive dependency updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@nuxtjs/bulma": "^1.2.7", | ||
| "async-mutex": "^0.5.0", | ||
| "nuxt": "^3.16.2", | ||
| "nuxt": "^3.20.0", |
There was a problem hiding this comment.
Upgrading to Nuxt ^3.20.0 appears incompatible with this repo’s configured Node version. The resolved nuxt@3.20.0 in package-lock declares engines.node: ^20.19.0 || >=22.12.0, while this project currently targets Node 16 (see package.json engines). Please either (a) bump the project’s Node engine/CI/runtime to a supported version, or (b) pin Nuxt to the latest version that supports the current Node version.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonpackage-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-GLOB-14040952
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Command Injection