Skip to content

Commit 4b36ee2

Browse files
chore(security): bump next to 14.2.25 (#261)
1 parent 8a6f939 commit 4b36ee2

File tree

4 files changed

+298
-207
lines changed

4 files changed

+298
-207
lines changed

.changeset/witty-icons-appear.md

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

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.10",
12+
"next": "14.2.25",
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.10",
23+
"eslint-config-next": "14.2.25",
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.10"
14+
"next": "14.2.25"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",

0 commit comments

Comments
 (0)