Skip to content

Commit 9b719ca

Browse files
security: raise Nuxt to ~3.16.0 for patched releases
Pins nuxt and @nuxt/kit to the 3.16 line (resolves to 3.16.2) so installs include the cache-poisoning DoS fix (GHSA-jvhm-gjrh-3h93) and updated devtools transitive dependencies (e.g. simple-git GHSA-r275-fr43-pm7q). Uses ~3.16.0 instead of ^3.16.0 to avoid unintentionally jumping to Nuxt 3.17+ during this security pass. Made-with: Cursor
1 parent 1fa830a commit 9b719ca

File tree

5 files changed

+4092
-1878
lines changed

5 files changed

+4092
-1878
lines changed

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "nuxt preview"
1010
},
1111
"dependencies": {
12-
"nuxt": "^3.14.1592",
12+
"nuxt": "~3.16.0",
1313
"vue": "^3.5.13",
1414
"vue-router": "^4.5.0"
1515
},

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/node": "^20.11.15",
5151
"bun": "^1.1.4",
5252
"isbot": "^4.1.0",
53-
"nuxt": "3.14.1592",
53+
"nuxt": "~3.16.0",
5454
"react": "^18.2.0",
5555
"react-dom": "^18.2.0",
5656
"rollupV3": "npm:rollup@3.29.5",

integration-tests/test-apps/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "nuxt preview"
1010
},
1111
"dependencies": {
12-
"nuxt": "^3.14.1592",
12+
"nuxt": "~3.16.0",
1313
"vue": "^3.5.13",
1414
"vue-router": "^4.5.0"
1515
},

packages/nuxt-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@codecov/bundler-plugin-core": "workspace:^",
4949
"@codecov/vite-plugin": "workspace:^",
50-
"@nuxt/kit": "3.14.159",
50+
"@nuxt/kit": "~3.16.0",
5151
"unplugin": "^1.10.1"
5252
},
5353
"devDependencies": {
@@ -59,7 +59,7 @@
5959
"ts-node": "^10.9.2",
6060
"typedoc": "^0.27.5",
6161
"typescript": "^5.3.3",
62-
"nuxt": "3.14.1592",
62+
"nuxt": "~3.16.0",
6363
"unbuild": "^2.0.0",
6464
"vite": "6.3.5",
6565
"vitest": "^2.1.9"

0 commit comments

Comments
 (0)