Skip to content

Commit 6552110

Browse files
chore: Resolve nextjs vuln (#190)
1 parent 2db57cc commit 6552110

File tree

4 files changed

+123
-210
lines changed

4 files changed

+123
-210
lines changed

.changeset/moody-goats-sing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@codecov/nextjs-webpack-plugin": patch
3+
"@codecov/bundle-analyzer": patch
4+
"@codecov/bundler-plugin-core": patch
5+
"@codecov/nuxt-plugin": patch
6+
"@codecov/remix-vite-plugin": patch
7+
"@codecov/rollup-plugin": patch
8+
"@codecov/solidstart-plugin": patch
9+
"@codecov/sveltekit-plugin": patch
10+
"@codecov/vite-plugin": patch
11+
"@codecov/webpack-plugin": patch
12+
---
13+
14+
Bump nextjs versions

examples/next-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.2.3",
12+
"next": "14.2.10",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
},
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^18.3.0",
2121
"autoprefixer": "^10.4.19",
2222
"eslint": "^8.56.0",
23-
"eslint-config-next": "14.2.3",
23+
"eslint-config-next": "14.2.10",
2424
"postcss": "^8.4.38",
2525
"tailwindcss": "^3.4.3",
2626
"typescript": "^5.4.5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.5"
14+
"next": "14.2.10"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",

0 commit comments

Comments
 (0)